Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Set All Quanties?


Guest

Recommended Posts

Posted

Is there a way to set all quantities to a certain number?

Posted
Qty's of what Jason?

Products

Shopping cart

 

Products

Posted
Products

 

1. backup your database.

 

2. in phpmyadmin, you can enter the following sql statement:

update products set products_quantity=100;

 

you can change the 100 to any number you want. this will blindly set everything to 100. be careful with stuff like this, as it could screw up things in your store. but that's why you make a backup first....

Archived

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

×
×
  • Create New...