Price Update not changing in the store
-
I have a mass updated of the prices and quantities in the database. I see looking at the database that in products_flat the price change and in product_inventory the quantity changed. I also see that in the catalog when listing the product i see the new price and quantity. If i edit the product, in the price line i have the old price. Also the store has the old price. What else i need to update?
-
Hi @dan3460
You need to also update the same value product_attribute_values table's different column according to attribute type.
Thanks