Install the customization script
To add this feature to your Shopify Plus store:
- Log in to your Shopify admin.
- Go to Online Store -> Theme -> Actions -> Edit Code.
- Make sure you have access to edit the
checkout.liquid
file. If you do not, reach out to Shopify Plus support and they will enable editing the checkout layout on your store. - Add this code snippet right before the closing
</body>
tag incheckout.liquid
Customization snippet
1
{% include 'zonos_shopifyplus_features' %}
If you have questions, please contact our support team. If you do not have the resources to complete the integration and need assistance, please contact our Professional Service team.
Separate duty and tax from shipping
Show duty and tax in your cart subtotals.Shopify Plus only
If you are a Shopify Plus merchant, an additional, optional feature can be added to the Shopify checkout. This feature lets you separate the shipping total from the duty and tax total, as shown in the screenshot below.
Due to limitations on the Shopify platform, this feature only changes the display on the front end for your shoppers. Orders in Shopify admin, emails, and other references to the order total will still show the duty and tax amount combined with the shipping once your order is placed. If you don't already have access to your
checkout.liquid
file, this feature will likely not be available to you.