English 中文(简体)
Magento付息货币错误
原标题:Magento paypal currency error
  • 时间:2011-01-23 08:42:11
  •  标签:
  • magento

Im using jamaican currency for my magento shopping cart.And i use paypal Express checkout with website payment standard. I set up the currency in the admin panel and also the paypal settings etc are done. My problem is when i click the button with Checkout with paypal i get the folowing error

"PayPal gateway has rejected request. Currency is not supported (#10605" I go to paypal the paypal does not support the jamaican dollar. It would be great if some one can provide insights.

Than

最佳回答

www.un.org/Depts/DGACM/index_french.htm 系统与开发; 配置与开发; 货币组合; 货币选择:

__________________ ∗∗∗∗∗∗∗

因此,我要猜测,你需要将基货币定在能够应付的美元上,并将货币显示给你的客户所看到的牙买加元。

问题回答
  1. Enable USD and Jamaican dollar as currency in admin (System -> GENERAL -> Currency Setup)

  2. Save currency rates (System -> Manage Currency Rates)

  3. Rewrite Mage_Paypal_Model_Config (app/code/core/Mage/Paypal/Model/Config.php) class 纽约总部allow Jamaican dollar as supported currency, i.e. you can add your country code in $__supportedCurrencyCodes array present on that file.

  4. Rewrite Mage_Paypal_Model_Standard (app/code/core/Mage/Paypal/Model/Standard.php) class 纽约总部change the array parameters sent 纽约总部Paypal. Here, you have 纽约总部edit the Jamaican dollar amount 纽约总部USD equivalent. Hence, sending data 纽约总部Paypal as USD amount. It s about modifying function getStandardCheckoutFormFields().

你们可以通过创建您的习俗模块来重写/翻开这些档案。 OR,一种凌驾一切的简单办法是将核心档案复制到地方名录并编辑当地档案。

例如:

页: 1

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

纽约总部

附录

http://www.ohchr.org。

<>Update:

Here is a FREE Magen纽约总部extension that supports PayPal payments for not supported currencies by PayPal.

https://github.com/Meabed/Paypal-Multi-Currency-Magento”rel=“nofollow”>https://github.com/Meabed/Paypal-Multi-Currency-Magento





相关问题
Magento addFieldToFilter allow NULLs

When using the Magento collection method addFieldToFilter is it possible to allow filtering by NULL values? I want to select all the products in a collection that have a custom attribute even if no ...

Get product link from Magento API

I am new to Magento and using their API. I need to be able to get the product url from the API call. I see that I can access the url_key and url_path, but unfortunately that s not necessarily what ...

magento extension installation

I want to install a Magento extension in WAMP, but not from the Magento connect system. How can I do this? I have the module (extension) code and I already installed the sample data in the Magento ...

Link to a specific step in onepage checkout

Is it possible to redirect the browser to nth step in the onepage checkout? If so, how would one go about doing it? I m working on a payment module and have a sort of "cancel" action that i would ...

How do I filter a collection by a YesNo type attribute?

I have a ‘featured’ attribute, which has a Yes/No select-list as the admin input. I presume that the values for Yes and No are 1 and 0, as they are for every other Yes/No list. However, if I try and ...

热门标签