RSS

Zencart Taxable Goods Bulk Setting

Mon, Jan 11, 2010

Zencart

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:

Related Posts

,

This post was written by:

Kent - who has written 699 posts on Delighted Stupid Wind | Empire Illusion.

Working in the English Search Engine industry, focusing on the new media and new economy, Trying to find out a way for e-commerce integration!

Contact the author

Leave a Reply