Last Updated 3 years ago
What to do if prices in my store change very often?
We have optimized how prices are saved so that the database does not grow at a logarithmic rate. The module records a single lowest price of a product or combination for a given day. If the price changes several times within one day, the price history will save the lowest price that occurred that day. It is recommended to run the CRON task more frequently if prices in your store change often.