Reputation: 1899
I want to setup a simple shopping cart using PHP, only 2 items, I am planning to use paypal buynow button for this, but what about the shipping address details ?, should I collect those details from my site or paypal has such an option so that users can enter shipping address ?
Thank you
Upvotes: 0
Views: 1608
Reputation: 67745
I assume you will be using Paypal's Website Payment Standard for payment.
This service supports insertion of HTML variables (e.g.: address1, address2, country, etc.), to automatically populate Paypal's Checkout pages.
Upvotes: 1