Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

cwispy

Archived
  • Posts

    4
  • Joined

  • Last visited

Everything posted by cwispy

  1. All this does is open a popup window which shows the validation info from Geotrust that the ssl and site are validated and correct essentially. The link in the javascript will load the Geotrust version. I believe you could use the one from here http://www.rapidssl.com/ssl-certificate-su...al/rapidssl.htm for RapidSSL. Shane
  2. I also wrapped the line in the column_left.php or column_right.php as follows so it only shows up when the site is loaded in https mode. // Only show if we are in HTTPS session. if (isset($_SERVER['HTTPS']) && strtolower($_SERVER['HTTPS']) == 'on') { require(DIR_WS_BOXES . 'rapidssl_seal.php'); }
  3. For anyone else having fun with RapidSSL cert's, I made the following mod to includes/boxes/rapidssl_seal.php so you may want to give it a try. <?php /* RappidSSL Seal Box July 27, 2006 Philip N. Deatherage Deatherage Web Development "simplifying the web for you and your customers�" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - G Talk: [email protected] AIM: dwdsupport MSN: [email protected] http://www.dwdonline.com - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Phone: (865) 686-5498 Cell: (865) 748-9471 Fax: (267) 821-4409 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Deatherage Web Development is a division of Deatherage Company */ ?> </td> </tr> <?php $info_box_contents = array(); $info_box_contents[] = array('text' => "Secure"); new infoBoxHeading($info_box_contents, false, false); $info_box_contents = array(); $info_box_contents[] = array('text' => '<!-- GeoTrust QuickSSL [tm] Smart Icon tag. Do not edit. --><script LANGUAGE="JavaScript" TYPE="text/javascript" SRC="//smarticon.geotrust.com/si.js"></SCRIPT><!-- end GeoTrust Smart Icon tag -->'); new infoBox($info_box_contents); ?> </td> </tr> <!-- rapidssl_seal_eof //--> cwispy
  4. I tried editing the file as you stated above, but it still gives the total twice on testing it with sandbox. Any other ideas on how or why it is sending amount and amount_1 to paypal? cwispy
×
×
  • Create New...