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.
Different kind of catalog sorting (top selling,top rated, new products, special products) in magento

//////////////////////////////////// template/catalog/product/list/toolbar.phtml <div class=”demoTarget toolbar”> <span class=”pagingTotal”>Order:</span> <?php /*?><select onchange=”setLocation(this.value)” id=”default-usage-selectdate”> <?php foreach($this->getAvailableOrders() as $_key=>$_order): ?> <option value=”<?php echo $this->getOrderUrl($_key,…

Related product is not coming, upsell product is coming by default

1)appdesignfrontenddefaultmagikjewellerylayoutcatalog.xml Change <block type=”catalog/product_list_upsell” name=”product.info.upsell” as=”upsell_products” template=”catalog/product/list/upsell.phtml”>                     <action method=”setColumnCount”><columns>4</columns></action>                     <action method=”setItemLimit”><type>upsell</type><limit>4</limit></action>                 </block> With <block type=”catalog/product_list_related” name=”product.info.related”  template=”catalog/product/list/related.phtml”…

1 37 38 39 40