• Resolved dorothai

    (@dorothai)


    If coupon is entered in view cart it is displayed correctly.
    When users enter coupon on order review page it does not appear in the calculation and shows on refresh page only.
    This is a bug as Ajax does not kick in and the total costs are not updated – no user in the world will refresh the page on the own. So where can I disable the malfunctioning coupon form on order review page?

    https://www.ads-software.com/plugins/woocommerce/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Using a coupon on the checkout page works for me, but to disable the coupon option on checkout, try this in your custom css;

    .woocommerce-info {display:none}

    Some testing is needed to see if this will hide other messages that you don’t want hiding.

    Thread Starter dorothai

    (@dorothai)

    Thanks Lorro, I updated the template of the theme and now it’s working.
    I realized it had some outdated template files.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘coupon discount amount not updated’ is closed to new replies.