I'm working on a Drupal Commerce site and am using Taxonomy Terms to define product categories. The Term display pages have been styled do use a single image from the ones available on the product display, and only the title and amounts are still visible on the term page.

As far as styling, I've specified a width/height for the div that surrounds each product display listing and floated them to the left so that four items will fill the page, then #5 begins the second row, #9 the third row, etc.

Here's the page with the issue:
http://test.simagilady.com/shop/personalized

At this point it's the only one with more than 9 products so I may see this as the owner populates additional products/product displays into the store.

Any suggestions as to why the random white and empty blocks instead of them just lining up?

It's not a float drop due to width vs available space.

I'm still evaluating some other stuff, but thought I'd throw this out there and see if anyone has run into this or has any ideas.

Comments

craigkendall’s picture

Figured it out just after I posted this... two line titles were causing the drop out. Instead of not enough space horizontally, there was not enough vertically when the title went to two or more lines (strange since I'm not setting heights, but nonetheless it'll be solved in a quick CSS change).

joetower’s picture

Hello Craig,
I found this issue while searching for documentation on using taxonomy with commerce.

I'm currently working on a commerce site and not having any luck getting product taxonomy pages to show products. I was wondering if you had any tips or links you could pass my way. I know there has to be a correct combination of Views Relationships to work. I've tried cloning the default Taxonomy View and establishing a relationship with Product Display content type referencing Commerce Product.

I looked at the live http://simagilady.com/shop site and the way you're organizing products by taxonomy is exactly what I'm trying to do. Also trying to have the product (/products or in your case /shop) page only display linked taxonomy terms and a featured image. I'm not having any luck there either.

Any advice would be much appreciated.

Thank you,
Joe