Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18
  1. #11
    Join Date
    Jul 2012
    Posts
    16,734
    Plugin Contributions
    17

    Default Re: SSL Issues and PayPal Standard

    Quote Originally Posted by dharrison View Post
    Thanks for your comments but I would rather focus on getting my SSL secure as PayPal are appearing to frown on our setup.
    In a way, you would be accomplishing both tasks or at least making it possible to sell (make money) if you transitioned to PayPal Express.

    You have code in the source page view that has src="http://.... that is enough to cause a mixed content alert or that the page is insecure or some other related notice.

    That however doesn't factor into paypal's processing of a payment.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

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

    Default Re: SSL Issues and PayPal Standard

    Ya, the content you're putting on the page is what's giving https error messages. Has nothing to do with PayPal.

    One of your plugins is specifically forcing http:
    Code:
    <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" type="text/javascript"></script>
    For your video links, you've got:
    Code:
        <div class="additionalImages centeredContent back" style="width:%;"><a href="https://www.youtube.com/watch?v=-RkdM6U8eIY" class="youtube"><i class="fa fa-play-circle" aria-hidden="true"></i><img style="max-width:100px;max-height:100px;" src="http://i1.ytimg.com/vi/-RkdM6U8eIY/1.jpg"/></a></div>    <div class="additionalImages centeredContent back" style="width:%;"><a href="https://www.youtube.com/watch?v=LUwjUV1BYv4" class="youtube"><i class="fa fa-play-circle" aria-hidden="true"></i><img style="max-width:100px;max-height:100px;" src="http://i1.ytimg.com/vi/LUwjUV1BYv4/1.jpg"/></a></div>
    .

    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.

  3. #13
    Join Date
    Mar 2009
    Location
    Essex, UK
    Posts
    446
    Plugin Contributions
    0

    Default Re: SSL Issues and PayPal Standard

    Yep, found it. Thanks guys.

    We're all green now.
    Debbie Harrison
    DVH Design | Web Design blog

  4. #14
    Join Date
    Mar 2009
    Location
    Essex, UK
    Posts
    446
    Plugin Contributions
    0

    Default Re: SSL Issues and PayPal Standard

    Actually there still is an issue: I have noted all my steps and hope this helps:

    made a purchase with https://shaftdirect.com/sit-to-stand...est-p-152.html (its 1p)

    click add to cart
    click checkout
    signed in :

    (Shipping page)
    Free delivery only option (already selected)
    Special instructions: Added test ***********************Test**************************

    (Payment Page)
    Checked to agree to T&Cs
    select paypal as payment

    confirm
    (sent over to paypal sign-in screen)
    I log into my own account
    click Pay now

    It appears to work, but instead of the where I have the return url, https://shaftdirect.com/index.php?ma...eckout_process instead I am greeted with a blank screen and the following URL:

    Code:
    https://shaftdirect.com/index.php?main_page=checkout_process
    &referer=paypal
    &amt=0.01
    &cc=GBP
    &charset=windows-1252
    &cm=zenid%3D5r70pquqt8gkltengfd3qkn5e6
    &item_name=All%20the%20items%20in%20your%20shopping%20basket%20(see%20details%20in%20the%20store%20and%20on%20your%20store%20receipt).
    &item_number=Shaft%20Direct%20Purchase
    &st=Completed
    &tx=0KW452399F310162G
    And theres no record of the order or notification email sent out.

    Please could anyone help?
    Last edited by DrByte; 5 Jan 2017 at 08:12 AM. Reason: split out URL parameters
    Debbie Harrison
    DVH Design | Web Design blog

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

    Default Re: SSL Issues and PayPal Standard

    The blank screen typically means a PHP error occurred. There should be evidence of it in your server's /logs/ folder. Ref: http://www.zen-cart.com/content.php?124-blank-page

    (And Express Checkout probably wouldn't aggregate things by saying "all the items in your cart": it would list the actual item name instead.)
    .

    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.

  6. #16
    Join Date
    Mar 2009
    Location
    Essex, UK
    Posts
    446
    Plugin Contributions
    0

    Default Re: SSL Issues and PayPal Standard

    Ok well PayPal Express Checkout aside for a moment - The checkout process works well with the other payment methods. It just seems to be PayPal that has an issue.

    there isn't a debug but there is an IPN log Attachment 16868

    I have set auto return to https://mywebsite.com/index.php?main...eckout_process And ipn to https://mywebsite.com/ipn_main_handler.php. Could that be causing a problem?
    Last edited by dharrison; 5 Jan 2017 at 08:31 AM.
    Debbie Harrison
    DVH Design | Web Design blog

  7. #17
    Join Date
    Mar 2009
    Location
    Essex, UK
    Posts
    446
    Plugin Contributions
    0

    Default Re: SSL Issues and PayPal Standard

    Ok its resolved. There was an issue with dns resolvers resolving paypal.com from my server. My hoting team have corrected it and it now appears to be running ok.

    Thanks for your help Doc. I will suggest to the owner Express Checkout, and take it form there.
    Debbie Harrison
    DVH Design | Web Design blog

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

    Default Re: SSL Issues and PayPal Standard

    Good job using the IPN logs to identify and resolve the DNS problem!

    The pertinent messages, for others who may be interested, are these common responses:

    CURL errors: CURL communication ERROR: (6) Couldn't resolve host 'www.paypal.com'
    and secondarily:
    Host Details = www.paypal.com:80 (0) php_network_getaddresses: getaddrinfo failed: Name or service not known

    I'm glad your hosting team were able to quickly resolve their DNS config problem on the server.
    .

    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.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Paypal standard auth and then capture when shipped
    By srd529 in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 12 Apr 2021, 05:10 AM
  2. Paypal payements standard and checkout problems
    By damiancds in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 4 Feb 2011, 05:58 AM
  3. Paypal Standard and express at the same time
    By 10west in forum PayPal Express Checkout support
    Replies: 1
    Last Post: 29 May 2010, 12:10 AM
  4. Google Analytics, Goal Funnel and PayPal Standard
    By molarty in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 13 May 2010, 02:12 PM
  5. PayPal and Its Standard Account
    By drhiii in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 5 Oct 2008, 02:35 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