Address Format (Displayed in PDF only. ) Placeholders not displaying in PDF invoice
We've created a form on our website that allows users to update their company_name, billing address and VAT (which is setup as a custom field). The form uses the Zoho Subscriptions API to update these values in Zoho Subscriptions. However, when we create a PDF invoice, only the company_name, dislay_name, and vat are displaying. None of the Billing Address values are shown. Below is the Address format as configured in our Zoho Subscriptions Admin here
https://subscriptions.zoho.com/app#/settings/preferences/addressformat
${CONTACT.CONTACT_COMPANYNAME}
${CONTACT.CONTACT_DISPLAYNAME}
${CONTACT.CONTACT_ADDRESS}
${CONTACT.CONTACT_CITY}
${CONTACT.CONTACT_CODE} ${CONTACT.CONTACT_STATE}
${CONTACT.CONTACT_COUNTRY}
VAT # ${contact.cf_vat}
And below is a test user as displayed in Zoho Subscriptions admin. Notice this user has a billing and shipping address.
If i go to a users's most recent invoice and re-send it will only display COMPANYNAME, DISPLAYNAME, AND contact.cf_vat. None of the other fields are displayed as shown below
How do we get the users' full address to display in the invoice?