Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

mysql help


joeydkeg

Recommended Posts

Posted

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?

Posted

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;

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...