Hi,
I need to add profile fields that I have added to the customer account to the invoice,
but I cannot find the code to add to the invoice.tpl file.
Example of existing code:
"{if $company_placement_info.company_phone_2}
{$lang.phone2_label}:
{$company_placement_info.company_phone_2}
{/if}"
For example, I need to display a custom profile field that exists, like "Location Name" to the invoice, but I am not certain where to find the profile information code that is in the first "if" line.
Drew