Jump to content

SQL Changes Not Updating In Shop


aee156

Recommended Posts

Hello,

 

I used SQL to raise my prices of one supplier by 30%. In the sql I see the wholesale and retail is correct, but the changes are not being updated on the website for some reason?? 

 

I also did a sql command to update a supplier and in the sql I see the changes but they will not reflect on the website. Is there some sort of update or recompile that needs to be done? I am using 1.6 version.

Link to comment
Share on other sites

Thanks! That totally makes sense, however, I have another problem now, 

 

Im using this query, 

 

UPDATE `ps_product_shop` SET price = price * 1.40 WHERE id_supplier = 2;

 

but now there is no table for the supplier in the ps_product_shop table. Do you know what the query would be to increase my prices for just supplier id 2?  

Link to comment
Share on other sites

×
×
  • Create New...