[Plugin: eShop] Paypal rederecting information problem.
-
Hello elfin.
I asked you this question once before about why customers information do not pass correctly in paypal, when the customer choose to pay by credit card.
The field under <- Pay with Credit Card ->
the <- Billing address1 ->, <- Billing address2 ->, <- City ->, <- State ->, <-Zip code -> and <- Telephone -> are blank cells.So far I found the virables in paypal for the telephone number changed. instead for virable <-phone-> now is <- night_phone_a, night_phone_b, night_phone_c ->
Example in html:
<input type=”hidden” name=”night_phone_a” value=”444″>
<input type=”hidden” name=”night_phone_b” value=”555″>
<input type=”hidden” name=”night_phone_c” value=”1234″>In paypal shows directly 444-555-1234
This means the phone number in eshop should be also in seperate cells one next-to-the-other, night_phone_a=444 , night_phone_b=555, night_phone_c=1234.
Or the number could split in pieces with a script in 3 cells.
Any other virables like <- H_PhoneNumber > will not show the phone number in paypal cells directly.
I am working on it.
Thank you.
- The topic ‘[Plugin: eShop] Paypal rederecting information problem.’ is closed to new replies.