-- url of the page with the problem -- : Checkout
-- HikaShop version -- : HikaShop Business: 2.2.2
-- Joomla version -- : 2.5.14
-- PHP version -- : 5.3.24
-- Browser(s) name and version -- : Firefox 24.0
-- Error-message(debug-mod must be tuned on) -- : Error_message No error message seen
I have a simple discount set up to give a 20% discount when a customer orders 5 items or more totaling $300 or more. It works absolutely fine in testing. However, I recently had a customer place an order of 5 items totaling $300, and the discount they received was $108 when it should have only been $60 for a final total of $240. But somehow the discount is being applied twice. ($300 less 20% = $240) less 20% = $192. I tested it again, and it's still doing it correctly, but somehow in the checkout/process the discount is being applied a second time, and obviously that is not correct.
I have a screen shot attached to show how the discount is set up.