You can update your templates to include your company tax registration or VAT number by following the guide below.
Steps:
1- Login to Order Printer Pro
2- On the "Manage templates" page, click "Edit template" on the template you would like to update.
3- In the "Code" section, find the following Liquid variables that reference your store address:
{{ shop_address.address1 }}, {{ shop_address.city }}, {{ shop_address.province_code }}, {{ shop_address.zip }}, {{ shop_address.country }}
4- Add the following code, just below that. Make sure to replace xxxxxxxxxxx with your actual vat number.
<br>
VAT No. xxxxxxxxxxx
5- Once that is done, the template code should look like this:
{{ shop_address.address1 }}, {{ shop_address.city }}, {{ shop_address.province_code }}, {{ shop_address.zip }}, {{ shop_address.country }}
<br>
VAT No. xxxxxxxxxxx
6- Click Save.