Active
Project:
EC Subproducts
Version:
6.x-1.0-rc3
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Sep 2010 at 06:05 UTC
Updated:
25 Jan 2011 at 04:11 UTC
After creating 3 products that all have 2 variants with 3 attributes each, my view at /products looks pretty darn messy. Is there a way I can suppress these from showing in the products view?
Comments
Comment #1
petergus commentedi have the same issue...im very confused. (new drupal guy)
would appreciate knowing how it was fixed?!
thanks!
Comment #2
ashley.maher@didymodesigns.com.au commentedThe sub-product module acts like a "store room" in a shop.
You may be selling a T-Shirt but when you go tot eh store room you need
to know the T-Shirt type, Size and Colour to go to the correct shelf to
get the T-Shirt required.
Hence when yo have a product and you add attributes a product with each
set of attributes will be created, in the same way as a shop store room
will have s shelf of Size X colours red, yellow, blue, etc etc etc
So when you generate your view of products you need to filter just the
"parent" product.
Comment #3
gordon commentedThe reason that this happens is that the default product view displays all products.
What needs to be done is the the ec_product views needs to be altered to only display parent products.