Hi guys.,
I have a project where I need to implement some sort of card-based membership.
Meaning that we get a list of membership card numbers and their level of discount. Any user inserting the code of a valid membership card, would get a discount based on the level of the membership.
Normally, I would use this as a combination of Discount and Voucher List. The only issue is that I need to allow a voucher code to be reused as many times as possible.
Is this possible in any way using some configurations or do I need to create a custom discount Extender?
Thank you,
Adrian