• Hi

    Trying to disable coupons.
    There is no checkout tab under “woocommerce” “settings”.
    I found the “Enable the use of coupon codes” and unchecked the box.
    The coupon is still visible.

    Thank you

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi,

    I just checked this option from Dashboard → WooCommerce → Settings and it’s doing its job. Can you try to activate a different theme (like Twenty Seventeen, for example) and see if the coupon is still shown? I’m suggesting this because the theme that you’re using might change this behavior and not check for the value of this option. It’s just a guess but it’s a good starting point.

    Thread Starter chowder123

    (@chowder123)

    Hi

    Thanks.
    Not sure if I want to change the theme.
    I am not the one who created the site and only recently started to work with WordPress.
    I don’t want to mess up the site.

    Any other ideas that might help?

    Hi,

    The only trick that I can think of is using a CSS like this:

    .woocommerce-cart .cart__coupon {
        display: none;
    }
    

    You can copy it to the Appearance → Customize → Additional CSS area and tell me if there’s any difference 🙂

    Thread Starter chowder123

    (@chowder123)

    It didn’t work.
    The CSS removed the image the recipient is supposed to receive instead of removing the coupon.
    I really appreciate your help

    Hi,

    Is there any chance that you could attach a screenshot with the part that you’d like to remove? Maybe this way I can understand what you’d like to do and I can point you to the right solution.

    Thread Starter chowder123

    (@chowder123)

    I really appreciate you trying to help.
    At this point I am really stuck and I have another issue.
    The “add to cart” button doesn’t work.
    Nothing happens and I guess the plug in is wrong.
    Maybe you can help with this as well.
    We have an e-card site so people can send greeting cards online.
    I need to be able to enter an email address for the sender and recipient and have the card sent to the recipient.
    I found 2 plugin. One is a paid one – WooCommerce Ultimate Gift Card
    And the other is free but it doesn’t work (maybe I need to change some settings) –
    Woocommerce Gift Cards Lite.
    Any ideas would be most welcome.
    Thank you

    Hi,

    I think that it’s best to ask the plugins authors if their tool is able to help you with what you need. For example, for the free plugin, you can post a question right here: https://ww.wp.xz.cn/support/plugin/woo-gift-cards-lite

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Disable coupons’ is closed to new replies.