You can categorize your products into groups to help your customers browse them easily.

Product Category Management Menu
Once you create a product category from the Category Management menu you can assign a product to that category when configuring the product details.

Assigning a Product to a Category
You can display all the product(s) from a particular category using a shortcode:
There are many more shortcodes available to utilize product categories. See the shortcodes list documentation for details.
I have created a demo category called “Prod Cat A” and assigned two products to this category. The products are displayed as the following when using the category shortcode.
Read the following documentation to learn some advanced techniques for displaying products from a category on a WordPress page:
Note: We provide technical support for our premium plugins via our customer only support forum
Hi Joe, Yes we do. You can find a list of all the shortcodes available in the eStore here:
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460
Make sure to checkout the extra shortcodes plugin for eStore (see the link above also for this).
Hi, do you have a short code to display the products in a category in “fancy” mode. You have the double option for all other uses except this one. Any chance? Thanks Joe
@Shina, you should be able to change the style by modifying the CSS. To change the thumbnail image size, look for the following CSS in the “wp_eStore_style.css” file:
.thumb-image{
width:125px;
height:125px;
}
I want to use [wp_eStore_category_products:category_id:1:end], but i don´t like the design (which is shown above).
Can I modify the template for this trigger text. (For example I need pictures with 250x188px).
In which script I can find this template structure to change it?
I hope you know what i mean…
Hi Scott, For an infinite quantity all you need to do is leave the field blank.
Ivy
For “Quantity” how would one go about making it infinite? Or do I have to put a max number on the product?
Thanks
Use the following shortcode to display a list of Categories:
[wp_eStore_list_categories_fancy]
Hi Cindi, eStore doesn’t use any loop… I am going to add an option for displaying related products later (this will be a while though cause my to do list is huge)
Easy implementation so far. I used the free Simple Paypal cart before so I think that helped.
I’ve gotten handy at customizing the loop in wordpress. Does this plugin create a similar loop? I want to add weight and have that feed to paypal, to show recommended related items using a custom code.
With some experimentation, I think I can do this, but I need a starting point. Is there a section of code that is central to displaying products the way the loop is in wordpress?
@Alexia, this question has been answered two threads above.
Hi there
Is there a way to have one product listed under multiple categories without having to add it singly each time?
Hi Donna, no this is not possible… I haven’t really made the product categorization that robust (something to work on in the future).
Okay, thanks for getting back to me so quickly. I couldn’t find a way, but I thought there might be a trick to it. It just means well thought out decisions around the taxonomy for now. But I think different ways of categorizing each product in order to use the category display shortcodes would be a great feature.
Can a product be added to more than one category? Or would you have to create multiple (duplicate) products to do that? I have a site with physical products that would have a limited number so it would be best if I could avoid duplicates so that the sold out function will work.
Hi TJ, no the category list cannot be sorted.
Is there anyway to sort the category list?
I have just tested this and it would also be nice if you could have the options for:
1. Display categories and maybe a certain number of items within or all products
2. Display products using a drop down of categories.