汉化项目

Magento1.5中文翻译包-Mage_Rule.csv

此文件是Magento1.5中文包中的子文件,如果您对翻译有异议.可以直接在本页面,或者Magento1.5中文包项目页面中发表留言. “ALL”,”全部” “ANY”,”任意” “Add”,”增加” “Apply”,”应用” “Conditions Combination”,”条件组合” “Description: %s”,”说明:%s” “End Date should be greater than Start Date”,”结束日期必须晚于起始日期” “Expire at: %s”,”有效期:%s” …Read the Rest

Magento1.5中文翻译包-Mage_Review.csv

此文件是Magento1.5中文包中的子文件,如果您对翻译有异议.可以直接在本页面,或者Magento1.5中文包项目页面中发表留言. “%d Review(s)”,”%d个评论” “%s Review(s)”,”%s个评论” “(Posted on %s)”,”(评论日期 %s)” “1 star”,”1星” “2 stars”,”2星” “3 stars”,”3星” “4 stars”,”4星” “5 stars”,”5星” “Add …Read the Rest

Magento1.5中文翻译包-Mage_Rss.csv

此文件是Magento1.5中文包中的子文件,如果您对翻译有异议.可以直接在本页面,或者Magento1.5中文包项目页面中发表留言. “%s – Discounts and Coupons”,”%s – 折扣和优惠券” “%s – Special Products”,”%s – 特价” “%s RSS Feed”,”%s RSS 订阅” “%s …Read the Rest

Magento1.5中文翻译包-Mage_Reports.csv

此文件是Magento1.5中文包中的子文件,如果您对翻译有异议.可以直接在本页面,或者Magento1.5中文包项目页面中发表留言. “Abandoned Carts”,”清空购物车” “Abandoned carts”,”清空购物车” “Action”,”操作” “Add to Cart”,”加入购物车” “Add to Compare”,”加入比较” “Add to Wishlist”,”加入收藏” “Any”,”任意” “Applied Coupon”,”使用优惠券” “Applies to …Read the Rest

Magento1.5中文翻译包-Mage_Rating.csv

此文件是Magento1.5中文包中的子文件,如果您对翻译有异议.可以直接在本页面,或者Magento1.5中文包项目页面中发表留言. “1 star”,”1星” “2 stars”,”2星” “3 stars”,”3星” “4 stars”,”4星” “5 stars”,”5星” “Add New Rating”,”增加新的评级” “Assigned Options”,”指定选项” “Be the first to …Read the Rest

Magento中文版1.0正式发布(又名Makingware社区版)

Magento中文版1.0是我们Magentochina的合作伙伴Makingware专门定制给中国国内使用的一套基于Magento的电子商务程序. 演示地址(demo):http://ce.makingware.com/ 下载地址:http://www.magentochina.org/download/view.download/6/17.html 后台演示地址:http://ce.makingware.com/admin 账号:makingware 密码:demo123 讨论地址:http://www.magentochina.org/bbs/forumdisplay.php?fid=25 Makingware简介 Makingware是基于Magento的电子商务平台。Makingware针对国内市场,对Magento进行了改进和调整,包括中文化,账 户管理,支付方式,地址格式,物流支持,结账流程等等。Makingware旨在打造一个功能强大,高度灵活的企业级电子商务平台。 为什么我们要做Makingware社区版? 秉着Magento开源的精神,我们认为Makingware应该把这种开源的精神传播出去。所以,我们决定开发Makingware社区版,提供 给国内的程序员,电子商务网站免费开发和使用。我们也想通过社区版来推广Magento在国内的应用。Magento优秀的架构是值得我们学习和借鉴的。 我们希望Makingware社区版能让更多程序员接触和认识到这样灵活和强大的插件体系结构。同时,我们也希望Makingware能为国内电子商务软 件的发展尽一份力,希望通过开源和社区的力量来提高国内电子商务软件的应用水平。 在Magneto原版上的改动 Makingware社区版1.0(Makingware CE 1.0)是基于Magento社区版1.4.0.1开发的。下面的列表列出了Makingware CE …Read the Rest

Magento1.5汉化项目[进行中]

Magento1.5中文翻译汉化包已经翻译完成,目前正在校对当中.如果需要该中文包,请去Magento中文论坛下载(含Magento1.5中文简体,中文繁体汉化包).并协助我们完善其汉化.再次感谢各位网友的帮助.

让Magento支持中文PDF发票.

Magento默认是不支持PDF中含有中文的,只是因为Magento所使用的字体库没有中文.我们只需要替换掉其字库,就能让magento轻松支持所有语言.

magento中的中文姓名

在英文中 fist name:名 last name:姓 magento中客户填写用户信息的时候,姓名是分开的。根据国外的习惯,名在前,姓在后,这个好说,直接去模版文件修改下显示顺序。 以magento1.4的default模板为例 magento注册页面姓名模板文件路径:app\design\frontend\base\default\template\customer\widget\name.phtml 将 <div class=”field name-firstname”> <label for=”<?php echo $this->getFieldId(‘firstname’)?>” class=”required”><em>*</em><?php echo $this->__(‘First Name’) ?></label> <div class=”input-box”> <input type=”text” id=”<?php echo $this->getFieldId(‘firstname’)?>” name=”<?php echo $this->getFieldName(‘firstname’)?>” value=”<?php echo $this->htmlEscape($this->getObject()->getFirstname()) ?>” title=”<?php echo $this->__(‘First Name’) ?>” class=”input-text required-entry” <?php echo $this->getFieldParams() ?> /> </div> </div> <?php if ($this->showMiddlename()): ?> <div class=”field [...]

magento中国地址编辑插件

此插件可以在magento后台添加、删除中国省市地址。免费提供给大家使用,请在magentochina.org论坛下载。版本我在1.3 1.4上测试过了,大家遇到BUG可以给我留言。如图     我正在制作可以编辑所有国家地址的插件,这个可以编辑中国地址的插件,相对简单,免费提供给国内的使用者,难点的插件我再收费,嘿嘿。   转载表明出处: hellokeykey.com

TOP Online Store
1.Girls' Generation, a Fantasy Jewelry online Store. Nobody Can Keep Away From the Beauty:tiffany ca 2.China Wholesale Electronics:China Wholesale Electronics 3.The android phone is best:Android sale.The Android Ice cream sandwich well be best Android OS. 4.R4 3DS for sale:R4 ds shops,and support Japanese R4:R4 販売. 5.fashion bag:armani watches and MBT shoes.
R4 V1.4.2 and your R4i Gold 1.4.2 and R4i GOLD 3DS card V1.4.2 can not work on it.
Please update your R4i Gold 1.4.2 and R4i GOLD 3DS card V1.4.2 card with this patch. Please read readme.txt attached firstly.Just do as the procedures listed in readme.