• Is it possible to edit the shipping/billing address that’s returned by paypal on the review order page?

    Some people don’t have shipping addresses set up in paypal, so the shipping addresses returned. Need these fields to be editable after they’re returned.

    Please let me know if this is possible.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor angelleye

    (@angelleye)

    I’m sorry, but right now that is not available. It’s really not something I would recommend either.

    The reason is because if the buyer selects a shipping address in their PayPal account, and PayPal shows that they will cover the purchase with Seller Protection, but then the buyer changes the address on the review page and you ship to that updated address, that would void your Seller Protection.

    If shipping is required on the order then PayPal should be requiring them to enter one if they don’t have one in their account already. I’ve never seen a report where it leaves it empty unless the NOSHIPPING parameter was included in the original API call to setup the checkout. That would only happen, though, if you have “No Shipping Required” option enabled at the product level.

    Thread Starter davera

    (@davera)

    Hey, didn’t want to start a new thread about this but the plugin isn’t returning shipping/billing addresses anymore.

    Just the names. The logs show that the addresses are being called but they’re not being printed out on the review order page.

    11-28-2016 @ 02:14:06 – Response: Array
    (
    [TOKEN] => EC-************
    [BILLINGAGREEMENTACCEPTEDSTATUS] => 0
    [CHECKOUTSTATUS] => PaymentActionNotInitiated
    [TIMESTAMP] => 2016-11-28T08:14:06Z
    [CORRELATIONID] => ************
    [ACK] => Success
    [VERSION] => 124.0
    [BUILD] => 000000
    [EMAIL] => ************
    [PAYERID] => ************
    [PAYERSTATUS] => verified
    [BUSINESS] => ************
    [FIRSTNAME] => ************
    [LASTNAME] => ************
    [COUNTRYCODE] => ************
    [SHIPTONAME] => ************
    [SHIPTOSTREET] => ************
    [SHIPTOCITY] => Grand Rapids
    [SHIPTOSTATE] => MI
    [SHIPTOZIP] => ************
    [SHIPTOCOUNTRYCODE] => US
    [SHIPTOCOUNTRYNAME] => United States
    [ADDRESSSTATUS] => Confirmed
    [CURRENCYCODE] => USD
    [AMT] => 8.78
    [ITEMAMT] => 7.00
    [SHIPPINGAMT] => 1.78
    [HANDLINGAMT] => 0.00
    [TAXAMT] => 0.00
    [INSURANCEAMT] => 0.00
    [SHIPDISCAMT] => 0.00
    [INSURANCEOPTIONOFFERED] => false
    [L_NAME0] => Product Name
    [L_NUMBER0] => BEAD
    [L_QTY0] => 1
    [L_TAXAMT0] => 0.00
    [L_AMT0] => 7.00
    [PAYMENTREQUEST_0_CURRENCYCODE] => USD
    [PAYMENTREQUEST_0_AMT] => 8.78
    [PAYMENTREQUEST_0_ITEMAMT] => 7.00
    [PAYMENTREQUEST_0_SHIPPINGAMT] => 1.78
    [PAYMENTREQUEST_0_HANDLINGAMT] => 0.00
    [PAYMENTREQUEST_0_TAXAMT] => 0.00
    [PAYMENTREQUEST_0_INSURANCEAMT] => 0.00
    [PAYMENTREQUEST_0_SHIPDISCAMT] => 0.00
    [PAYMENTREQUEST_0_SELLERPAYPALACCOUNTID] => ************
    [PAYMENTREQUEST_0_INSURANCEOPTIONOFFERED] => false
    [PAYMENTREQUEST_0_SHIPTONAME] => ************
    [PAYMENTREQUEST_0_SHIPTOSTREET] => ************
    [PAYMENTREQUEST_0_SHIPTOCITY] => Grand Rapids
    [PAYMENTREQUEST_0_SHIPTOSTATE] => MI
    [PAYMENTREQUEST_0_SHIPTOZIP] => ************
    [PAYMENTREQUEST_0_SHIPTOCOUNTRYCODE] => US
    [PAYMENTREQUEST_0_SHIPTOCOUNTRYNAME] => United States
    [PAYMENTREQUEST_0_ADDRESSSTATUS] => Confirmed
    [L_PAYMENTREQUEST_0_NAME0] => Product Name
    [L_PAYMENTREQUEST_0_NUMBER0] => BEAD
    [L_PAYMENTREQUEST_0_QTY0] => 1
    [L_PAYMENTREQUEST_0_TAXAMT0] => 0.00
    [L_PAYMENTREQUEST_0_AMT0] => 7.00
    [PAYMENTREQUESTINFO_0_ERRORCODE] => 0
    )

    I starred out details, but the shipping address/product info is in there.

    Thanks for the help.

    Plugin Contributor angelleye

    (@angelleye)

    Please submit a ticket here and provide the log as well as a screenshot of what you’re getting at the review page.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Editing shipping fields after paypal’ is closed to new replies.