Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Join Date
    Jan 2006
    Posts
    40
    Plugin Contributions
    0

    Default PayPal/ZenCart Config Issues

    Hi folks,

    I am experiencing two issues when implementing our new PayPal module.

    This is the IPN address I am hoping/expecting to achieve:
    https://limoleds.com/zencart1350/ind...eckout_process

    This is the IPN address that ZenCart is compelling me to use:
    https://bender.liquidweb.com/~limole...in_handler.php

    My question is, under what circumstances am I wedded to the second version?

    My belief is that this became configured as I installed the cart via the bender.liquidweb.com/~limoleds access point while waiting for the limoleds.com DNS to propagate. If this is so, which files need to be edited to correct the path to limoleds.com?

    My fear is that I am stuck with the second version in order to use my host's SSL certificate. I hope this is not the case.


    The second issue has to do with passing from ZenCart to Paypal in the checkout process. I am using Firefox as my browser and when I hit the link that takes me to the Paypal pages, the email address field on that first page is pre-populated with our Paypal Merchant account's primary address. This is an address we don't want to be freely distributed as it poses a security risk. Is this a flaw of the system or of the browser?

    Once again, thanks for all the help.

    Regards,

    Mark Harrison

  2. #2
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: PayPal/ZenCart Config Issues

    Are you using shared SSL or have you purchased your own certificate?

  3. #3
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: PayPal/ZenCart Config Issues

    Quote Originally Posted by fymbscu View Post

    My fear is that I am stuck with the second version in order to use my host's SSL certificate. I hope this is not the case.
    If you plan on using a shared SSL then yes this is the URL you will have to use,
    Your other option ( if available through your host ) is to purchase a dedicated SSL

    Quote Originally Posted by fymbscu View Post
    The second issue has to do with passing from ZenCart to Paypal in the checkout process. I am using Firefox as my browser and when I hit the link that takes me to the Paypal pages, the email address field on that first page is pre-populated with our Paypal Merchant account's primary address. This is an address we don't want to be freely distributed as it poses a security risk. Is this a flaw of the system or of the browser?

    Mark Harrison
    Your address is pre populating becuase its saved in cache,

    customers will NOT see your email address, they will see theirs.
    Zen cart PCI compliant Hosting

  4. #4
    Join Date
    Apr 2005
    Posts
    84
    Plugin Contributions
    0

    Re: PayPal/ZenCart Config Issues

    Quote Originally Posted by fymbscu View Post
    This is the IPN address I am hoping/expecting to achieve:
    https://limoleds.com/zencart1350/ind...eckout_process

    This is the IPN address that ZenCart is compelling me to use:
    https://bender.liquidweb.com/~limole...in_handler.php
    I'm not sure I follow, I thought the first URL (with main_page=checkout_process) was the URL for the Auto Return

    And the second URL (ipn_main_handler.php) was the one you are supposed to use in the "Instant Payment Notification Preferences"

    That's the way I have mine set up and it is failing to:
    a) AutoReturn
    b) Not updating ZenCart that the Order has been payed for

    Should I be using https://mydomain/index.php?main_page=checkout_process for my IPN address and the AutoReturn address?

  5. #5
    Join Date
    Sep 2006
    Posts
    68
    Plugin Contributions
    0

    Default Re: PayPal/ZenCart Config Issues

    Quote Originally Posted by fymbscu View Post
    Hi folks,

    I am experiencing two issues when implementing our new PayPal module.

    This is the IPN address I am hoping/expecting to achieve:
    https://limoleds.com/zencart1350/ind...eckout_process

    This is the IPN address that ZenCart is compelling me to use:
    https://bender.liquidweb.com/~limole...in_handler.php

    My question is, under what circumstances am I wedded to the second version?

    My belief is that this became configured as I installed the cart via the bender.liquidweb.com/~limoleds access point while waiting for the limoleds.com DNS to propagate. If this is so, which files need to be edited to correct the path to limoleds.com?

    My fear is that I am stuck with the second version in order to use my host's SSL certificate. I hope this is not the case.


    The second issue has to do with passing from ZenCart to Paypal in the checkout process. I am using Firefox as my browser and when I hit the link that takes me to the Paypal pages, the email address field on that first page is pre-populated with our Paypal Merchant account's primary address. This is an address we don't want to be freely distributed as it poses a security risk. Is this a flaw of the system or of the browser?

    Once again, thanks for all the help.

    Regards,

    Mark Harrison
    This is going to be a problem with your shared certificate. In order for the cert to not throw up a bunch of domain doesn't match errors, you have to have all of your secure pages served from bender.liquidweb.com. The only way around that is to get your own certificate. Your host will probably need to put your site on a seperate IP address for this to work properly.

  6. #6
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: PayPal/ZenCart Config Issues

    Quote Originally Posted by flakrat View Post
    Should I be using https://mydomain/index.php?main_page=checkout_process for my IPN address and the AutoReturn address?
    No, you do not use the checkout_process for both.

  7. #7
    Join Date
    Jan 2006
    Posts
    40
    Plugin Contributions
    0

    Default Re: PayPal/ZenCart Config Issues

    Sorry for the confusion, flakrat,

    I meant to compare:
    https://limoleds.com/zencart1350/ipn_main_handler.php
    and
    https://bender.liquidweb.com/~limole...in_handler.php
    where it was the path and not the final filename that I was seeking clarification on.

    The former is as I expected to see it work and also the suggested form at the PayPal IPN tutorial I started at: http://www.camelot-hosting.com/paypa...Paypal_IPN.htm.
    The ZenCart Wiki at:
    http://www.zen-cart.com/wiki/index.php/PayPal
    is equally vague on this point.

    Rather than rely on either of these tutorials and other speculation, you can get a definitive answer for each path, IPN and AutoReturn respectively, by opening your Admin, going to Modules: Payment and clicking on the info button next to Paypal IPN. The Configuration Instructions at the top of the righthand column show both paths in your server-specific detail. To whit:

    Configuration Instructions:
    On www.paypal.com, under "Profile",

    * set your Instant Payment Notification Preferences URL to:
    https://bender.liquidweb.com/~limole...in_handler.php
    * in Website Payments Preferences set your Automatic Return URL to:
    https://bender.liquidweb.com/~limole...eckout_process
    for my situation.

    So my advice is to use the Admin to answer your question and see it gets things working for you.

    Regards,

    Mark Harrison

  8. #8
    Join Date
    Sep 2006
    Posts
    68
    Plugin Contributions
    0

    Default Re: PayPal/ZenCart Config Issues

    Actually, there is no need to set up an IPN or return URL in your Paypal account. The IPN module passes those URLs to Paypal, and those values override your Paypal settings to begin with.

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

    Default Re: PayPal/ZenCart Config Issues

    Quote Originally Posted by NHRADeuce View Post
    Actually, there is no need to set up an IPN or return URL in your Paypal account. The IPN module passes those URLs to Paypal, and those values override your Paypal settings to begin with.
    True ... but must still have the IPN "enabled", regardless of the path specified.
    .

    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
    Jun 2005
    Location
    Kelowna, BC Canada
    Posts
    1,075
    Plugin Contributions
    6

    Default Re: PayPal/ZenCart Config Issues

    Quote Originally Posted by NHRADeuce View Post
    Actually, there is no need to set up an IPN or return URL in your Paypal account. The IPN module passes those URLs to Paypal, and those values override your Paypal settings to begin with.
    Ok, that explains MY issue :)

    I just freaked out because I notice the "return url" in my PP account was wrong... but found it odd I've never had a problem. Whew.

    - Steven

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 3
    Last Post: 25 Dec 2007, 11:54 PM

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