woocommerce how to create brands tab - wordpress

I made a store where I have 2 categories, but now I want to make "brands tab" - brands list where user can click on any brand name to see items of only this brand (like on eBay, but simpler). I'm new to wordpress and woocommerce, so maybe you can help me.

Woocommerce has this feature built in. Please check out the Woocommerce Shortcode site to see what you can do already.
But your shortcode will be:
[product_category category="appliances"]
Where "appliances" is the slug name of your category you want to filter the products by.
See the Woocommerce Shortcodes here http://docs.woothemes.com/document/woocommerce-shortcodes/

The brands plugin works well. Get it from WooThemes if you want support otherwise you can get it for cheap here: https://gplclub.org/product/woocommerce-brands/

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 products listing by category

I want there should be list of products category on my product listing page. And my Product listing will update according to that category list.
Check this png you will understand better.
https://www.dropbox.com/s/2jch15ohmi4k7zq/TY-Fountain_ProductMain_V2.png?dl=0
Any plugin or code help please? This plugin is close one but issue is this that there are no pagination.
https://wordpress.org/plugins/woo-tabbed-category-product-listing/
Thanks
Woocommerce has product archives built into it. All you have to do is link to the domain url with /product-category/category-slug/ on the end. Replace category-slug with the slug of any specific product category.

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

Woocommerce How to make multiple product pages?

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.

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.

Resources