Checkout Button - by Pete - on WordPress WooCommerce support

This topic has 8 replies, 4 voices, and was last updated 8 years, 7 months ago ago by Brian Johnson

  • Avatar: saturn5media
    Pete
    Participant
    September 16, 2015 at 14:19

    Hi, could you advise whether its possible to turn off the “CHECKOUT” button on the cart widget? I would like to force users to view the cart first. I’ve tried using CSS to display none but had no joy.

    Thanks.

    7 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 16, 2015 at 14:30

    Hello,

    Please try to add this code in Global Custom CSS (Theme Options->Custom CSS).

    .woocommerce-cart .wc-proceed-to-checkout{
    display: none;
    }

    Regards,
    Robert Hall.

    Avatar: saturn5media
    Pete
    Participant
    September 16, 2015 at 14:41

    Hi Robert,

    Thanks, it didn’t work, also tried it in the child theme with the important declaration.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 16, 2015 at 14:58

    Hello,

    Please provide us with wp-admin and FTP credentials in Private Content.

    Regards,
    Robert Hall.

    Avatar: saturn5media
    Pete
    Participant
    September 16, 2015 at 15:12

    Hi Robert,

    Added in private message

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 17, 2015 at 07:37

    Hello,

    I’ve added this code in child style.css:

    .cart-popup a.btn.text-center.big.filled {
        display: none !important;
    }

    Please check cart widget now.

    Best regards,
    Jack Richardson.

    Avatar: saturn5media
    Pete
    Participant
    September 17, 2015 at 10:57

    Awesome, thanks for your help.

    Avatar: Brian Johnson
    Brian Johnson
    Member
    September 17, 2015 at 11:03

    Hello

    You are welcome!

    Regards,
    Brian Johnson

  • Viewing 8 results - 1 through 8 (of 8 total)

The issue related to '‘Checkout Button’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.