hi there
Could you give me some tips on how to best implement a giftcard function?
The idea is that the user can recive a code that he then enters in the shoppingcart and gets say 10% discount on all products.
-jan
hi there
Could you give me some tips on how to best implement a giftcard function?
The idea is that the user can recive a code that he then enters in the shoppingcart and gets say 10% discount on all products.
-jan
I made an example voucher based on a SalesDiscountProvider. It requires an OrderLineField called voucher where the customer can enter the voucher code. Sorry, it's in VB, the C# version is on my old disk which is unavailable at the moment.
hi
thanks for the code!
I'll look at it and see if I understand something :)
You must be logged in to post in the forum