Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

PayPal - skip "Shipping information" step


wutangpaul

Recommended Posts

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

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

 

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...