Home
Search
Search Keyword: Total 3 results found.
Tag: Magento tipsOrdering

Guide for Magento coder:

In Magento e-comers CMS templates file placed in different folders, and its some times difficult to find it. So I created a memo for quick find this *.phtml files

 

Magento default style sheet - styles.css

/skin/frontend/default/default/css/styles.css

 

Magento default images folder - images

/skin/frontend/default/default/images/

 

Magento DEFAULT TEMPLATES: 1column.phtml, 2columns-left.phtml, 2columns-right.phtml, 3columns.phtml

/app/design/frontend/default/default/template/page

 

Magento NAVIGATIONS - left.phtml, top.phtml

/app/design/frontend/default/default/template/catalog/navigation/

 

Magento product list page - list.phtml

/app/design/frontend/default/default/template/catalog/product/

 

Magento product details page - view.phtml

/app/design/frontend/default/default/template/catalog/product/

 

Magento blank template download and install

Magento blank template (theme) download and install

I don't like to work with default Magento template, so i fond a blank theme from: magentocommerce official site

 

Here image how it looks:

 

 

You can also download blank template from my site

 

So, you downloaded blank theme and now we have to install it:

How to create custom page in Magento

How to create custom page in Magento

In this article i'll show you how to create custom page in Magento

Login to Magento admin panel: www.YourSiteName.com/index.php/admin/ Mouse over on CMS horizontal menu, then click on Manage Pages. Then click on Add New Page:

© 2010. Sopov.com