1

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.

Scott C Wilson
  • 19,102
  • 10
  • 61
  • 83
bestshop24h
  • 111
  • 2
  • 8

1 Answers1

0

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.

Scott C Wilson
  • 19,102
  • 10
  • 61
  • 83
  • Welcome to StackOverflow, @bestshop24h. If an answer is correct, you can indicate that by checking the checkmark. If it's helpful, you can upvote it. – Scott C Wilson May 27 '17 at 03:01