magento 布局原理解析(Anatomy of Layout)
作者:luckstarzb 日期:2010-03-12
magento之Class Mage_Page_Block_Html_Header
作者:luckstarzb 日期:2010-03-12
magento 帮助文档
作者:luckstarzb 日期:2010-03-12
magento 分析page.xml
作者:luckstarzb 日期:2010-03-12
Magento模板设计 建立主题的步骤
作者:luckstarzb 日期:2010-03-11
升级你的模板,让Magento1.4用上以前的模板
作者:luckstarzb 日期:2010-03-11
Upgrading your existing theme (modern or else)
Obviously I cannot cover here all the possible problems and issues that may arise when upgrading your particular template to be compatible with Magento 1.4. However, I found that the most common issue is “Categories not working after upgrading to 1.4″. This relates to the error people get when clicking on some categories: “Error processing your request” followed by a number.
To fix that, you’ll need to do 2 things:
Obviously I cannot cover here all the possible problems and issues that may arise when upgrading your particular template to be compatible with Magento 1.4. However, I found that the most common issue is “Categories not working after upgrading to 1.4″. This relates to the error people get when clicking on some categories: “Error processing your request” followed by a number.
To fix that, you’ll need to do 2 things:
Tags: magento
How to install magento free themes
作者:luckstarzb 日期:2010-03-11
Well you’ve finally decided you’re going to switch to Magento for building ecommerce website. While new versions of Magento coming up regularly make the learning curve easier to climb, be prepared for at least a few days before you can use magento’s features to its best. This article explains the few tricks and tips that will start you off with variations on the basic design of magento’s default installation.
The first thing to do after you’ve installed Magento is to check out the files in skin/frontend/default : you won’t find much here except the stylesheet and a few images. This is the directory of your frontend but you should read carefully the concepts behind Magento’s implementation of design and layout. Much more complex than the usual single folder theme system one can find in wordpress for instance, Magento’s design process works with four types of instances :
* Layout ( app/design/frontend/your_interface/your_theme/layout/)
The first thing to do after you’ve installed Magento is to check out the files in skin/frontend/default : you won’t find much here except the stylesheet and a few images. This is the directory of your frontend but you should read carefully the concepts behind Magento’s implementation of design and layout. Much more complex than the usual single folder theme system one can find in wordpress for instance, Magento’s design process works with four types of instances :
* Layout ( app/design/frontend/your_interface/your_theme/layout/)
Tags: magento
程序代码





