kram Posted July 2, 2004 Posted July 2, 2004 I have an oscommerce store up and running and i want to add tax (vat) to all my products in the datbase.As i stands i'll have to edit each product and switch on the "taxable goods" tab which could take an age as i have about 500 products in the system. Is there a way to make bulk changes i.e. add tax to every product with one change? Thanks in advance...
FlyingMonkey Posted July 2, 2004 Posted July 2, 2004 easy populate sounds like what your looking for. http://www.oscommerce.com/community/contri...h,easy+populate Most likely your question has been answered, please do a search first.
Guest Posted July 2, 2004 Posted July 2, 2004 you can also use mysql or phpmyadmin and edit the products table, selecting your products enmass and updating products_tax_class_id = 1
mattice Posted July 7, 2004 Posted July 7, 2004 UPDATE `products` SET products_tax_class = 'xxx' where xxx is the ID of the needed tax class. Rgrds Matthijs "Politics is the art of preventing people from taking part in affairs which properly concern them"
Recommended Posts
Archived
This topic is now archived and is closed to further replies.