Friday, September 21, 2012
Magento : Paypal is not working in Magento for Multishipping
Override folowing file code/core/Mage/Paypal/Model/Standard.php and Replace following code
protected $_canUseForMultishipping = flase; with protected $_canUseForMultishipping = true;
protected $_canUseForMultishipping = flase; with protected $_canUseForMultishipping = true;
Labels:
Magento
Subscribe to:
Post Comments (Atom)
1 comment:
Not working at all. It is showing billing agreements only.
Reply Delete-- Magento Developer