Home Forums Basel support forum Disable cart page

Disable cart page

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #21162

    sweanton
    Participant

    Hello there,

    How do I disable the cart page and only use the checkout page?

    Sincerely,
    Anton

    #21169

    Artem Temos
    Keymaster

    Hello,

    There is no such function in WooCommerce. You may try to find some additional plugin for that like this one https://wordpress.org/plugins/disable-cart-page-for-woocommerce/

    Kind Regards

    #21280

    sweanton
    Participant

    Hi again,

    Ok thanks!
    But is it possible to remove the “show cart” button on the slide out from the right?

    Sincerely,
    Anton

    #21291

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings

    .widget_shopping_cart .buttons a:first-child {
    	display: none;
    }
    #21317

    sweanton
    Participant

    Hello there,

    It doesn’t work.. Any other solution?

    Sincerely,
    Anton

    #21327

    Artem Temos
    Keymaster

    Seems that you have some wrong CSS added to your Custom CSS fields that prevent our snippet from working.

    #21419

    sweanton
    Participant

    Which means?

    #21427

    Artem Temos
    Keymaster

    It means that you added it inside some media query in your custom CSS code and it doesn’t work at all

    #21434

    sweanton
    Participant

    Ah my bad! Thank you very much! :)))

    #21461

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘Disable cart page’ is closed to new replies.