Hi,
Please provide me specific page url with issue to check and find the exact solution.
Thanks
Mohammad
Hello,
Add the following custom CSS to customize-> Additional CSS
.woocommerce-cart .wc-proceed-to-checkout {
display: block!important;
}
Hope it helps and let me know if you require any further assistance.
Awesome, glad I could help 🙂
but this shouldn’t be happening… any idea how this happened?
I have the same issue in Mist theme.
I have added the css code:
.woocommerce-cart .wc-proceed-to-checkout {
display: block!important;
}
but without change. Help please?
Hi,
I have the same error on my website but your solution doesn’t fix.
please help me
https://aureliabelliti.com
Hi I have the same problem.
http://www.thenutritionatrix.com
I also cannot seem to be able to update the cart when adding an item. I select the item for sale in my store, add it to my cart, and it gets added twice. So I change it to just one of the item and click ‘update cart’ and it does not update.
I don’t have this problem when I activate the 2015 theme, everything works fine.
I re-activated Ava theme, then have updated all plugins, and then deactivated them all and the problem still exists.
Any recommendations?
Hello, for those who cannot see the Proceed to checkout button at cart page, add the following css code in your wordpress website, that worked for me.
.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
display: block!important;
}
-
This reply was modified 8 years, 4 months ago by
csandreas1.
I’m having this same issue… I’ve upgraded everything to the latest ‘woo’ scripts etc. csandreas1’s CSS didn’t work either. No Checkout button on the cart page.
Just a heads-up that you can add your own button to the page if the default one doesn’t want to show. Simply open whatever page you have assigned to your woo ‘cart’ (default is /cart). Just link it to whatever you assign your ‘checkout’ page to (default is /checkout). cheers!
It depends on your theme. That worked for me on tyche theme.