Tuesday, January 3, 2012

How to call static block on CMS pages ?


{{block type="cms/block" block_id="block_identifier"}}

How to Show mini login form on CMS page ?


{{block type="customer/form_login" name="customer_form_login"  template="customer/form/mini.login.phtml"}}

How to call category product on CMS pages ?


{{block type="catalog/product_list" category_id="category_id" template="catalog/product/list.phtml"}}

No comments:

Post a Comment