Hi there,
Im trying to make the coupon code input appear conditionally on the checkout page.
I have tried
/block if CouponCode == ""
Show Coupon Input box
/end block
/block if CouponCode != ""
Show Text: 'CouponCode is In Use'
/end block
This is not working, when Im pretty sure it should?
Regardless of whether a coupon code has been given or not it will always show 'CouponCode is In Use'
Any ideas?
Im trying to make the coupon code input appear conditionally on the checkout page.
I have tried
/block if CouponCode == ""
Show Coupon Input box
/end block
/block if CouponCode != ""
Show Text: 'CouponCode is In Use'
/end block
This is not working, when Im pretty sure it should?
Regardless of whether a coupon code has been given or not it will always show 'CouponCode is In Use'
Any ideas?
Comment