Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration

minor ssl/https partial encryption error

by

Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › minor ssl/https partial encryption error

  • This topic has 1 reply, 2 voices, and was last updated 14 years, 4 months ago by amin007.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • December 21, 2010 at 4:18 am #2407
    marizs23
    Member

    I have my shopping cart page secured with ssl. When the end user clicks on “checkout with paypal” they are sent to eStore_payment_submission.php. Internet explorer gives a warning about a partially encrypted connection. The error comes from http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js being loaded. So, I added some code to check if SSL is being used, so that it will then load the jquery file via it’s https address.

    if ($_SERVER == 'on') {

    echo '<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>';

    }else{

    echo '<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>';

    }

    Of course, we could probably just host the file on our own server, but this was the first thing i tried and it worked.

    December 22, 2010 at 12:34 am #27550
    amin007
    Participant

    Thanks… added this in the plugin code.

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Log In

Forum Related

  • Forum Home
  • Forum Search
  • Forum Registration
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2025 | Tips and Tricks HQ