【发布时间】:2013-10-11 04:47:18
【问题描述】:
下单后如何启用自定义模块并重定向到第三方网站?
当我设置protected $_canUseForMultishipping = true; 时,客户不会被重定向为订单付款。
【问题讨论】:
-
如果你把它设为假,它会起作用吗?
标签: php magento magento-1.7 payment
下单后如何启用自定义模块并重定向到第三方网站?
当我设置protected $_canUseForMultishipping = true; 时,客户不会被重定向为订单付款。
【问题讨论】:
标签: php magento magento-1.7 payment
抱歉,Magento 不允许多发订单的重定向付款。
原因是,Magento 为每个送货地址生成一个订单,因此客户需要被重定向到每个送货地址的付款页面。那会很烦人,所以 Magento 拒绝了这种付款。
【讨论】: