Woocommerce How to make multiple product pages? - wordpress

I am new to Woocommerce.
I need to make product list pages for Windows, Android, and Accessories.
I already organized them by categories and made setting to display by "categories and subcategories."
However, in Shop page, still the products are showing.
Can anyone tell me what is wrong with this?
Also, how to make multiple category product pages?
For example, windows products page only need to show Windows products. And Android products page only need to show Android products.
Thanks,

WooCommerce has default product category template and it has a default slug named 'product-category'.
So you can show different products by using the link likes:
http://yoursite.com/product-category/windows
http://yoursite.com/product-category/android
There are also some plugins that provide shortcodes/elements, so you can insert the shortcode or element on your page to show products for specific cateogry.
For example, if you are using WooCommerce with Visual Composer, there is a Product Categories element.
So you can insert the element with specific category setting on your page.

First you should delete the shop page and make a page what you want to name. Also make a category with the same name. Then use this short code [products limit="8" columns="4" category="hoodies, tshirts" cat_operator="AND"] . In the place of hoodie and tshirt you specify your own category's slug name and that's it. And paste it in the page short code box. Now the page will only show one specific category product in a single page. You can also change products limit and number of products in a row.

Related

custom order of products in woocommerce category page

I have a woocommerce store and want to make a custom order of my products.
Users access directly category pages, no shop archive page.
Do you have any good solutions for making a custom order here ?
I Tried using plugins and also giving those products a number... but all did not work.
kind regards
You can assign a number to each woocommerce product in wp-admin.When you edit or add product than you will see a menu order option just input a numeric number.

Woocommerce Alphabetical Listing onclick

Issue is like i used A-Z listing plugin for woocommerce to display the products in alphabetical order and it's work greate but issue is when i uploaded my 10,000 products on it then the page is not loaded obovusily so is there any other plugin or something to help or any link where can i find out the plugin.
So in basically i want a plugin or code which just show a product which alphabet is select.
Thanks

can i embed a single product into another page on wordpress so that it has the add to cart and variable options?

I have a single product with variables but I need it to show on a user profile page. I can easily put a sidebar in with best products or popular products but that means it needs another click to get to the product page. So I need the product displayed on a certain page with all the variables showing and add to cart also showing.

Why woocommerce shows only five products in category page?

I'm new to wordpress. I've instaled woocommerce plugin in wordpress 3.9.1. And installed the add-on https://github.com/dgrundel/woo-product-importer to import the products. I imported a csv file with 15 products. All those products are belongs to one category. But when I see the frontend that category page, it shows only 5 products. Rest of the products are missing. How can I fix this? Any help will be appreciated.
Thanks
WooCommerce has an easy (I think) solution to this problem if you're still looking for one. Just set-up a page for each of your products and use this shortcode:
[product_category category="appliances"]
Replace appliances with whatever your category name is. It shows all your products of that category and gets you out of the WooCommerce loop so you can add more styling and content to your page.
Try checking Settings > Reading and see what it shows under "Blog pages show at most:" thats setting dictates how posts get shown on a page before pagination. That setting also affects how many products WooCommerce displays.

Wp eCommerce - Staying within category when product tag is clicked.

I have categories set up in WP eCommerce and I also have product tags set up as well. But let's say I'm in the t-shirt category then I click the product tag "blue". I would like it to stay within the t-shirt category instead of showing all products in the whole store. Is this achievable?
I solved this creating separate custom navs out of the product tags then using isotope to handle the filtering of products. It was actually easier than I thought. Just figured I would post my resolution just incase someone ran across this question.

Resources