Peter David Posted December 30, 2012 Share Posted December 30, 2012 The above topic was previously discussed for version 1.4. here. With the solution here. I believe the modules referred to here may have changed in V 1.5. I am a raw beginner at modifying PHP code. Can someone provide a step by step explanation of the code to add/modify for V1.5. ie. Identify modules to be modified. Identify path to those modules. Identify where, in the files, the code should be modified/added. 1 Link to comment Share on other sites More sharing options...
Bill Dalton Posted December 30, 2012 Share Posted December 30, 2012 In; prestashop\modules\paypal\express_checkout\process.php Change line 136 $fields['LANDINGPAGE'] = 'Login'; to $fields['LANDINGPAGE'] = 'Billing'; 2 Link to comment Share on other sites More sharing options...
Peter David Posted December 30, 2012 Author Share Posted December 30, 2012 (edited) Fantastic. That works a treat. Thank you. Edited December 30, 2012 by Peter David (see edit history) 1 Link to comment Share on other sites More sharing options...
Bill Dalton Posted December 30, 2012 Share Posted December 30, 2012 The change I suggested is for PayPal Express and it works. The threads you referenced were also discussing PayPal Express. If you are using PayPal Pro, then you will need much more modification. Perhaps someone else can help you. Good luck. Link to comment Share on other sites More sharing options...
Recommended Posts