Woocommerce shop page only categories - woocommerce

I'm working on Woocommerce and my shop page is showing subcategories AND products.
I've tried ticking check boxes in woocommerce catalog preferences to show only categories but it's not working. Also my theme doesn't have any option to shop only categories.
Any help ?
My site is www.tvaltonen.com/fysiomyynti

Try creating a new page "MyShop" with this code:
[product_categories number="12" parent="0"]

Related

How to remove category thumbnails in woocommerce shop page

I need to show my product only not category thumbnail how can i remove this? Please give me a solution it's important.
Thanks
It should be in the customizer.
In your WordPress Admin Dashboard, navigate Themes > Customize.
Once in, navigate WooCommerce > Product Catalog.
You should change under Shop page display, select Show Products and that's it.

Product Shortcode for Woocommerce is not working properly

In Woocommerce I am using [product_category] shortcode this way:
[product_category per_page="60" columns="6" orderby="" order="" category="non-veg-cr"]
Now the products in non-veg-cr product category should be displayed on the page and it was working fine earlier in this web site.
But now different products are showing on the page.
Please suggest me the solution for the same.

How can I add quantity option for product page in woocommerce?

I'm using WooCommerce 2.6.14 and Storefront theme. I want to add quantity field in product page like this page. I've tried many plugins but it's not working!

Hide WooCommerce shop page

I am developing a site and using WooCommerce. My purchased theme is supporting WooCommerce.
by Default WooCommerce make a shop page where it shows the archives of products and other page that i have made is Packages where all the packages are showing with categories.
Now i want to completely hide this page and block it in SEO
www.abc.com/shop/
I just want to show this page
www.abc.com/packages
Well i figured it out.
Basically there are 2 pages
1) shop - which is working as an archive page to list down products.
2) Packages - which is custom designed and showing products in different category
Now I don't want users to view (shop) page so I installed a plugin which redirects the user to second page (packages)
In your dashboard go
WooCommerce -> Settings -> Products
Change the Product Archive / Shop Page from Shop to packages and save the changes
Next
Go to the Settings tab on your dashboard -> Permalinks
Scroll to the bottom of the page
Change Product permalink base to Shop base
Save those changes and going to www.abc.com/packages should show the products

Woo Commerce - does anyone know how to show Product Categories as main Shop landing page?

I read a similar post asking about how to display a top level Shop page with only "Product Categories" - not subcategories, no products.
I have selected the settings on WooCommerce - Settings | Catalog -
x Show subcategories on category pages
x Show subcategories on the shop page
x When showing subcategories, hide products
I still only see my products, not any categories.
Any suggestions?
Show subcategories on the shop page should do the trick, have you tried disabling any other plugins and using the default theme?
Some themes & plugins might interfere.

Resources