I want to add coupon/discount code to custom asp.net site that already has a shopping cart. I’m looking to see if there are any resource on best practice to implement this feature in asp.net. There might also be a third-party product that is out there. Any suggestion would be appreciated.
Jamal
Coupon/Discount codes are both easy and tricky based on how it is implemented.
Few questions which may help you are as follows:
Other considerations to keep in mind:
valdated and stored in the database only when payment is complete successfully.
Hope the above helps.