Gift Card Expiry

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 年 前
Hi all,

Anyone customised gift card redemption so gift cards are only valid for a limited time?

For example a purchased gift card is only valid for 1 year after purchase date.
12 年 前
1. 'GiftCard' entity has 'CreateOnUtc' property so you know when it's created
2. Create a schedule task (ITask) where load all gift cards and loop through each of them
3. If it was create one year ago and later, the just disable it (set 'IsGiftCardActivated' property to 'false')

P.S. It's the easiest way which almost does not require source code changes. But you'll not be able to set distinct expiration dates for distinct gift cards in this case.
11 年 前
So how does the Virtual GiftCard works?
How do you ensure it gets automatically Emailed to the recipient?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.