You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to be able to track when someone visits by a special link (say lux.link/nasser) and then apply a 20% discount (or whatever code). we need both one-time and many use coupons. Here is UI missing from checkout:
The text was updated successfully, but these errors were encountered:
Mock logic on next api, host a json with coupon codes and check if the input code is on the list. If it is on the list apply discount, otherwise say invalid code. Also input code automatically from url query if present: ?ref=NASSER (backend returns 20% discount)
We need to be able to track when someone visits by a special link (say lux.link/nasser) and then apply a 20% discount (or whatever code). we need both one-time and many use coupons. Here is UI missing from checkout:
The text was updated successfully, but these errors were encountered: