Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I had to uninstall WooCommerce plugin (I deleted the tables it created as well) and now I reinstalled the plugin and I doesn't automatically recreate the WooCommerce Pages. Am I stuck having to manually create the pages myself? Is there a way to have it automatically regenerate the pages?

share|improve this question

3 Answers

up vote 2 down vote accepted

Just had the same problem.

First uninstall the plugin. Then you have to delete all rows containing "woocommerce" in the table "wp_options" on your database. Especially "skip_install_woocommerce_pages". Now install the plugin again. The notification for automatically creating pages will pop up.

share|improve this answer

There is an easier way to get the page-creation dialog to appear.

Simply go to WooCommerce > Pages and unset all of the select boxes for pages (including the shop base option).

Then if you de-activate and re-activate it will ask you whether or not you want to install the pages.

share|improve this answer
This seems to do exactly what it's supposed to. If your previous pages were deleted (but still specified in WooCommerce), then just make a dummy page. Set all the select boxes to that dummy page, THEN unset them and do the steps above, then it will work. – Anriëtte Myburgh May 25 '12 at 14:33

What ended up working for me was adding "&install_woocommerce_pages=true" to the Settings page URL.

share|improve this answer

protected by Community Feb 26 at 20:54

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.