user1629905
user1629905

Reputation: 71

Price error magento shows old (previous) price when I update the price

When I update the price on my magento site something very very strange happens.

E.g. I have a product with a price of 17.96 and I want to update it to 17.99 so I update the price in the backend and save it. When I look at the front end I see magento makes a special price highlight for it. (I have deleted/ de-activated the attribute special price already to be sure that the special price won't be the problem.)

What could the problem be?

I'm running out of options, I have truncated all the price database and log and /var /cache and so on.

Upvotes: 1

Views: 2104

Answers (1)

drsndodiya
drsndodiya

Reputation: 1685

Try to re-indexing your products from admin

system->index management

then click on select All button and select Reindex Data from Action dropdown and click on Submit button and then check your front end.

Upvotes: 3

Related Questions