Has anyone managed to create custom discount code with a time limit on it?
example:
Cust arrives on site
Adds items to basket
DOES NOT check out
X days/hours after - Send an email with a discount code for y% off
But only give the customer say 48 hours to use it ?
Discount Code - Time limited
Afternoon all,
Has anyone managed to create custom discount code with a time limit on it?
example: Cust arrives on site Adds items to basket DOES NOT check out X days/hours after - Send an email with a discount code for y% off But only give the customer say 48 hours to use it ?
TIA
Hey George,
Discounts can have an expiration date so you should be able to create a discount that expires in 2 days time
Ok cool, and we can do this off the back of OrderFinalized
So,
Order created Create discount code when OrderFinalized ExpiryDate = OrderFinalized +2
?
Hey George,
Sure, you can use the Vendr DiscountService API to create your own discount and register it from an
OrderFinalized
event handler.is working on a reply...