Hello All,
I'm trying to output all coupons used in an order into one global variable. Something like this:
<mvt:foreach iterator="coupon" array="basket:coupons">&mvt:coupon:code; </mvt:foreach>
...then create a global variable from the resultant output, e.g. coupon1 coupon2 coupon3
How do I do this? I've looked through Toolkit for some ideas but none seem to cater to this need.
thanks,
Michael
I'm trying to output all coupons used in an order into one global variable. Something like this:
<mvt:foreach iterator="coupon" array="basket:coupons">&mvt:coupon:code; </mvt:foreach>
...then create a global variable from the resultant output, e.g. coupon1 coupon2 coupon3
How do I do this? I've looked through Toolkit for some ideas but none seem to cater to this need.
thanks,
Michael
Comment