Jump to content

【已解决】货币设置的问题 可否后台输入人民币价格 商店产品自动显示美元价格


mint^^

Recommended Posts

如题:
货币设置的问题 可否后台输入人民币价格 商店产品自动显示美元价格

我在后台的currencies中添加了rmb
但吧default currencies转换成rmb 则首页产品默认显示rmb


如何可以在后台录入产品时,输入rmb 自动按设置汇率计算出usd?

Link to comment
Share on other sites

自动汇率转换可是PrestaShop的默认功能啊。

如果FO提供多货币支付,你可以:

1. 先开启maintenance mode
2. 设置CNY为默认货币,并设置兑换USD的汇率
3. 修改产品价格时用CNY,修改好以后将默认货币再改回USD

注意:测试时需要清空浏览器缓存或换个浏览器。

如果FO仅提供一种货币支付,譬如,USD,你可以试试这个第三方免费插件:http://www.prestashop.com/forums/viewthread/9473/

不晓得有无版本兼容性问题。没有用过。 =|

Link to comment
Share on other sites

  • 3 months later...

备份后修改modules/blockcurrencies/blockcurrencies.tpl第6-10行为:


           {foreach from=$currencies key=k item=f_currency}
               {if $f_currency.id_currency != 4(这是RMB币种ID)}

{$f_currency.sign}

               {/if}
           {/foreach}



将“4”(RMB币种ID)根据你的case来修改就可以在FO“屏蔽”掉RMB了。

All the best,

32705_5lAeQp5GcNfUXt72HVHY_t

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...