magento paypal Express Checkout(快速結賬) 頁面不跳轉到Paypal的解放方法
我使用的magento 1.9.0.1 版本的,Paypal 快速結賬都已經設置完畢,但是點擊Paypal 支付的時候不跳轉。在網上找了好久,有的朋友說是,php 的 curl 沒有打開,但我的是打開的沒有跳轉。
我打開了magento 的日志功能,然后把在點擊Paypal支付的時候出現了異常,異常日志如下:
exception 'Exception' with message 'PayPal NVP CURL connection error #6: Could not resolve host: api-3t.paypal.com' in D:\www\app\code\core\Mage\Paypal\Model\Api\Nvp.php:983
解決辦法:
后臺
System->Configuration->Payment Methods->PayPal Express Checkout->Configure
找到
Advanced Settings 下邊的 Enable SSL verification 設置為 NO,再去前臺看下,已經可以跳轉了。
下邊
還有一個 PayPal Billing Agreement Settings 的設置,里邊也有一個Enable SSL verification 項。我現在還不清楚和上邊的這個有什么區別,這里默認是 YES,不改前臺也是可以調整的,但是我個人擔心某種情況下出問題,把這里也改成了NO, 如果有哪位大仙知道 PayPal Billing Agreement Settings 和 Advanced Settings 區別的。歡迎指教
文章列表