html5 - Custom Landing page in Magento -


i'm new magento want know type of design can done using magneto or custom landing page ?

http://goo.gl/s1tcys

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

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -