Page 1 of 1

not able to update sale price on product detail screen

Posted: Wed May 09, 2012 10:04 am
by srini
Hi

I am trying to update sale price, Product model etc on product detail page after setting up the product. I am not getting any error but data is not updated either. Please advise. I am pointing to 1.6.0-M3-SNAPSHOT.

Thanks,
Srini.

Re: not able to update sale price on product detail screen

Posted: Tue Jul 17, 2012 10:51 am
by ktisdell
Not getting updated in the database or on the page? It is very possible that what you are seeing is from the cache. The default cache time TTL for the product catalog is 10 minutes. You can change this through Spring configuration, allowing an override of the cache settings. Can you please confirm that this is indeed the issue?

Thanks