Since in my site I already ask the user for the Customer Information and the Shiping Address, when the user proceeds to the payment in Paypal, I would like to pre-fill (and not editable) the fields in Paypal with the information retrieved on my site. Does anyone know if it's possible to do this?
In my scenario, I have a currency for each country, to allow me to have different price strategies for each country, event if the ISO currency it's the same (for example, I will have different prices for German and Portugal, although they have the smae iso currency EUR). With this in mind, does not make sense to allow the user change some fields when in the paypal site.
The way Tea Commerce works with PayPal is just one way to do things. If you want to have it work another way you can go ahead and download the code for the payment provider and make your own PayPal integration that does exactly what you need it to. of course you will have to read how the PayPal API works :)
Paypal Integration with address override
Since in my site I already ask the user for the Customer Information and the Shiping Address, when the user proceeds to the payment in Paypal, I would like to pre-fill (and not editable) the fields in Paypal with the information retrieved on my site. Does anyone know if it's possible to do this?
In my scenario, I have a currency for each country, to allow me to have different price strategies for each country, event if the ISO currency it's the same (for example, I will have different prices for German and Portugal, although they have the smae iso currency EUR). With this in mind, does not make sense to allow the user change some fields when in the paypal site.
Thanks in advance
Hi Bruno
The way Tea Commerce works with PayPal is just one way to do things. If you want to have it work another way you can go ahead and download the code for the payment provider and make your own PayPal integration that does exactly what you need it to. of course you will have to read how the PayPal API works :)
https://bitbucket.org/teasolutions/tea-commerce-tea-commerce-payment-providers
https://cms.paypal.com/uk/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_html_formbasics
Kind regards
Anders
is working on a reply...