Missing "Proceed to Checkout" button on WooCommerce cart?

Help! I’m missing the “Proceed to Checkout” button in my WooCommerce cart! Where did it go???

https://careerchomp.com/pricing

Hi @nhedmark,

Thanks for writing in.

I could see a lot of woocommerce script conflict in your browser console. This could be causing the problem.

You could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

Please try also to check your version of woocommerce if it match the latest supported version of X theme.

If it is not match, please try to download the latest version supported.

Let us know how it goes.

Thanks.

Thanks… versions are all up to date, and I deactivated everything, reactivated Woocommerce first & still missing the continue to checkout button.

Any other ideas? I’m worried it might be in my CSS, but I’ve removed the CSS I’ve added to my Global CSS, and I’m still missing that button. Anything else I can check out?

Hi, there!

Inspecting your code, I can see on https://careerchomp.com/wp-content/themes/pro-child/style.css?ver=1.1.1

a.button.wc-forward {
    display: none;
}

That’s matching your button below:

<a href="https://careerchomp.com/checkout/" class="checkout-button button alt wc-forward">
	Proceed to checkout</a>

Could you check that, please?

Thanks!