• Resolved Lockhart

    (@muldari)


    On the checkout page, the coupon area is closed by default and only opened when someone clicks the “Have a coupon? Click here to enter your code”. How can I force that to be OPEN by default? It’s easy to miss that.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Mirko P.

    (@rainfallnixfig)

    Hi @muldari,

    How can I force that to be OPEN by default? It’s easy to miss that.

    Excellent question! It seems you can use some CSS code to make the Coupon dropdown open by default on page load. Under Appearance > Customize > Additional CSS, you can add the following code:

    /* Coupon dropdown opens by default on checkout page load */
    .checkout_coupon {
     display: block !important;
    }

    Hope this works for you and let us know if you have any more questions!

    Cheers.

Viewing 1 replies (of 1 total)
  • The topic ‘COUPON on Checkout’ is closed to new replies.