PayPal Sandbox
Currently converting a site to PP express - all is fine except phone number which I cant retrieve, I've used the following
<?php echo $_SESSION['eCartCheckoutForm_phone']; ?>
<?php echo $_SESSION['eCartCheckoutForm_shipping_phone']; ?>
<?php echo WA_PP_ECO_GetValue($WA_PP_ECO_GetResult, "ContactPhone"); ?>
None of which has any results
The current code is
<?php
if (!session_id()) session_start();
if("" == "")     {
  $_SESSION["eCartCheckoutForm_phone"] = "".WA_PP_ECO_GetValue($WA_PP_ECO_GetResult, "ContactPhone")  ."";
}
?>
Cheers Norman

 







 
     
     
    







