|
Rank: Starting Member
Groups: Registered
Joined: 5/2/2003 Posts: 1 Location: ,
|
Is this possible? We are researching integration of PayPal into our existing shopping cart, and want to know if this is possible before we start writing useless code...
Example:
<input type="hidden" name="cmd" value="_ext-enter">
<input type="hidden" name="redirect_cmd" value="_cart">
You can see what I am trying to do here, basically, I want an itemized cart at PayPal that includes relevant customer information variable passed.
Thanks!
--Scott
|
|
Rank: Starting Member
Groups: Registered
Joined: 9/16/2002 Posts: 2,960 Location: ,
|
Yes, that will work. _ext-enter/redirect_cmd works for every cmd in the site. Patrick Breitenbach PayPal, Inc. Dev Net: https://www.paypal.com/pdn
|