Manufacturer is a custom attribute,you can change the name your custom attribute name.
1 2 3 4 5 | $attribute = Mage::getModel ( 'eav/config' )->getAttribute ( 'catalog_product', 'manufacturer' ); foreach ( $attribute->getSource ()->getAllOptions ( true, true ) as $option ) { $attrubuteArray [$option ['value']] = $option ['label']; } |
im feeling it
nice article, keep the posts coming
Hey, I can’t view your site properly within Opera, I actually hope you look into fixing this.