Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

When using the simultaneous gift card purchase custom recipient list:

The operation (=, >, <, <=) is used initially to tell if they purchase amount is worth doing a qualification.If it is, then it take the purchase amount and divides it by the value set on RL and gives multiple qualifications for every whole number.
- EXAMPLE: RL is set to >= 100
- User purchases $525 worth of cards.
________________________________________________
- Initial check $525 is >= 100, so qualification can happen
- $525 / 100 = 5.25
- User will have 5 qualifications

  • No labels