wutangpaul Posted July 21, 2005 Share Posted July 21, 2005 Hi, I've scoured the forums for an answer to this and have so far come up clueless... I've set up OSC to take payments via PayPal. Since OSC already has the customers shipping details in it's database, I want to skip the "Shipping information" step when completing the PayPal transaction and just go straight to entering in the CC information. Does anybody know how to set this up? I've looked through all the settings in the PayPal account without any luck :( I've seen some posts on other sites about using a parameter called 'no_shipping' in a $parameters variable, but I was unable to find this. Thanks, Paul Link to comment Share on other sites More sharing options...
wutangpaul Posted July 21, 2005 Author Share Posted July 21, 2005 Hi,I've scoured the forums for an answer to this and have so far come up clueless... I've set up OSC to take payments via PayPal. Since OSC already has the customers shipping details in it's database, I want to skip the "Shipping information" step when completing the PayPal transaction and just go straight to entering in the CC information. Does anybody know how to set this up? I've looked through all the settings in the PayPal account without any luck :( I've seen some posts on other sites about using a parameter called 'no_shipping' in a $parameters variable, but I was unable to find this. Thanks, Paul <{POST_SNAPBACK}> uhh, I actually managed to figure it out myself... in payment/paypal.php after line 89 I added: tep_draw_hidden_field('no_shipping', '1') . and it works perfectly. Cheers anyway! Paul Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.