Tuesday, September 3, 2013

How to create magento own theme


Create a directory under (app > design > frontend) copy these files from Magento’s default package (catalog.xml, catalogsearch.xml, checkout.xml, cms.xml, customer.xml, newsletter.xml, page.xml, wishlist.xml) The page.xml file will be the default page layout .xml file used for every page in your site. Other layout .xml files will modify (or “update”) this base layout.  And create other template directory.

After that   System → Configuration Click on Design, in the Package section enter your_new_theme_name in Current package name. your theme will be activated

No comments:

Post a Comment