Posts Tagged ‘multishipping paypal’

Hello,

We all know that Paypal is not working in Magento – Multishipping..

if we want to make it work just open
code/core/Mage/Paypal/Model/Standard.php
in this file the variable
protected $_canUseForMultishipping = flase;
is initialized make it
protected $_canUseForMultishipping = true;

now you can use Paypal with Multishipping in Magento

Thanks
Bijal Bhavsar 🙂