#2362

sns_ngannt
Moderator

Hi, You
Sorry for the delay of me
1. I think because don’t have products to display, so you go to System >> Configuration >> Catalog >> and setting again the number product in page
2.
2.1 Display shop by:
You go to admin : Catalog >> Manage Categories then choose Display Settings >> Is Anchor: No
2.2 You remove Compare in block
You go to /app\design/frontend/sns_kalolia/default/layout/local.xml
You see :

<reference name="right">
 <block type="catalog/product_compare_sidebar" after="catalog.leftnav" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/>
 <block type="cms/block" name="sidebar.banner">
    <action method="setBlockId"><block_id>kalolia_banner_cat</block_id></action>
 </block>
 </reference>

You change

 <reference name="right">
 <remove name="catalog.compare.sidebar" />
  </reference>

3.
– You can change product in menu: You go to Catalog >> Manage Categories >> Tabs >> Kalolia Menu
You see
{{block type="products/slider" title="Product suggestions" product_order_by="best_sales" screen_lg="3"}}
– You go to /app\design/frontend/sns_kalolia/default/layout/catalog.xml. You find

<catalog_product_view>
page details product in here
</catalog_product_view>

Thanks