Print Page | Close Window

Comodo Cert via https

Printed From: ProductCart E-Commerce Solutions
Category: ProductCart
Forum Name: Using ProductCart
Forum Description: Running your store with ProductCart
URL: https://forum.productcart.com/forum_posts.asp?TID=1432
Printed Date: 06-October-2024 at 7:34pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Comodo Cert via https
Posted By: paul
Subject: Comodo Cert via https
Date Posted: 09-March-2008 at 2:23pm

I purchased and installed a Comodo cert.  I've put the logo code in my header and footer files, and everything works fine.  The problem occurs when you move to checkout and the browser goes into secure mode.  Comodo provides two certification sites; one secure and the other un-secure.  How do I accommodate both when using a common header & footer.asp file?  There's probably an obvious solution since Comodo is recommended by PC, but it's escaping me.

Thanks in advance for any help.




Replies:
Posted By: Greg Dinger
Date Posted: 09-March-2008 at 2:33pm
Paul,
I have a client who has that cert as well: http://www.buygolfshirts.net  As one passes from HTTP to HTTPS there is no warning message.  Looks like the key was using HTTPS in both.  Compare your code to that site and I'm sure you will resolve your issue.

<script language="JavaScript" type="text/javascript">
COT("https://www.buygolfshirts.net/store/pc/images/cornertru st.gif", "SC2", "none");
</script>


-------------
GreyBeard Design Group

Certified ProductCart Developer

Web Design/Development/Hosting

http://tinyurl.com/5c8t4t" rel="nofollow - Add-Ons & Custom Code |


Posted By: katharina
Date Posted: 09-March-2008 at 2:41pm

I also had some problems, and one was caused by their new look with the scroll up and down logo.  The other by not loading the image securly.   Simply add the "s" to the "http" with the image in your header and it will stop it.  I also reverted bag to their older version without the up and down scroll.  Took me a while to find it on their site.  It was kind of hidden.  To see how it looks on my site go to http://www.germanplaza.com - www.germanplaza.com   Here is what you have to do:

In the header you have to add:

<script language="JavaScript" src=" https://secure.comodo.net/trustlogo/javascript/trustlogo.js - https://secure.comodo.net/trustlogo/javascript/trustlogo.js " type="text/javascript">
</script>

In the body:

<script type="text/javascript">TrustLogo(" https://www.xxx.com/secure_site.gif - https://www.xxx.com/secure_site.gif ", "SC");</script>

Remember to exchange the http://www.xxx.com - www.xxx.com for your url.  The logo you will find on the comodo website. 

Katharina



Posted By: paul
Date Posted: 09-March-2008 at 5:20pm

Thanks - that did the trick - I was right, the solution was deceptively simple -  thanks. By the way, both sites look good - I came away with a couple other ideas after reviewing yours.

Thanks,

Paul



Posted By: JoltDigital
Date Posted: 11-March-2008 at 9:53am

Whenever you have a ssl page you need to make sure all  images and scripts are either referencing the content with a local paths or are using https:// to access the content. Otherwise you will get a error thrown by the browser due to insecure content trying to be loaded.

 



-------------
http://www.joltdigital.com/host_pc.asp - JoltDigital Inc.
1-888-785-5658
Premium ProductCart Hosting



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net