Jump to content

[SOLUTION] Bulk set all prices in shop to 0 (Mysql version)


vietnam

Recommended Posts

`prestashop` means the name of your database : Usually prestashop
`ps_product_attribute` you will need to change this only when you have installed the tables in prestashop with other then ps_
`price` = '0' . You can cheange 0 with the amount price that you want

UPDATE `prestashop`.`ps_product_attribute` SET `price` = '0'
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...