It’s about the US tax stuff.
I installed the Easy Populate, and seems it doesn’t support taxable good stuff bulk import to the zencart.
and I see the source code for the taxable option in the product management cpanel, and the value is 1, so I find the database table and update it with the commend below:
UPDATE `zen_products` SET `products_tax_class_id`=1 WHERE `products_tax_class_id`=”
the zen_ maybe needed to be changed to match the prefix on your tables.
If you don’t konw how to login the phpmyadmin, you can also go to the cpanel of the zencart, go to the tools, insert SQL Patches, and use the below commend:
UPDATE products SET products_tax_class_id=1;
and you can also set the Tax Rates in your zencart now.
Though it’s only for US demand, if you are in china, you don’t need that, haha
Incoming search terms for the article:
- bulk tax zencart
- zencart change all products to taxable goods
- zen cart US taxes
- zen cart mass update taxable
- zen cart mass tax rate edit
- zen cart change taxable goods value
- zen cart change all products to taxable sql
- zen cart change all products to taxable goods
- zen cart bulk modify tax
- taxable goods zen cart

Leave a Reply