Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

magento custom payment module for multishipping

How can I enable custom module with redirect to a third party website after placing an order for multiple-shipping orders?

When I set protected $_canUseForMultishipping = true; customers don't get redirected for pay for the order.

like image 548
Max Avatar asked Oct 04 '13 08:10

Max


1 Answers

Sorry, Magento does not allow redirection payments for multishipping orders.

The reason is, that Magento generates one order per shipping address, so the customer would need to get redirected to the payment page for each shipping address. That would be very annoying, so Magento denies that kind of payment.

like image 167
quafzi Avatar answered Sep 16 '22 15:09

quafzi