jburke wrote:I think I figured out what is causing the issue. We have automatic pricing updates based on market rates. Everytime the prices get updated the discount stops functioning correctly. All we do is update the price in the database. I'm wondering why the discount plugin doesn't just apply the discount amount to the new price..??..
Hi jburke,
The campaign changes the prices only when it is started and then it reverts them back when the campaign is stopped.
So you should not change the prices while the campaign is running.
Actually here is how the plugin works:
When the campaign is started it changes the prices and keeps them in a history table.
When the campaign stops it reverts back the prices. If in the meantime a price has been changed and is different by the one in the history table then the price is not reverted and we log the product in the Failed History Reports.