Dear all,
I'm working on the Quote/Invoice templates.
In our environment, B2C, quotes and invoices will only be assigned to contacts.
I can select a "billing contact" and a "delivery contact" - obviously, we only need one, but that's not the issue.
the contacts are having a fully filled out address field - and when I check, how the templates are setup, for my understanding it should grab the details (street, postal code etc.) from the selected billing contact - but my invoice/quote stays empty...
so I tried to grab the details manually, with for e.g. {{contact.emailAddress}} - this works well - but, I cannot grab this way contact.address or contact.addressstreet or any other part of the address...? What am I doing wrong? :s
Thanks for help
I'm working on the Quote/Invoice templates.
In our environment, B2C, quotes and invoices will only be assigned to contacts.
I can select a "billing contact" and a "delivery contact" - obviously, we only need one, but that's not the issue.
the contacts are having a fully filled out address field - and when I check, how the templates are setup, for my understanding it should grab the details (street, postal code etc.) from the selected billing contact - but my invoice/quote stays empty...
so I tried to grab the details manually, with for e.g. {{contact.emailAddress}} - this works well - but, I cannot grab this way contact.address or contact.addressstreet or any other part of the address...? What am I doing wrong? :s
Thanks for help
Comment