Announcement

Collapse
No announcement yet.

Quote/Invoice - is not taking address from selected contact

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Quote/Invoice - is not taking address from selected contact

    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


  • #2
    Hi Chris,

    Did you try {{contact.addressStreet}}, {{contact.addressCity}}. Attribute names should be in camelCase.

    Comment


    • #3
      wow, I couldn't imagine that the issue is a lower and upper case... now everything works as expected - thx!

      Comment

      Working...
      X