Cart

Home Forums Jevelin Theme Cart

Home Forums Jevelin Theme Cart

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • 69boxes
    Participant

    Hi, please see the screenshot attached for my request. As you can see, this is the classical cart theme from WooCommerce. Question: Is it possible to let the “UPDATE CART” button only pop-up if some info has been changed in the cart (e.g. qty). We noticed that some clients thought it is the “buy” button.

    https://69boxes.de/cart/

    Attachments:
    You must be logged in to view attached files.

    Hi @69boxes,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .woocommerce-cart input.button:disabled,
    .woocommerce-cart input.button:disabled[disabled]{
        display:none;
    }

     

    Best regards,
    Shufflehound team

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