Jump to content

Quantity Update


Recommended Posts

Hi,

 

I was wondering if there is a way in which I can do a mass update of all of the products quantities using php my admin rather than having to manually update the quantities through prestashop backend. Which table/tables would need to be changed? I've tried setting the quantity in ps_product to 100 for all products but this is not appearing on the backend.

 

Also which table do I need to update in order for the different combination prices for a product to be updated through phpmyadmin instead of Back Office.

 

eg: 100 x 100mm - needs to be £1.50

200 x 200mm - needs to be £2.50

 

Thanks

Jon

Link to comment
Share on other sites

  • 5 months later...

so, if you want update quantity of products, check ps_stock_quantity.

for example, sql query below will change quantity to 100 for each product:

 

UPDATE ps_stock_available set quantity = '100'

salut

te rog explica-mi si mie cum fac update stoc la toate produsele

merci

Link to comment
Share on other sites

×
×
  • Create New...