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.
Find final price and tier price in magento

<?php                                               if(Mage::getSingleton(‘customer/session’)->isLoggedIn()): ?>                                                                                                                          <?php $this->setProduct(Mage::getModel(‘catalog/product’)->setStoreId(Mage::app()->getStore()->getId())->load($_product->getId()))?>                                                             INK<?php echo $this->getTierPriceHtml() ?>VK<?php echo Mage::helper(‘core’)->currency($_product->getFinalPrice());?>                                                                                          <?php else:…

Show subcategories on category page

<?php $_helpernew = Mage::helper(‘catalog/category’);  $_subcategories = $_category->getChildrenCategories();?>                 <?php if (count($_subcategories) > 0): ?>                     <ul>                         <?php foreach($_subcategories as…

1 38 39 40