摘要: magento的开发原则: 1.不要修改magento的Core. 2.对于需要添加的功能,如果使用theme即可以解决的问题,即修改theme即可。如果必须做成插件才可以完成的,则考虑使用插件 3. 规范的书写代码 MAGENTO与theme的开发要点 添加以及移除javascript以及CSS 静态块的使用 setting template 新页面的布局 常用的layout... 阅读全文
posted @ 2012-08-26 16:33 myjavawork 阅读(930) 评论(0) 推荐(0)
摘要: magento需要总结的点很多,个人感觉可以从以下的几个方面考虑: magento的基本使用 magento的模板 magento的体系结构 magento的插件开发 magento的基本使用 Global-Website-Store methodology Managing products the customer-focused way Flat rate shipping Tabl... 阅读全文
posted @ 2012-08-26 12:13 myjavawork 阅读(279) 评论(0) 推荐(0)