Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1370365
    maghrabi42
    Participant

    hi,
    i disable the plugin but the button is not appears under the field of coupon
    thank you

    #1370382
    Christopher
    Moderator

    Hi,

    The code is still in Customize -> CSS, see the attachment.
    Please update this line:

    .woocommerce .cart .actions .coupon, input.button[name="apply_coupon"], .woocommerce-cart .cart-collaterals table.shop_table.shop_table_responsive, .woocommerce-cart .cart-collaterals h2 {
        display: none;
    }
    

    To :

    .woocommerce .cart .actions .coupon, .woocommerce-cart .cart-collaterals table.shop_table.shop_table_responsive, .woocommerce-cart .cart-collaterals h2 {
        display: none;
    }
    

    You made customizer RTL as well and it made it difficult to work with codes.

    Thanks.

    #1370764
    maghrabi42
    Participant

    Hello,
    can you replaced the css code because i can’t access to my css on costume also if you know how to access to customise for css
    thank you

    #1371391
    Christopher
    Moderator

    Hi there,

    I removed the code, please clear cache to see the changes.

    Thanks.

    #1371480
    maghrabi42
    Participant

    hello,
    thank you so much it’s worked on checkout but can i remove it from the cart
    thank you

    #1371608
    Christopher
    Moderator

    Hi there,

    Please add this code :

    .woocommerce-cart input.button[name="apply_coupon"] {
        display: none;
    }

    To do so, check the attachment.

    Hope it helps.

    #1371753
    maghrabi42
    Participant

    Thank you so much for fantastic and fast support, i hope for all support team in xtheme wonderful night 🙂

    #1371822
    Lely
    Moderator

    You’re always welcome!

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1363968 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>