Home > Back-end >  Cannot change woocommerce cart page to checkout
Cannot change woocommerce cart page to checkout

Time:12-10

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

CodePudding user response:

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 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.

  • Related