In OpenCart, how do you make customers receive a discount if they chose "western union" payment?
The desired effect is that the total would auto-change, once the customer clicks to select "western union" payment.
In OpenCart, how do you make customers receive a discount if they chose "western union" payment?
The desired effect is that the total would auto-change, once the customer clicks to select "western union" payment.
You would need to create an order total module that implemented this discount. You'd check the payment type, and trigger if it was Western Union.