最模板 - 外贸网站建设,外贸网站模板

最模板

当前位置: 首页 > Magento > Magento教程 >

得到订单各种货币下,换算成USD 的订单总额

时间:2014-06-21 13:01来源:未知 作者:最模板zuimoban 点击:
[html] view plaincopyprint? $ _sub = order - getGrandTotal(); $ orderCurrency =$order- getData(order_currency_code); $ currency_rate =$currency- load(USD)- getAnyRate($orderCurrency); $ amount =$_sub/$currency_rate;
[html] view plaincopyprint?在CODE上查看代码片派生到我的代码片
 
  1. $_sub = order->getGrandTotal();  
  2. $orderCurrency = $order->getData('order_currency_code');  
  3. $currency_rate = $currency->load('USD')->getAnyRate($orderCurrency);  
  4. $amount = $_sub / $currency_rate;  
  5.  

(责任编辑:最模板)
------分隔线----------------------------
栏目列表
推荐内容