Styled Blog List #1

Here is the sample of the styled blog list with customized left sidebar. Build amazing styled blog lists with Scalia's top-notch blog styles!
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 51 52 53