2015 July

Want to add to cart configrurable product instead of drop down–

<!– FOR THE ASSOCIATED PRODUCTS–><?php  $config_product_id = Mage::registry(‘current_product’)->getId();?><?php  //if ($_product->isSaleable() && count($_attributes)):?><?php  $product=Mage::getModel(‘catalog/product’)->load($config_product_id);  $productAttributeOptions = $product->getTypeInstance(true)->getConfigurableAttributesAsArray($product);   $attributeOptions = array();     $ids…