Closed (fixed)
Project:
e-Commerce
Version:
master
Component:
paypal
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Jun 2005 at 13:49 UTC
Updated:
10 Sep 2007 at 05:09 UTC
Jump to comment: Most recent file
Comments
Comment #1
IncrediDad commentedI have the same question as I have the same issue on my site. I would really like to find out how to pass this info (billing and shipping) through to paypal.
Comment #2
buddaSimple patch attached to pass billing details across to PayPal in order to populate the form for users who don't already have a PayPal account.
Doesn't support the phone number field as address.module doesn't save it in a usable format without some potential string manipulation.
This patch helps new users to your site anyway!
Comment #3
simefixing component
Comment #4
Christoph C. Cemper commented+1
Comment #5
swirtVery nice work. Is there a way to force the State abbreviation passed to be all caps? If a person enters NY it passes to Paypal fine, but if they enter ny it does not pass.
Comment #6
djflux commentedJust add strtoupper() around the line of code that passes the state abbreviation.
Comment #7
brmassa commentedPaypal module will take care of it.