Click on Invoice Design in the left menu bar of our application & click on Supplier, Shipping & Billing Addresses section in this page. Scroll down till you find the ‘Address Template’ section, where you’ll find a field that looks like this -

an image alt text


Address template

In this field, you can enter a custom address template based on your region’s address system. The address is split into multiple parts like the Address line 1, Address line 2, country, city, pin code etc. For each of these parts, we support a liquid variable that you can place in combination with any other variable.

For example, if you’d like to show your addresses without the country, you can enter and save a template like this -

{{first_name}} {{last_name}}
{{address1}}
{{address2}}
{{city}}
{{province}}, {{zip}}


Here’s a full list of liquid variables available for setting up your address template -

Variable Type
{{first_name}} Customer’s first name
{{last_name}} Customer’s first name
{{address1}} Address line 1
{{address2}} Address line 2
{{city}} City
{{province}} Province/State
{{country}} Country
{{zip}} Zipcode/Pincode

Note - if there’s an error with using your custom address template, your invoices will use the default address template.




Make sure to click ‘Save Changes’ after you’re done! Your existing invoices will be automatically updated to include the changes you made here the next time it’s printed, sent or downloaded. :)