Coupon code to create donation

Posted By Neil Tue 11 Jun 2013
Add to Favorites0
Author Message
Neil
 Posted Tue 11 Jun 2013
Supreme Being

Supreme Being - (109,875 reputation)Supreme Being - (109,875 reputation)Supreme Being - (109,875 reputation)Supreme Being - (109,875 reputation)Supreme Being - (109,875 reputation)Supreme Being - (109,875 reputation)Supreme Being - (109,875 reputation)Supreme Being - (109,875 reputation)Supreme Being - (109,875 reputation)

Group: Forum Members
Last Active: Sat 3 Nov 2018
Posts: 192, Visits: 5,220
I have a client who works with a charity. They are thinking about an offer where a customer can enter a coupon code so 10% of the order value is donated to charity. Obviously this does not change the order value or anything like that, I really just need to be able to flag an order where the code is entered.

I guess I would need to think about writing new code to handle this. Any idea on the best way to approach this? Can anyone think an easy way to do this? Perhaps using a promotion?
Paul
 Posted Wed 12 Jun 2013
große Käse

große Käse - (450,114 reputation)große Käse - (450,114 reputation)große Käse - (450,114 reputation)große Käse - (450,114 reputation)große Käse - (450,114 reputation)große Käse - (450,114 reputation)große Käse - (450,114 reputation)große Käse - (450,114 reputation)große Käse - (450,114 reputation)

Group: Administrators
Last Active: Fri 15 Sep 2023
Posts: 806, Visits: 2,737
I guess depends on a few things.

- you could just enter the code in the comments at checkout. If they read the orders carefully they'd see this, otherwise you could write something in the back end to spot it and flag it more prominently.

- if you need the site to calculate the 10% for them, again, that could be done after the event in the back end. But you might at least want to show the donation on the front end too, so the customer sees it, and maybe confirm in mail too.

- you could set up a special product - 10% to charity, that is free, and is text customizable - where you enter the coupon code. If the customer adds this item, it'll show in the order so they can't miss it when processing, and the text customization would be the special code.

These are the best options I can think of for basing the mod on, although you'd still need to make some modifications to make it ideal from the customer and store owner perspective.


--
If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.

If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top