Results 1 to 2 of 2
  1. #1

    Default PayPal WPP and PayPal shipping

    Hi folks,

    We use PayPal shipping (PPS) with most of our orders.

    For every order that is shipped through PPS a notification email is sent by PayPal to the customer. This feature, in our opinion, is confusing for the customers who did not pay through PayPal express checkout.

    I spoke to PayPal merchant support and they tell me there is no way to turn it off. I mentioned one solution which was to have shopping cart pass our own email address during transaction and the PayPal rep said "that would be one way to do it".

    Now, the question is which part of the WPP module is the one that is responsible for passing the email string? My thought is to send email string like: [email protected] so that the address is always unique as well as easy to recreate without storing. I looked at the PayPal php files and see that it also uses email to retrieve order info from PayPal at different times (such as when issuing refund), so this part of the code would need to be changed as well.

    Does someone have good knowledge of this module who can help determine the parts of the code that needs to be modified for the made-up email address?

    Thanks
    Case Badges by Techiant

  2. #2
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: PayPal WPP and PayPal shipping

    Quote Originally Posted by Techiant View Post
    I spoke to PayPal merchant support and they tell me there is no way to turn it off. I mentioned one solution which was to have shopping cart pass our own email address during transaction and the PayPal rep said "that would be one way to do it".
    Doesn't sound like a definitive answer, but there's a noted lack of documentation on PPS so any workaround is all guesswork.

    Quote Originally Posted by Techiant View Post
    ... which part of the WPP module is the one that is responsible for passing the email string? My thought is to send email string like: [email protected] so that the address is always unique as well as easy to recreate without storing.
    /includes/modules/payment/paypaldp.php, line 505 says:
    Code:
          'EMAIL'       => $order->customer['email_address'],
    Changing that to the following will make it send the email address from your admin settings for the admin copy of order-confirmation emails:
    Code:
          'EMAIL'       => SEND_EXTRA_ORDER_EMAILS_TO,
    Quote Originally Posted by Techiant View Post
    I looked at the PayPal php files and see that it also uses email to retrieve order info from PayPal at different times (such as when issuing refund), so this part of the code would need to be changed as well.
    I'm not sure what gave you that idea.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. PayPal wpp and Analytics ecommerce not working
    By Techiant in forum Addon Payment Modules
    Replies: 1
    Last Post: 16 Jul 2009, 09:32 PM
  2. Paypal DP and WPP with totals
    By ianto_panto in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 3 Feb 2009, 01:32 PM
  3. Paypal WPP
    By DFW_Products in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 1 Feb 2009, 05:13 AM
  4. paypal WPP and credit cards
    By andypandy in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 8 Jul 2008, 06:21 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