Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Jan 2011
    Posts
    9
    Plugin Contributions
    0

    Default PayPal Express on 2 websites both with ZenCart

    Ho do I go about using 2 even 3 different Zen Cart websites using Paypal Express. I use the IPN_Url return but it cant be used on all the sites. How do I do this?

    I read in the forum on paypal as I couldn't find anything here. 2 ways to do it. I really need help with this if someone could.. thank you

    here was suggestion given to other people

    1 Option -within your button code or API calls you just need to include the notify_url parameter and add the URL to the IPN script you'd like that button/call to work with. So for 1 site you might have domain.com/paypal/ipn.php and another site might have domain.com/ipn/ipn.php or whatever. Just fill in notify_url accordingly for each site's buttons and API calls.

    2-option With regards to the return and IPN URLs, you can override your profile settings by using "return" and "notify_url" respectively in the code that your second website will submit to PayPal as shown in the example below:



    <input type="hidden" name="return" value="http://yoursite.com/return.php">



    <input type="hidden" name="return" value="http://yoursite.com/ipn.php">

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: PayPal Express on 2 websites both with ZenCart

    I think I am correct in saying that you just need to select ONE "site return" configuration at paypal. So if you have 2 or 3 sites using the same paypal account, then select any one of them for the "site return" URL.

    Zencart and Paypal are clever enough to know where to return people, so if a customer buys off site "A" and pays at paypal, then they will be returned to site "A" - even if you have configured your paypal site-return URL as being that of site "B" .

    DrByte is probably the person to confirm this.
    20 years a Zencart User

  3. #3
    Join Date
    Jan 2011
    Posts
    9
    Plugin Contributions
    0

    Default Re: PayPal Express on 2 websites both with ZenCart

    Well I did try this but what happened was it made them a customer at both sites that I have right now. They shopped at site A... the IPN_Url is for site B... The order is on site A. but now they are a customer at site B as well.

  4. #4
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: PayPal Express on 2 websites both with ZenCart

    Send DrByte a PM about this...
    20 years a Zencart User

  5. #5
    Join Date
    Jul 2006
    Location
    Johannesburg
    Posts
    447
    Plugin Contributions
    1

    Default Re: PayPal Express on 2 websites both with ZenCart

    You would have to create more than one Paypal merchant account to be able to do this correctly.

    When an e-check payment is made using paypal, the payment may be held for a couple of days before paypal will release the payment. Your initial reply from paypal will be "Payment Status: Pending (echeck)" When the payment is validated paypal will automatically update your site with the following "PayPal status: Completed @ [date] [time]"

    This last update happens automatically. No customer or admin action required. Paypal WILL HAVE TO KNOW which site URL to use if this is going to work correctly at all.

  6. #6
    Join Date
    Jan 2011
    Posts
    9
    Plugin Contributions
    0

    Default Re: PayPal Express on 2 websites both with ZenCart

    It is against paypal rules to have more than one business account. I would rather stay within the rules. I know there has to be a way to do this, i just dont know how.

  7. #7
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: PayPal Express on 2 websites both with ZenCart

    Quote Originally Posted by Louis View Post
    You would have to create more than one Paypal merchant account to be able to do this correctly.
    Not necessarily.
    Quote Originally Posted by Louis View Post
    When an e-check payment is made using paypal, the payment may be held for a couple of days before paypal will release the payment. Your initial reply from paypal will be "Payment Status: Pending (echeck)" When the payment is validated paypal will automatically update your site with the following "PayPal status: Completed @ [date] [time]"

    This last update happens automatically. No customer or admin action required. Paypal WILL HAVE TO KNOW which site URL to use if this is going to work correctly at all.
    I'm not sure how that is relevant to this present discussion.
    .

    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.

  8. #8
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: PayPal Express on 2 websites both with ZenCart

    Quote Originally Posted by staradmire View Post
    It is against paypal rules to have more than one business account. I would rather stay within the rules. I know there has to be a way to do this, i just dont know how.
    Actually you *can* have multiple PayPal Business Accounts, but each requires its own separate Tax ID number (TIN) *and* its own separate bank account.
    .

    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.

  9. #9
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: PayPal Express on 2 websites both with ZenCart

    Quote Originally Posted by staradmire View Post
    Well I did try this but what happened was it made them a customer at both sites that I have right now. They shopped at site A... the IPN_Url is for site B... The order is on site A. but now they are a customer at site B as well.
    Um, if both sites are running Zen Cart, then it would not do that.

    The correct way to use *one* PayPal account with multiple stores is explained here: https://www.zen-cart.com/tutorials/i...hp?article=229
    .

    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.

  10. #10
    Join Date
    Jan 2011
    Posts
    9
    Plugin Contributions
    0

    Default Re: PayPal Express on 2 websites both with ZenCart

    Thank you for the information.. It did happen.. I am wondering if its because the sites are so similar as the same name.. one is ,net and the other is ,com Both are almost identical to each other. When I looked in admin it had the customer on both sites.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v139h Paypal Websites Payment standard IPN VS Paypal Express Checkout
    By WiccanWitch420 in forum General Questions
    Replies: 1
    Last Post: 3 Dec 2013, 09:22 PM
  2. Website Payments Pro - PayPal Express both?
    By catach in forum PayPal Website Payments Pro support
    Replies: 3
    Last Post: 27 Mar 2011, 12:07 AM
  3. Using latest PayPal Express Checkout with older version of ZenCart
    By jeffmic in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 22 Sep 2010, 11:09 PM
  4. Do I need to have both paypal standard and express checkout installed?
    By ericgu in forum PayPal Express Checkout support
    Replies: 2
    Last Post: 14 Sep 2009, 01:42 PM
  5. Having a Failure on both IPN and Paypal express with Zen 138
    By tbokich in forum PayPal Express Checkout support
    Replies: 3
    Last Post: 24 May 2008, 10:13 AM

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