More lines for customer info. is posible?

Greetings. I need more lines on Customer Info.

And i choose this client and make sale. But in receipt need more down spaces to see all info.


:grinning::grinning:

Add a Custom Data Field to the Entity Type and set it to Widestring …

OK I MAKE THE ADDRESS FIELD. HOW I CAN PRINT THIS INFO ON RECEIPT.

Depends on where in the template your putting it but one of these two should work.
{ENTITY DATA:Address}
{ENTITY DATA:Customers:Address}

If inside [ENTITIES] section:

{ENTITY DATA:Address}

If NOT inside [ENTITIES] section:

{ENTITY DATA:Customer:Address}

And for any other entity custom fields you want to add to the receipt, just the same and replace Address with the custom field name.

@JTRTech we posted at exactly the same moment with the same answer! :stuck_out_tongue:

:grinning::grinning:

1 Like