Products in loop are randomly placed
-
I’m building a site in WooCommerce 2.0.14 with Ayoshop 1.3, over Genesis 2.0.1.
I have a problem that’s driving me mad. Here’s the executive summary: Under some conditions, the shortcode…
[product_category category=”somecategory”]
…returns a perfectly laid-out page, 12 items in four rows of three. At other times, it returns a page with fewer items–mostly three-item rows but also one- or two-item rows, leaving empty holes where products should be.
I cannot for the life of me figure out what the trigger is. It doesn’t seem to be the products, since the same products appear in the pages that lay out well and the ones that do not.
It is not random, it simply depends on the category I choose. The results are always the same.
Here is more information on the categories:
My client is selling three types of jewelry. I’ve set up the parent and subcategories this way:
Jewelry
–Bracelets
–Earrings
–NecklacesAt the same time, she is creating “Collections” of those products. Each collection contains a few items from each subcategory. So I also have these categories:
Collection 1
Collection 2
etc.Therefore, each item is flagged in three categories–Jewelry, type of jewelry, and type of collection.
If I ask Ayoshop to list all Jewelry products or each of its subcategories, the pages always lay out perfectly.
If I ask it to list a Collection, then that’s when I always get random layouts.
Can anyone point me in the right direction?
By the way, my knowledge of PHP is extremely deficient–if I need to do some tinkering there, so please be patient! ??
Thank you.
- The topic ‘Products in loop are randomly placed’ is closed to new replies.