Magento/PayPal woes

Associate
Joined
25 Feb 2007
Posts
905
Location
Midlands
I've set up a site for a client using Magento - when using PayPal to checkout, the shipping fee isn't carried over to the PayPal page.

Anyone got experience of using Magento and this problem?

Cheers,
 
No one? OK then how can I see what parameters are being passed to PayPal (and hopefully the file they are set!)? I want to try and tack the shipping on to the cost that is being passed to PayPal before it gets there, as a bit of a workaround.

Cheers,
 
No one? OK then how can I see what parameters are being passed to PayPal (and hopefully the file they are set!)? I want to try and tack the shipping on to the cost that is being passed to PayPal before it gets there, as a bit of a workaround.

Cheers,


Guess you could change the form's action of a testing page, that does a quick print_r of $_POST ????
 
Back
Top Bottom