Skip to main content

HS Tariff Codes and Country of Origin not displaying

Instructions for updating the app permissions to enable inventory item related information in the templates

Lauro Oller avatar
Written by Lauro Oller
Updated this week

By default, our Commercial Invoice for Exports template includes the HS Tariff Code and Country of Origin information. However, you can also get these details shown in our other templates by inserting the below code into the template code:

{% if line_item.hs_tariff_code != blank %}
<p class="item-description-line">HS Tariff Code: {{ line_item.hs_tariff_code }}</p>
{% endif %}

{% if line_item.country_of_origin != blank %}
<p class="item-description-line">COO: {{ line_item.country_of_origin }}</p>
{% endif %}

Note: This is useful if you are using our Order Printer Pro app to generate the documents; the Shopify Order Printer app does not support these variables.

Permission upgrade needed on some accounts for HS Tariff codes and Country of Origin

On some older Order Printer Pro accounts, the HS Tariff Code and Country of Origin information may not be displayed after adding those liquid variables.

To access this information, the app may need to upgrade its permissions so that it can access those details in your store. Upgrading permissions is both easy and safe to do; nothing will visibly change in your account or templates.

To upgrade the permissions for the app, please do the following:

  1. Login to Order Printer Pro

  2. Go to the Account tab

  3. If your account needs a permissions upgrade, you will see the section below and the button to upgrade.

Note: It must be the Shopify account owner who clicks the button to upgrade permissions. Once you have confirmed the upgrade, the changes are made instantly.

The reason this upgrade has to be made manually is so you can choose when it happens. We do not want to interrupt or break the app by forcing accounts to upgrade on login, as the person logging in or using the app day-to-day may not be the account owner.

Having difficulties getting this information into the template? No worries, get in touch with our support team, and we'll be glad to do it for you.

Did this answer your question?