I am having some troubles with WooCommerce and WordPress.
The Cart Page and Checkout Page set in the WooCommerce Setting
under "Advanced
" mirrors each other. If I do a change to the cart page, it mirrors over to the checkout page too, and also if I do it the other way.
I’ve tried deleting the pages, and re-creating them using the built in "Create Default WooCommerce Pages
", but then I just get both looking like checkout pages. I checked the shortcode and its the same on both [woocommerce_checkout]
.
Has anyone seen this before, or have a solution for this?
2
Answers
Problem solved! I found the solution and what was causing the problem. The site I am just managing, was built by a former "web designer", and he had activated some global layouts in the Divi Page Builder, on all the standard woo pages (my account, checkout, cart, terms). The global layouts caused the mirroring on those pages, when the pages where selected in the Advanced-tab in the Settings-panel. So all those pages appeared as the same, only under different page names.
To troubleshoot I deactivated plugin after plugin, and then I tried to replace the theme with another theme. The theme replace worked, so I started looking into the theme's own settings, and all other settings on the Page Builder tab. Then I deactivated all the layouts, one by one until I found out it was one of those which was causing it. I've never used Divi Builder or any of those additional page builders, so its safe to say I learned something during this troubleshooting.
Just replace The shortcode for the cart page with
[woocommerce_cart]