WooCommerce Default Pages NOT showing up on brand new site - wordpress

I recently installed WooCommerce on a brand new Wordpress website. I went through all the steps as directed exactly in this tutorial I found on YouTube How To Create An eCommerce Website With Wordpress 2021 -ONLINE STORE- (Easy For Beginners)
I then needed to edit the cart, shop, account, etc. pages. The only problem I have is that those pages did not generate when I installed WooCommerce. They do not exist. I have tried multiple ways to solve my problem. One of which is a tool that WooCommerce has in their plugin. If I go to WooCommerce-->Status-->Tools and scroll down I have an option that says, "Create default WooCommerce pages
Note: This tool will install all the missing WooCommerce pages. Pages already defined and set up will not be replaced."
This option DOES NOT install missing WooCommerce pages.
WooCommerce-->Settings-->Advanced No Default Pages:
Appearance-->Menus-->View All No Default Pages:
How can I fix this so that I can create the needed default pages and continue creating my online store?
Thank you!

There are multiple ways of solving this issue. But following the guideline on woocommerce website, please try manual instructions below.
First make sure there no default pages, Cart, Checkout and My Account page exists, Not as publish or draft or event in trash.
Then go ahead and create new pages for each as mentioned below.
Create a cart page and paste the shortcode [woocommerce_cart]
Create checkout page and paste the shortcode [woocommerce_checkout]
Create My Account page and paste shortcode [woocommerce_my_account]
This should do the trick, Also make sure that in permalinks options available under Settings -> Permalinks and make sure Post Name is selected and click save changes.
If this does not work for you, do post a comment with exact screenshot of the issue.
Article link on official website - https://docs.woocommerce.com/document/woocommerce-pages/

Related

How do I remove/unpublish my plugin from https://wordpress.org/plugins?

I would like to remove my plugin from the plugin directory of wordpress because I dont want any new installs made with it. I can't find any solution from Google.
As of April 2020 you have the ability to close your own plugins without needing to contact them via email. Go to the ADVANCED VIEW link on sidebar of your plugin page and scroll down to the CLOSE THIS PLUGIN section. Read the warning. If that is acceptable to you, then click the button that says "I Understand..."
To remove a plugin from the WordPress repository, first delete the code via SVN. Then email plugins#wordpress.org using the email you registered with at wordpress.org (for the account that is the author of the plugin). They will delete it within a few days and email you back to confirm. They basically hide the plugin pages. The plugin slug remains blocked and your project can be resurrected if you can convince them to re-open it.

ccavenue woocommerce plugin is not redirecting to ccavenue

I have an ecommerce site(woocommerce). Recently I had developed a theme by myself and had added required plugins including woocommerce. As woocommerce has not payment gateway option for ccavenue, I added another plugin ccavenue advanced and it provided ccavenue option in woocommerce. Earlier it used to work fine, before this new theme.
But now, when user try to pay, after entering billing details, when user click place order, instead of redirecting to ccavenue, a page with order details with a message appear,
"Thank you for your order, please click the button below to pay with CCAvenue."
But below there is no button. Please see the image
This is the final page appears
I have tried with other available ccavenue woocommerce plugin but the result is same. I have included woocommerce.php file also. but still same result. I tried with paypal and it is redirecting to paypal.
I searched over internet a lot but could not able to find out any solution.
Any guidance will be helpful. Thanks in advance. Sorry for my bad English.
Upgrade your PHP version to latest one. The issue happened due to the disabled condition of Soapclient extension in older version php.

Woocommerce - Missing Account Details

As the Title suggests, I made an e-Commerce web application with Woocommerce plugin, but now I cannot access My Account details Page (Edit details, retrieve lost password). I have tried going to
Woocommerce
System Status
Install missing Pages
but this too didn't resolve my problem. I have tried deleting the page, and create it again, yet it still missing.
The Error I received when I want to edit my account detail is
No posts found
I did modified my Posts and Pages by adding some wp_editor, but I never change anything from the woocommerce's my Account detail section.
Anyone have this kind of problem? Reinstalling the Woocommerce is not an option since I've gone too far, and I'm afraid reinstalling could mess everything..
Woocommerce Version : 2.3.6
WP Version : 4.1.8
Create a new page.
Add the correct page shortcode.
3.Publish.
Go to: WooCommerce > Settings > tab to select your newly created page (tab defines the WooCommerce section to edit) if you use WooCommerce > 2.1.x, else go to WooCommerce > Settings > General.
Save.

How to re-enable introductory onboarding wizard after reinstalling WooCommerce

I uninstalled my WooCommerce plugin and chose to delete all data. When installed it back I cannot see the Introductory Onboarding Wizard. I need it to create my shop and all the pages again. I suspect this is because some traces were left from the first installation. How can I re-enable it again?
In the WooCommerce -> System Status admin page, under the Tools tab, there's the Create default WooCommerce pages tool that
will install all the missing WooCommerce pages. Pages already defined and set up will not be replaced.
WooCommerce now has a Help tab just to the right of the Screen Options tab in the Wordpress (v4.8) admin panel. Click on the tab and you will discover the Setup Wizard as a selectable item ... among many other helpful goodies ... including a setup video
WooCommerce Setup Wizard
You can restart setup wizard going to www.yoursite.com/wp-admin/?page=wc-setup. It worked for me!
/wp-admin/?page=wc-setup worked perfectly for me too.
Just login into wordpress and edit this in URL bar. Voila, it works!
Regrads

Wordpress Advanced Search Plugin

I want to design a Wordpress site that contains all of the usual Wordpress components (blog, contact us, image gallery, etc). I want to have a separate section of the site for "Books" and "Articles".
Admins will be able to enter a book/article with its detailed information (title, author, reference, etc.). I need to have a way for users (non admin) to be able to do an advanced search on these books entered by the Admin.
Should I use Wordpress for the entire site, and write a custom plugin for the book search piece? OR Have a custom PHP page for the searching? OR Is there a plugin that already exists where I could leverage Wordpress to do this advanced search for me? Any information to point me in the right direction would help.
Take a look at this Wordpress Plugin. It should provide you with what you need within the bounds of Wordpress. This should save time from having to write custom PHP code for this functionality.
There are probably other plugins available too that could work for you. One of the benefits of open source is there is a lot of user created content. This should help get you started.

Resources