Results 1 to 10 of 55

Threaded View

  1. #32
    Join Date
    Feb 2008
    Posts
    43
    Plugin Contributions
    0

    Default Re: PayPal has unexpectedly returned a blank address

    Quote Originally Posted by DrByte View Post
    May have found a bug in virtual products handling, by virtue of the way PayPal handles addresses for virtual items.

    Try setting your product as "Product Is Virtual" = Yes, Skip Shipping Address.
    And make this small code change by adding in the new highlighted line exactly as shown:
    /includes/modules/payment/paypalwpp.php, line 1661 (v1.5.0)
    Code:
        // Check for blank address -- if address received from PayPal is blank, ask the customer to register in the store first and then resume checkout
    if ($_SESSION['cart']->get_content_type() != 'virtual')
        if ($response['SHIPTONAME'] . $response['SHIPTOSTREET'] . $response['SHIPTOSTREET2'] . $response['SHIPTOCITY'] . $response['SHIPTOSTATE'] . $response['SHIPTOZIP'] . $response['SHIPTOCOUNTRYCODE'] == '') {
    Worked like a charm, many thanks
    Last edited by Wulf359; 8 Jun 2012 at 06:10 AM.

 

 

Similar Threads

  1. v150 Paypal has returned a blank address
    By xr3461 in forum PayPal Express Checkout support
    Replies: 9
    Last Post: 28 Dec 2012, 04:30 AM
  2. Replies: 3
    Last Post: 19 Sep 2012, 03:52 AM
  3. v150 Paypal has unexpectedly returned a blank address??
    By FourX in forum PayPal Express Checkout support
    Replies: 8
    Last Post: 15 Sep 2012, 01:55 AM
  4. v150 Paypyal Express blank address returned
    By meljen in forum PayPal Express Checkout support
    Replies: 3
    Last Post: 23 Jul 2012, 12:15 AM
  5. v150 "PayPal has unexpectedly returned a blank address"
    By swjake in forum PayPal Express Checkout support
    Replies: 1
    Last Post: 17 Feb 2012, 11:18 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR