Financing, tax rates, and accounting
I need to change code in shopify (settings - notifications - customer notifications - draft orders) because in our country we have 2 types of tax. We have 19 percent tax for goods and 23 percent tax for delivery. Do you know how we can do that?
Thank you
Hi @Pozelsson
To handle two tax rates in Shopify draft order notifications:
Go to Settings > Notifications > Draft Order Invoice and click Customize.
In the template editor, update the Liquid code to apply the appropriate tax rates. For example:
{% for line_item in draft_order.line_items %}
{% if line_item.product_type == 'Goods' %}
Tax (19%): {{ line_item.price | times: 0.19 | money }}
{% elsif line_item.product_type == 'Delivery' %}
Tax (23%): {{ line_item.price | times: 0.23 | money }}
{% endif %}
{% endfor %}
Save and test the notification to confirm.
If you’re not comfortable with code, a Shopify Expert can help ensure accuracy. Let me know if you need more help!
iCart Cart Drawer Cart Upsell App
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024