View Single Post
  #1  
Old 03-23-2004, 04:57 AM
  DogByteMan's Avatar 
DogByteMan DogByteMan is offline
 

X-Adept
  
Join Date: Mar 2003
Posts: 833
 

Default Java Script Messes With Cart

I am trying to add a TrustLogo to my store, however whenever I add the necessary java script it screws up the cart and checkout process. If you click checkout it clears the cart and signs you off as well as many other weird things.

Code:
{literal}<script language="JavaScript" src="https://secure.comodo.net/trustlogo/javascript/trustlogo.js" type="text/javascript"> </script>{/literal} {literal}<!-- TrustLogo Html Builder Code: Shows the logo at URL http://www.dogbytecomputer.com/secure_site.gif Logo type is Secure Site Seal - For SSL Certificate holders ("SC") Not Floating //--> <script type="text/javascript">TrustLogo("../secure_site.gif", "SC", "none");</script>{/literal}

The script provides roll over, popup verification in the form of a small certificate.

Any ideas how I can implement this without screwing up my cart?
__________________
Dedicated Server provided by EWD Hosting
X-Cart version 4.1.12
PHP 5.3.2
MySQL server 5.0.87-community
Operation system Linux
Perl 5.008008
dogbytecomputer.com
Reply With Quote