Classic Blog List

Style & publish your blog list anywhere on your site using a bunch of Scalia's blog options. Choose from 8 awesome bloglist styles, including grids & carousel. Select categories to be displayed, number of posts, pagination style and much more. Check Scalia's blog features in the sidebar.
Send mail with queue in magento 1.9.2

Make copy /app/code/core/Mage/Core/Model/Email/Template.phpToapp/code/Local/Mage/Core/Model/Email/Template.php Make the condition false near about line number 407Current Code if ($this->hasQueue() && $this->getQueue() instanceof Mage_Core_Model_Email_Queue) {           …

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…

1 2 3 40