Philip7899
Philip7899

Reputation: 4677

Cannot change woocommerce cart page to checkout

I am trying to change the cart page to the checkout page so that immediately after purchasing a product, a user is redirected to the checkout page.

I have enabled Redirect to the cart page after successful addition and am now in the advanced section trying to change the cart page to be set to checkout, but it is not appearing in the field. How can I fix this?

woocommerce advanced dashboard

Upvotes: 0

Views: 1219

Answers (1)

Samuel Krempasky
Samuel Krempasky

Reputation: 433

If you want to change Cart page to Checkout, you must at first remove checkout from "Checkout page" input, next save it and now you can add Checkout page as Cart page.

But, it will probably don't solve your problem. It just change Page (post_id) to another, but it will still be generating Cart, even if name of this page is Checkout. If you want to "skip" Cart page, probably the easiest solution is to add plugin WooCommerce Direct Checkout and then select this option.enter image description here

Until WooCommerce 3.7 was possible to set the “Checkout” page as both “Cart” and “Checkout” pages. This is not possible any longer, so just follow some other instructions.

Upvotes: 1

Related Questions