Viewing 4 posts - 1 through 4 (of 4 total)
  • #82460
    danishayub
    Member
    Post count: 42

    Hi, thank you for always being helpful.

    at the checkout page I wish to have “Have a coupon? Click here to enter your code” expanded by default.

    currently the visitor has to click the link in order to expand to input the “coupon code”, most of the time visitors don’t even notice that they can click the link to input the code.

    so it would be great if you can help me how to do this. I hope i am making sense.

    #82593
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .woocommerce-info {
      display: none;
    }
    .woocommerce form.checkout_coupon {
      display: block !important;
    }

    That should do the trick

    – Kyle

    #82614
    danishayub
    Member
    Post count: 42

    thanks Kyle, this worked like a charm. perfect. you are the best.

    #82617
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

    – Kyle

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register