hey there, looking for help with the Shopify Integration.
When an order is created in Shopify, the Error message in ERPNext is shown:
“Tax Account not specified for Shopify Tax VAT”
In the Shopify Settings, I did create a Link to our Tax Account.
Traceback is:
Traceback (most recent call last):
File “/home/erp-user/frappe-bench/apps/erpnext/erpnext/erpnext_integrations/connectors/shopify_connection.py”, line 31, in sync_sales_order
create_order(order, shopify_settings, old_order_sync=old_order_sync)
File “/home/erp-user/frappe-bench/apps/erpnext/erpnext/erpnext_integrations/connectors/shopify_connection.py”, line 82, in create_order
so = create_sales_order(order, shopify_settings, company)
File “/home/erp-user/frappe-bench/apps/erpnext/erpnext/erpnext_integrations/connectors/shopify_connection.py”, line 118, in create_sales_order
“taxes”: get_order_taxes(shopify_order, shopify_settings),
File “/home/erp-user/frappe-bench/apps/erpnext/erpnext/erpnext_integrations/connectors/shopify_connection.py”, line 248, in get_order_taxes
“account_head”: get_tax_account_head(tax),
File “/home/erp-user/frappe-bench/apps/erpnext/erpnext/erpnext_integrations/connectors/shopify_connection.py”, line 290, in get_tax_account_head
frappe.throw(_(“Tax Account not specified for Shopify Tax {0}”).format(tax.get(“title”)))
File “/home/erp-user/frappe-bench/apps/frappe/frappe/init.py”, line 432, in throw
msgprint(msg, raise_exception=exc, title=title, indicator=‘red’, is_minimizable=is_minimizable, wide=wide, as_list=as_list)
File “/home/erp-user/frappe-bench/apps/frappe/frappe/init.py”, line 411, in msgprint
_raise_exception()
File “/home/erp-user/frappe-bench/apps/frappe/frappe/init.py”, line 365, in _raise_exception
raise raise_exception(msg)
frappe.exceptions.ValidationError: Tax Account not specified for Shopify Tax VAT
What am I doing wrong? Thanks for any help!