1 / 9
Nov 2008

I'm trying to send my products to Canada, and as a function of UPS shipping I need to know the telephone number of the person I am shipping my products to. Is there any way to have E-Junkie pass this information?

  • created

    Nov '08
  • last reply

    Nov '08
  • 8

    replies

  • 2.4k

    views

  • 3

    users

  • 1

    link

If you've enable "require phone number" setting in E-junkie seller admin > Account Preferences, we'll include that information in the notification e-mail (and in our logs too, shortly)



Please note, for PayPal standard, you'll have to enable this option in your PayPal account's preferences itself.

That's helpful, but is there any way to include that in the data feed or in the data that is pushed to the "Payment Variable Information URL?"

Greetings,



We do include the phone number data. The variables are:



payer_phone for billing phone number



and



address_phone for shipping phone number

I don't see either value in my $_POST array. I'm emailing the results as described in your example.



Can you advise how multiple products in a single order are passed to the "Payment Variable Information URL?"



It appears multiple connections are made for each product, but I'm at a loss on how to connect them to the order unless I use the buyer_ip which seems sketchy.

If you want a single notification, enter the URL in E-junkie Seller Admin > Account Preferences.



Use txn_id parameter to see which notification belongs to which order.

TOCSI don't see either value in my $_POST array. I'm emailing the results as described in your example.





Which payment processor are you using?

I was using PayPal, I am now using Authorize.net.

For PayPal standard, you need to enable the Phone number setting in your PayPal account > Profile > "Payment Preferences"



For Authorize.Net, you should be getting the phone number in the POST. If not, then please contact us via http://www.e-junkie.com/ej/contact.php and send us the POST you are getting.