Thursday, 16 June 2011

Display Static .phtml page from cms backend

First u need to create .phtml file in the folder like 
in example 'catalog/product' then go to magento backend 
and create CMS page set title set layout then in 
content paste the following code "replace your .phtml file path" .
 
{{block type="catalog/product_featured" name="product_featured"
 as="product_featured" template="catalog/product/featured.phtml"}}

No comments:

Post a Comment