Follow the below codes to get addtional attributes product Magento
$tmpProd = Mage::getModel('catalog/product')->load($product->getId()); $attributes = $tmpProd->getAttributes(); $addtionalAttributes = array(); foreach ($attributes as $attribute) { if ($attribute->getIsVisibleOnFront()) { $addtionalAttributes["{$attribute->getStoreLabel()}"] = $attribute->getFrontend()->getValue($tmpProd); } }
POST HASN'T TAG.
Amit Kumar
April 16
Hi I need to create a configurable product via any rest client which contains a dropdown for color with associated product.