View Single Post
  #1  
Old 08-30-2005, 08:57 AM
 
gravel gravel is offline
 

Senior Member
  
Join Date: Mar 2004
Posts: 156
 

Default How to have http pages show Thawte SecondTier Seal?

Our Thawte seal only appears when a customer logs in or checks out, because the domain changes from www.oursite.com to secure.oursite.com, and the Thawte ssl is only certified for secure.oursite.com. I used this code:

Code:
{if $smarty.server.HTTPS eq "on"} <p align="center"> {literal} <script src="https://siteseal.thawte.com/cgi/server/thawte_seal_generator.exe"> </script> {/literal} </p> {/if}

I want to show a Thawte SecondTier Seal image on the http pages. (We could also have it hyperlinked to our "secure pages" but since they only happen when someone logs in, I don't think that is possible.)

How can I modify the above code so it will load an image in the same spot, when it is NOT a https page?

Thanks in advance for any help,
Dan
__________________
X-Cart version 4.0.17
X-Cart version 4.0.18
Web servers = Apache
OS = Linux
Reply With Quote