Announcement

Collapse
No announcement yet.

CouponCode /BlockIf Condition Not Working

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

    CouponCode /BlockIf Condition Not Working

    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?

    #2
    Conditions do not work online, they work on the desktop as the page is built.

    Comment


      #3
      In addion to Lee's reply

      Regardless of whether a coupon code has been given or not it will always show 'CouponCode is In Use'
      this does not require a block as you say you want it to always show

      Comment

      Working...
      X