ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Using ProductCart
  New Posts New Posts RSS Feed - Comodo Cert via https
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Comodo Cert via https

 Post Reply Post Reply
Author
Message
paul View Drop Down
Newbie
Newbie


Joined: 25-February-2008
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote paul Quote  Post ReplyReply Direct Link To This Post Topic: Comodo Cert via https
    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.

Back to Top
Greg Dinger View Drop Down
Certified ProductCart Developers
Certified ProductCart Developers
Avatar

Joined: 23-September-2006
Location: United States
Status: Offline
Points: 238
Post Options Post Options   Thanks (0) Thanks(0)   Quote Greg Dinger Quote  Post ReplyReply Direct Link To This Post 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>
Back to Top
katharina View Drop Down
Senior Member
Senior Member
Avatar

Joined: 25-October-2005
Location: United States
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote katharina Quote  Post ReplyReply Direct Link To This Post 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 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" type="text/javascript">
</script>

In the body:

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

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

Katharina

Back to Top
paul View Drop Down
Newbie
Newbie


Joined: 25-February-2008
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote paul Quote  Post ReplyReply Direct Link To This Post 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

Back to Top
JoltDigital View Drop Down
Certified ProductCart Developers
Certified ProductCart Developers
Avatar

Joined: 26-October-2005
Location: United States
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote JoltDigital Quote  Post ReplyReply Direct Link To This Post 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.

 

JoltDigital Inc.
1-888-785-5658
Premium ProductCart Hosting
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.063 seconds.