Ammad Hassan
Ammad Hassan

Reputation: 97

I can't find the Checkout tab in woocommerce settings

I have created a checkout page. Whenever I click the checkout button. It redirects to checkout page which is empty. The checkout tab is missing in the woocommerce settings. I am using the woocommerce plugin. Please find the images beleow,

Checkout status

Checkout status

You can check the Status from the image down below,

Status

Upvotes: 1

Views: 5062

Answers (2)

Waqas Ahmed
Waqas Ahmed

Reputation: 300

In your this screenshot https://i.sstatic.net/FOW0C.png it clearly says that short code is missing, for that you need to put checkout short code.

[woocommerce_checkout] 

Simply edit the checkout page and paste that code and it will start working.

Upvotes: 0

Vineet Kumar Singh
Vineet Kumar Singh

Reputation: 129

I went through the snapshot that you have posted. Error was "Page does not contain the shortcode". Now, I think you have created and set the checkout page but have not used woocommerce checkout shortcode on the page. So, paste the follwoing shortcode of woocommerce on the checkout page.

[woocommerce_checkout] 

For more information about woocommerce configuration you can follow this link https://docs.woocommerce.com/document/configuring-woocommerce-settings/

Upvotes: 2

Related Questions