Tagged: cornerstone
-
AuthorPosts
-
September 1, 2016 at 10:08 am #1156965
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!
September 1, 2016 at 11:05 am #1157069Hi 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.
September 1, 2016 at 11:23 am #1157091https://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!
September 1, 2016 at 11:37 am #1157119Hey 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!
September 1, 2016 at 12:03 pm #1157164Thanks. 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!
September 1, 2016 at 12:17 pm #1157178Never mind- It actually looks good now without that cart totals section. I realized the same info shows up on the checkout page.
Thanks!
September 1, 2016 at 1:14 pm #1157224You’re welcome Sean.
-
AuthorPosts