Woocommerce: Showing Categories on every page - php

I am using the woocommerce plugin for a wordpress site. The categories of the shop should be listed on the left part of the page and the categories on the right side.
When the shop page first loads, it is displayed as above. Which is good. When I click on the category it only shows the products and not the categories.
Is there an easy way to get the categories on every page?

You can edit your category and set Display type to Both.
Default setting can be set in Settings page under Catalog tab.

Related

WordPress Custom URL with Permalinks

now i want to use standard url Like http://localhost/websitename/categoryname/
while passing value in href, in wordpress
Hi i have two table one is category and another is product in admin panel
i insert category and sub category and insert product according to category.
in front-end i displaying subcategory under category and now want when anyone click
on subcategory it will redirect in to next page such as
http://localhost/websitename/categoryname
in this page display all product under particular category.
Right now using ?id=125 and aacording to this particlar category id product are
displaying
how can i cahnge url
Go to settings-> Permalinks and then custom, paste this:
/%postname%/

Change Background category product

I changed background on page shop but not showing in category product. I am using template page on page shop
I am tried to changed also in my page category product
my site web : http://inst1226908-45105.crystone.net/categorie-produit/fromage-fr/

wordpress woocommerce, showing a single specific product and its options on homepage

For a reference of the website i am developing you can view it here: http://prettyloxx.netii.net/
I am creating a ecommerce website using wordpress and woocommerce together in a theme
that i added the woocommerce support to. it would's great but however i am a little stuck.
What i would like to do is to place a single specific product on the bottom of the homepage with its options.
So ideally, i would for example like to add a single product such as http://prettyloxx.netii.net/?product=wefts on the homepage after the homepage content, howevere without the product's description. So on the hompage the user would see the attributes and options as well as the product image at the bottom of the page, select them and then click on the checkout button directly from the homepage.
Thank you in advance,
You can add [product id="99"] or [product sku="FOO"] Shortcode for specific product to add your homepage. Or if you want feature products then woocommerce gives the shortcode [featured_products per_page="12" columns="4"] for that. Hope those will help you.
Here we can use Id of single woocoomerce product ,
[product id="42632 "]
and for sku
[product sku="examplesku"]
and we can show products of a specific category
[products columns="3" category="solar-lantern"]
In above shortcode just pass the slug of the category and products are shown of this specific category

WP E-commerce: show all products in category

How can I show category page that contains all products in this category? I have a menu with categories in the header. Those links are linked to the categories. I need customize the WP E-Commerce category template. Could you help?
Have you tried the "wpsc-products_page.php" template? If your theme doesn't have the file already, you can generate it via the WPEC settings page.

Woocommerce Shop show categories

I am new to wordpress so please still help with me if I get the language wrong.
Using woocommerce to display a shop with variable products, I would like the shop link landing page to display the shop categories with the featured image of that category.
My current shop page displays all products, with a pagination to other product pages and I cannot find the template for all products.
When I go to shop page in wp-admin and click on the edit page it is empty, so am not sure how they are getting there in the frst place and I have looked at the HTML not just the visual editor.
Many Thanks
Asa.
It's easy, just go to 'WooCommerce -> Settings' link from side bar admin menu & select 'Catalog' tab & then tick 2 check boxes "Show subcategories on the shop page" & "When showing subcategories, hide product" -> click 'Save Changes' button at bottom. That's it! You are Done!
Now visit 'Shop' page you'll be able to see categories.
Hope this helps.
This is now in Woocommerce -> Settings -> Products -> Display, 'Shop Page Display' drop-down.
In current version 3.4.5 there is no display option under Woocommerce -> Settings -> Products -> Display. It has been moved to customizer under Woocommerce->Product Catalog

Categories