Magento and configurable product attributes

Posted by artega on Stack Overflow See other posts from Stack Overflow or by artega
Published on 2010-04-30T06:31:48Z Indexed on 2010/04/30 6:37 UTC
Read the original article Hit count: 202

Filed under:
|

I have an issue with displaying product custom attributes. I've read every resources through google but still no success. The problem is that I have to show size attribute of configurable product on category grid and list view. Every solution on google suggested something like

$_product->getAttributeText('size')

but I ended up at just a single string - "S" or "M" instead of an array. How can I fetch all possible sizes of all simple products which belongs to particular configurable product without much hassle?

© Stack Overflow or respective owner

Related posts about php

Related posts about magento