首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 其他相关 >

magento的运输费模块开发教程(Customize Magento Shipping Module Tutorial)

2012-12-15 
magento的运费模块开发教程(Customize Magento Shipping Module Tutorial)好久好久没写文章了 已经懒了,之

magento的运费模块开发教程(Customize Magento Shipping Module Tutorial)

好久好久没写文章了 已经懒了,之前翻译过一篇关于Magento新闻模块的开发教程,今天再写一篇Shipping Module的模块开发教程吧,示例出自Jamie Huskisson的《Magento 1.3: PHP Developer's Guide》,我按自己的意识表达 就不做翻译了,如果错误之处,欢迎指正吐槽!


1.搭一个模块 肯定要先告诉magento模块的配置文件吧,所以在app\etc\modules这里写一个模块文件告诉Magento我们要新建一个模块。我这里叫Yip_CustomShipping.xml,它是一个XML。


magento的运输费模块开发教程(Customize Magento Shipping Module Tutorial)

magento的运输费模块开发教程(Customize Magento Shipping Module Tutorial)

这个是不是很有趣的一个做法,好好努力吧~

That's it~ Happy coding~


热点排行