• <legend id='GhzXW'><style id='GhzXW'><dir id='GhzXW'><q id='GhzXW'></q></dir></style></legend>

    <tfoot id='GhzXW'></tfoot>
    <i id='GhzXW'><tr id='GhzXW'><dt id='GhzXW'><q id='GhzXW'><span id='GhzXW'><b id='GhzXW'><form id='GhzXW'><ins id='GhzXW'></ins><ul id='GhzXW'></ul><sub id='GhzXW'></sub></form><legend id='GhzXW'></legend><bdo id='GhzXW'><pre id='GhzXW'><center id='GhzXW'></center></pre></bdo></b><th id='GhzXW'></th></span></q></dt></tr></i><div id='GhzXW'><tfoot id='GhzXW'></tfoot><dl id='GhzXW'><fieldset id='GhzXW'></fieldset></dl></div>

    • <bdo id='GhzXW'></bdo><ul id='GhzXW'></ul>

      1. <small id='GhzXW'></small><noframes id='GhzXW'>

        Magento Paypal 与基础货币 INR 的问题

        时间:2023-06-23

            <legend id='K7KP0'><style id='K7KP0'><dir id='K7KP0'><q id='K7KP0'></q></dir></style></legend>
              <bdo id='K7KP0'></bdo><ul id='K7KP0'></ul>
              <i id='K7KP0'><tr id='K7KP0'><dt id='K7KP0'><q id='K7KP0'><span id='K7KP0'><b id='K7KP0'><form id='K7KP0'><ins id='K7KP0'></ins><ul id='K7KP0'></ul><sub id='K7KP0'></sub></form><legend id='K7KP0'></legend><bdo id='K7KP0'><pre id='K7KP0'><center id='K7KP0'></center></pre></bdo></b><th id='K7KP0'></th></span></q></dt></tr></i><div id='K7KP0'><tfoot id='K7KP0'></tfoot><dl id='K7KP0'><fieldset id='K7KP0'></fieldset></dl></div>

              <tfoot id='K7KP0'></tfoot>
                  <tbody id='K7KP0'></tbody>
              1. <small id='K7KP0'></small><noframes id='K7KP0'>

                  本文介绍了Magento Paypal 与基础货币 INR 的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  在 Magento 中有什么方法可以将 Paypal 与基础货币 INR 集成在一起吗?我尝试了以下解决方案

                  Is there any way in Magento where I can integrate Paypal with base currency INR? I have tried the following solutions

                  1) Inchoo

                  2) Magentocommerce

                  推荐答案

                  从此博客:

                  转到app/code/core/Mage/Paypal/Model/Config.php

                  Go to app/code/core/Mage/Paypal/Model/Config.php

                  更改此数组:

                  protected $_supportedCurrencyCodes = array('AUD', 'CAD', 'CZK', 'DKK', 'EUR', 'HKD', 'HUF', 'ILS', 'JPY', 'MXN','NOK', 'NZD', 'PLN', 'GBP', 'SGD', 'SEK', 'CHF', 'USD', 'TWD', 'THB');

                  protected $_supportedCurrencyCodes = array('AUD', 'CAD', 'CZK', 'DKK', 'EUR', 'HKD', 'HUF', 'ILS', 'JPY', 'MXN','NOK', 'NZD', 'PLN', 'GBP', 'SGD', 'SEK', 'CHF', 'USD', 'TWD', 'THB','INR');

                  转到app/code/core/Mage/Paypal/Model/Standard.php

                  Go to app/code/core/Mage/Paypal/Model/Standard.php

                  然后改变这个函数:

                     公共函数canUseForCurrency($currencyCode){返回 $this->getConfig()->isCurrencyCodeSupported($currencyCode);}

                     public function canUseForCurrency($currencyCode) { return $this->getConfig()->isCurrencyCodeSupported($currencyCode); }

                     公共函数canUseForCurrency($currencyCode){if($currencyCode == 'INR'){$currencyCode = '美元';}返回 $this->getConfig()->isCurrencyCodeSupported($currencyCode);}

                     public function canUseForCurrency($currencyCode) { if($currencyCode == 'INR') { $currencyCode = 'USD'; } return $this->getConfig()->isCurrencyCodeSupported($currencyCode); }

                  我还发现了一个付费扩展程序,MageOXY paypal 所有货币 确保解决问题.

                  I also found a paid extension, MageOXY paypal all currencies which assuring to solve the problem.

                  这篇关于Magento Paypal 与基础货币 INR 的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:自动提交表单 (cURL) 下一篇:Paypal Checkout 客户端集成对于浏览器是否安全?

                  相关文章

                  • <bdo id='tPWkL'></bdo><ul id='tPWkL'></ul>
                  <tfoot id='tPWkL'></tfoot>

                1. <i id='tPWkL'><tr id='tPWkL'><dt id='tPWkL'><q id='tPWkL'><span id='tPWkL'><b id='tPWkL'><form id='tPWkL'><ins id='tPWkL'></ins><ul id='tPWkL'></ul><sub id='tPWkL'></sub></form><legend id='tPWkL'></legend><bdo id='tPWkL'><pre id='tPWkL'><center id='tPWkL'></center></pre></bdo></b><th id='tPWkL'></th></span></q></dt></tr></i><div id='tPWkL'><tfoot id='tPWkL'></tfoot><dl id='tPWkL'><fieldset id='tPWkL'></fieldset></dl></div>

                  <legend id='tPWkL'><style id='tPWkL'><dir id='tPWkL'><q id='tPWkL'></q></dir></style></legend>

                  <small id='tPWkL'></small><noframes id='tPWkL'>