2014-01-30 180 views
-2

如何在Magento的單個設置和單個站點中管理多種貨幣? 我想在一個網站使用印度盧比和美元。在magento中使用多種貨幣

任何人有這個如何做到這一點的想法?

+0

您是否首先嚐試搜索? http://stackoverflow.com/a/9738660/2047249,http://www.magentocommerce.com/knowledge-base/entry/managing-currency,http://inchoo.net/ecommerce/magento/how-to- add-currency-selector-to-magentos-header/ – Marius

+0

我想在網站中使用兩種貨幣,選擇用戶選擇哪種貨幣他/她想要付款。 – user3146706

回答

0

要爲Magento的存儲設立多種貨幣是很容易的。爲此,請按照以下步驟操作:

  1. 登錄到您的網站的管理面板。
  2. 進入系統 - >配置,然後從常規選項卡中選擇貨幣設置。

    Then select values for Base currency, Default display currency and Allowed currencies and Save Config button. 
    

    注意:在從允許的貨幣部分選擇多個選項時,按鍵盤的控制鍵。

    Magento仍不知道新選貨幣的匯率。要讓magento知道貨幣匯率,請按照步驟#3進行操作。

  3. 進入系統 - >管理貨幣 - >價格。

    Just click on Import button on top right side. Now click on Save Currency Rates button. 
    

    這就是所有..刷新magento緩存,你就完成了。