Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1156965

    seanmbc
    Participant

    Hi, I am trying to remove the default checkout button within the woocommerce shortcode. I have a separate button that goes to the checkout. What is the code to do this? Thanks!

    #1157069

    Rupok
    Member

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Make sure to provide the exact URL of the page and point us the button you are referring to avoid confusion. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1157091

    seanmbc
    Participant

    https://metalbeard.club/home-test/ is the current test page. The button at the bottom “proceed to checkout” is the button I would like to hide.

    Thanks!

    #1157119

    Rahul
    Moderator

    Hey There,

    Thanks for posting in!

    You can hide Proceed to Checkout button within the Woocommerce plugin. If you can’t find it then you can hide it by adding some custom CSS through Appearance> Customize > Custom > CSS

    .cart_totals {
       display:none!important;
    }

    Hope this helps!

    #1157164

    seanmbc
    Participant

    Thanks. I spent some time looking in the plugin and cannot find a way to hide it. Can you please provide a screen shot to direct me?

    I tried that code and it hid the cart totals. I still need that.. just not the button.

    Thanks!

    #1157178

    seanmbc
    Participant

    Never mind- It actually looks good now without that cart totals section. I realized the same info shows up on the checkout page.

    Thanks!

    #1157224

    Jade
    Moderator

    You’re welcome Sean.