Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个订单(订单 ID:10000012)。我希望将此订单 ID 传递给脚本,然后加载订单信息并将用户发送到 Protx/SagePay。
这将是动态的,因此如果已经创建了订单,只要付款未完成/处理,我就可以将任何订单 ID 传递给它。
所以基本上我需要以编程方式结帐选择 Sagepay Standard/Protx Standard,然后重定向到 Protx/Sagepay 以支付订单等。
谢谢你。
为此,您可以使用方法创建支付网关
function getOrderPlaceRedirectUrl() { return 'http://www.paymentgateway.com/pay'; }
请参阅 - magento 将结帐付款重定向到 3rd 方网关