Use Homepage as “Shop” for Woocommerce [closed]

Sorry I don’t quite get what you are trying to do here. But if you just wanna show products / categories at your homepage, (which is what usually shop page displays), what I would normally do is:

  1. Set homepage as ‘static front page’
  2. Edit the page (use text editor instead of visual editor) using HTML codes & Woocommerce shortcodes to display products http://docs.woothemes.com/document/woocommerce-shortcodes/ e.g. [best_selling_products per_page=”12″ columns=”4″] or [product_categories number=”12″ parent=”0″], etc
  3. css the page if necessary.

‘What about the original shop page?’ Just don’t put it in your navigation / sitemap…

Hope that helps.

Cheers