How can I display a customer’s first and last names on an invoice?

HelenaG Grulichova asked on August 7, 2012 06:51

How can I display a customer’s first and last names on an invoice?

Correct Answer

HelenaG Grulichova answered on August 7, 2012 06:51

If you would like to display a customer’s first name and last name on the invoice, you can go to the CMS Desk –> E-commerce –> Configuration –> Invoice tab and add the following macros to the template:

{% EcommerceContext.CurrentCustomer.CustomerFirstName #% }

{% EcommerceContext.CurrentCustomer.CustomerLastName #% }


Please remove the spaces before the last brackets, if you copy the strings.

-it-
0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.