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
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