Announcement

Collapse
No announcement yet.

Coupon Redemption Module / max points

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Coupon Redemption Module / max points

    We are using this as a rewards module but we want to cap it. Has anyone done something like this i.e.

    IF coupon-balance greater than or equal to 30,000
    //don't add more points
    "You have accumulated the maximum points! Why not use them to buy some eligible products now?"
    <else>
    //add points
    ENDIF
Working...
X