Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Trust Logo Part 2


srober

Recommended Posts

I finally got my logo in the footer, I wish I could figure out how to control what side of the footer its displayed but thats not a priority for now. Right now when you go to the main page the security alert box opens up because its retrieving my trust logo image with the https path. How can I fix this where it can use a http or https path when it pulls the logo image?

 

<!--

TrustLogo Html Builder Code:

Shows the logo at URL https://www.idontpayretail.com/catalog/imag...secure_site.gif

Logo type is ("SC")

Not Floating

//-->

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

 

 

I hope that made since

Link to comment
Share on other sites

https://www.idontpayretail.com/catalog/imag...secure_site.gif

 

Shows an error because your ssl is for

 

https://idontpayretail.com/catalog/images/secure_site.gif

 

Click them, you'll see what I mean.

 

If you can't get rid of the error by fixing that have a look at the code on the bottom of this page

 

http://www.oscommerce.info/kb/osCommerce/G...mon_Problems/75

 

You can set it up to display either the http version

 

http://idontpayretail.com/catalog/images/secure_site.gif

 

or the https version depending on which area you're in.

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Link to comment
Share on other sites

https://www.idontpayretail.com/catalog/imag...secure_site.gif

 

Shows an error because your ssl is for

 

https://idontpayretail.com/catalog/images/secure_site.gif

 

Click them, you'll see what I mean.

 

If you can't get rid of the error by fixing that have a look at the code on the bottom of this page

 

http://www.oscommerce.info/kb/osCommerce/G...mon_Problems/75

 

You can set it up to display either the http version

 

http://idontpayretail.com/catalog/images/secure_site.gif

 

or the https version depending on which area you're in.

 

Ahh cool thanks. Taking the WWW's out fixed the problem.... Its amazing how much hell them w's has caused me during this entire SSL process.

 

I am curious is it possible to change the location of the logo in the footer? For example moving it to the center.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...