Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2007
    Posts
    513
    Plugin Contributions
    2

    Default paypal express remove address override / confirm address for loggedin users

    1.5.0

    paypal express override shipping with paypal address for loggedin users, it's annoying

    here's the answer if you want to hide the confirm address

    change

    PHP Code:
    if ($_SESSION['cart']->get_content_type() == 'virtual' && isset($_SESSION['customer_id']) && $_SESSION['customer_id'] > 0) {      $this->zcLog('ec-step1-addr_check'"cart contents is virtual and customer is logged in ... therefore options['NOSHIPPING']=1");      $options['NOSHIPPING'] = 1;    } else {      $this->zcLog('ec-step1-addr_check'"cart content is not all virtual (or customer is not logged in) ... therefore will be submitting address details");      $options['NOSHIPPING'] = 0
    to

    PHP Code:
    if ($_SESSION['cart']->get_content_type() == 'virtual' && isset($_SESSION['customer_id']) && $_SESSION['customer_id'] > 0) {      $this->zcLog('ec-step1-addr_check'"cart contents is virtual and customer is logged in ... therefore options['NOSHIPPING']=1");      $options['NOSHIPPING'] = 1;    } else {      $this->zcLog('ec-step1-addr_check'"cart content is not all virtual (or customer is not logged in) ... therefore will be submitting address details");      $options['NOSHIPPING'] = 1
    in /includes/modules/payment/paypalwpp.php

    does not effect new account address population

  2. #2
    Join Date
    Aug 2012
    Posts
    331
    Plugin Contributions
    0

    Default Re: paypal express remove address override / confirm address for loggedin users

    Hi,
    I'm not sure if this is the same issue i'm facing, here's my issue

    Customer is logged in to store
    customer checks out using his business address
    Customer chooses pay by paypal (express module installed)
    Customer logs into paypal
    His default paypal address is now shown and carried over to order unless changed within paypal

  3. #3
    Join Date
    Sep 2018
    Location
    athens
    Posts
    36
    Plugin Contributions
    0

    Default Re: paypal express remove address override / confirm address for loggedin users

    Quote Originally Posted by ShopVille View Post
    Hi,
    I'm not sure if this is the same issue i'm facing, here's my issue

    Customer is logged in to store
    customer checks out using his business address
    Customer chooses pay by paypal (express module installed)
    Customer logs into paypal
    His default paypal address is now shown and carried over to order unless changed within paypal
    Maybe this is default by the seller paypal account

    I have found this link

    https://www.paypal.com/ba/smarthelp/...account-ts2147

  4. #4
    Join Date
    Aug 2023
    Location
    Ohio
    Posts
    3
    Plugin Contributions
    0

    Default Re: paypal express remove address override / confirm address for loggedin users

    Anyone still having issues with this? I have tried this both ways. Default it changes the address. Then the other way it does not process the order if the address does not match.

    Where is the SQL statement that changes the address, can't we just mark that out. I have searched thru the file trying to find it with no luck. There has to be a better answer.

 

 

Similar Threads

  1. Paypal express- Changes billing address to shipping address
    By shortysclimbin in forum PayPal Express Checkout support
    Replies: 4
    Last Post: 23 Oct 2012, 11:29 AM
  2. v138a shipping address override issue in paypal express checkout.
    By Kapil Raja in forum General Questions
    Replies: 6
    Last Post: 4 Apr 2012, 06:29 PM
  3. v139a paypal express checkout shipping address not override the paypal address
    By amruta2104 in forum General Questions
    Replies: 2
    Last Post: 28 Mar 2012, 12:09 PM
  4. Where To Set Address Override =0 in Paypal Express Checkout?
    By kryacek in forum PayPal Express Checkout support
    Replies: 5
    Last Post: 5 Nov 2010, 02:36 PM
  5. PayPal Express - Not passing address info for me?
    By pjbonarrigo in forum PayPal Express Checkout support
    Replies: 1
    Last Post: 9 Sep 2009, 12:09 AM

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