html5 - Custom Landing page in Magento -
i'm new magento want know type of design can done using magneto or custom landing page ?
design without using of magento block??
you can local.xml update
<cms_index_index> <reference name="content"> <block type="core/template" name="home_main" as="home_main" template="cms/default/home.phtml"> </block> </reference> </cms_index_index>
create file named home.phtml in cms/default/
then add home page content in there.
Comments
Post a Comment