下载此文档

Ecshop多货币解方案设计地开发.doc


文档分类:建筑/环境 | 页数:约9页 举报非法文档有奖
1/9
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/9 下载此文档
文档列表 文档介绍
Ecshop多货币1:在themes下找到自己模板目录,进入library/: <ahref="{$url_head}&currency=USD">美元</a>&nbsp; <ahref="{$url_head}&currency=GBP">英镑</a>&nbsp; <ahref="{$url_head}&currency=EUR">欧元</a>&nbsp; <ahref="{$url_head}&Y">人民币</a>&nbsp; <ahref="{$url_head}&currency=AUD">澳元</a>自己修改,把RMB改成卢布,然后加上瑞士法郎SEK,加元CAD,代码是:<ahref="?currency=USD">USD</a>&nbsp; <ahref="?currency=GBP">GBP</a>&nbsp; <ahref="?currency=EUR">EUR</a>&nbsp; <ahref="?currency=RUB">RUB</a>&nbsp; <ahref="?currency=AUD">AUD</a>&nbsp; <ahref="?currency=CAD">CAD</a>&nbsp; <ahref="?currency=SEK">SEK</a>2:在数据库里找到ecs_shop_config表,执行以下sql语句:INSERTINTO`ecs_shop_config`(`id`,`parent_id`,`code`,`type`,`store_range`,`store_dir`,`value`,`sort_order`)VALUES(NULL,'1','rate','text','','','1,,,,','1'),(NULL,'1','ybprice_format','text','','','£%s','1'),(NULL,'1','aprice_format','text','','','€%s','1'),(NULL,'1','cprice_format','text','','','¥%s','1'),(NULL,'1','aoprice_format','text','','','AU$%s','1');自己修改代码是:3:在根目录下找到languages//admin/:$_LANG['cfg_name']['rate']='货币汇率';$_LANG['cfg_name']['ybprice_format']='英镑格式';$_LANG['cfg_name']['aprice_format']='欧元格式';$_LANG['cfg_name']['cprice_format']='人民币格式';$_LANG['cfg_name']['aoprice_format']='澳元格式';$_LANG['cfg_desc']['rate']='输入规则按照和美元的汇率进行输入US,EUR,BritishPound,China,Austrilian';$_LANG['cf

Ecshop多货币解方案设计地开发 来自淘豆网www.taodocs.com转载请标明出处.

相关文档 更多>>
非法内容举报中心
文档信息
  • 页数9
  • 收藏数0 收藏
  • 顶次数0
  • 上传人beny00001
  • 文件大小468 KB
  • 时间2019-11-02