• Resolved masurana

    (@masurana)


    Sir,
    There is two issues about coupon code function.
    1) Successful or unsuccessful messages is not showing after adding coupon code.
    2) Add coupon code – is not showing on checkout page.
    Please guide me. Thanks.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • For some reason it is hidden. This is from your checkout page source:

    <form class="checkout_coupon woocommerce-form-coupon" method="post" style="display:none">

    PS: Your StoreFront theme is out-of-date. Try updating to the newest version.

    Thread Starter masurana

    (@masurana)

    Sir,
    Now storefront theme updated but there does not showing coupon code successful or unsuccessful message. And what can I do to show the coupon code box on the checkout page?
    Please guide me. Thanks.

    jessepearson

    (@jessepearson)

    Automattic Happiness Engineer

    @masurana The below appears to be in the Additional CSS section of your customizer, which is causing all notices to be hidden, and it also hides the coupon field in the checkout page:

    
    .woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {
        display: none;
    }
    

    Once this is removed, you will be able to see notices again.

    Thread Starter masurana

    (@masurana)

    Thanks. It’s solved.

    • This reply was modified 7 years, 3 months ago by masurana.
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘About coupon code function’ is closed to new replies.