Custom Profile Fields on Invoices

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

Mainly, I need to see if anyone knows the location of the profile information code according to the following example:



company_placement_info.[color=#ff0000]company_phone_2[/color]



Where I am assuming the custom profile fields would be as well.

All right, in the interim, I figured out the logic. The code for Extension Number would be

company_placement_info.extension_number. That simple.



Drew