joeydkeg Posted November 27, 2006 Posted November 27, 2006 For the tax class id, I have them all set to 0, and I need to change it to 1. Instead of going through each item 1 by 1, can I just enter a line of code through phpmyadmin to change the tax class id to 1 for all the products?
Guest Posted November 27, 2006 Posted November 27, 2006 BACKUP YOUR DATABASE FIRST!!! Using phpmyadmin, select your database, click the SQL tab then enter the following line: UPDATE `products` SET `products_tax_class_id` =1;
Recommended Posts
Archived
This topic is now archived and is closed to further replies.