Also, the setup wizard is not working for some reason. Could this be the reason the checkout and product pages are not being generated?
Hi there 👋
It sounds like you are having issues creating the store/shop page, am I right?
If so, you can recreate any WooCommerce default store pages like the shop page, checkout page, etc. by following the steps below:
1. Create a new page.
2. Add/Paste the specific page. In the case of the checkout page, please use the shortcode [woocommerce_checkout].
3. Publish and update the changes.
4. Go to WooCommerce > Settings > Advanced and from there, select the newly created page.
5. Finally, click on Save and check the page you have created.
Here is a list of all the shortcodes available:
- Cart – Contains
[woocommerce_cart] shortcode and shows the cart contents
- Checkout – Contains
[woocommerce_checkout] shortcode and shows information such as shipping and payment options
- My Account – Contains
[woocommerce_my_account] shortcode and shows each customer information related to their account, orders, etc.
If you would like to read more about this, please feel free to visit the following link that will redirect you to our documentation:
https://docs.woocommerce.com/document/woocommerce-pages/
Cheers!
@gabrielfuentes I tried using a shortcode to make a product page with the following shortcode:
[product_page id="743"]
But the page is just blank either way. Is it not supposed to generate the text I have put in to the product’s description as well as like a add to cart button?
I see! Okay, so one of the reasons it might not be displayed is due to a wrong product ID.
Please share a link to the product itself and a link to the page you on where you are inserting the shortcode so that I can inspect it.
Thanks!
@gabrielfuentes Unfortunately I’m doing this locally just for fun so I do not have domain for you to inspect.
Thanks for letting me know.
Well, as the site is not live, then there is not much advice I can provide.
To summarize, if you are using the correct product ID, then the shortcode should render properly. If not rendering correctly, there could be a plugin or theme conflict going on your site, or your are using an incorrect product ID.
Just so you know, I’ve tested the shortcode above with a valid product ID on my WooCommerce testing site, which only uses WooCommerce and the Storefront theme, and it worked great.
Cheers!
@gabrielfuentes Alright will have to check the plugins then. Thanks for the help!