Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Increase all prices by 10$ ?


trembita

Recommended Posts

Posted

I want to increase all prices at my shop by 10$, because of having more than 400 products I don`t want to do it manually. Is there any way to do it automatically?

Posted

Go to your phpMyAdmin and run the following SQL statement:

 

update products set products_price = products_price + 10

 

MAke sure to backup your database before making any changes!

Posted
I want to increase all prices at my shop by 10$, because of having more than 400 products I don`t want to do it manually. Is there any way to do it automatically?
Install the Easy Populate contribution. It will allow you to easily change prices as well as anything else to do with a product.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Archived

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

×
×
  • Create New...