Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

How to display Comodo TrustLogo Seal?

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 11-24-2005, 08:30 AM
 
Readerm Readerm is offline
 

eXpert
  
Join Date: Jan 2005
Location: Calgary, Canada
Posts: 261
 

Default How to display Comodo TrustLogo Seal?

Dear friends,

I thought that editing /single/home.tpl would make the Comodo seal appear in the right bottom corner of the site. It did appear, but only in the admin zone, yet the frontpanel is still empty. What template is responsible for space below right column menu (just above the bottom bar)? Comodo manual says the template must have </head> and </body> tags...


__________________
Rdr. Michael
Manager
Istok Church Supplies
www.istok.net
X-cart version 4.5.4 Platinum
Reply With Quote
  #2  
Old 11-24-2005, 08:47 AM
  pauldodman's Avatar 
pauldodman pauldodman is offline
 

X-Guru
  
Join Date: Jul 2003
Location: Spain / UK
Posts: 3,052
 

Default

Your mistake is there in your question.

single/home.tpl is just for admin menus.

you need:
skin1/customer/home.tpl
__________________
Paul Dodman
e-business & m-commerce consultant
w: www.luminointernet.com
e: xcart@luminointernet.com

Professional X-Cart help, advice, support and services, specialists in Mobile X-Cart.
Reply With Quote
  #3  
Old 11-24-2005, 10:10 AM
 
Readerm Readerm is offline
 

eXpert
  
Join Date: Jan 2005
Location: Calgary, Canada
Posts: 261
 

Default

THANK YOU!
__________________
Rdr. Michael
Manager
Istok Church Supplies
www.istok.net
X-cart version 4.5.4 Platinum
Reply With Quote
  #4  
Old 11-24-2005, 12:53 PM
  Vacman's Avatar 
Vacman Vacman is offline
 

X-Adept
  
Join Date: Sep 2005
Location: Torrance, CA
Posts: 792
 

Default Re: How to display Comodo TrustLogo Seal?

Quote:
Originally Posted by Readerm
Dear friends,

I thought that editing /single/home.tpl would make the Comodo seal appear in the right bottom corner of the site. It did appear, but only in the admin zone, yet the frontpanel is still empty. What template is responsible for space below right column menu (just above the bottom bar)? Comodo manual says the template must have </head> and </body> tags...



Be careful using the logo if you have the pop up cert. I found out the hard way that it worked fine in Firefox, but in I.E. if my customers clicked ANYWHERE on the page, the cert would pop up. If they clicked on "add to cart"? Yup - the cert would pop up. I finally had to make a seperate pop-up window that you could then mouse-over to display the cert correctly.
__________________
Carl Tice

X-Cart 4.6.6
X-Payments 3.0
ReBOOT 3.4.1

PHP 5.6.30
MySQL 5.6.35
Linux 2.6.32-042stab120.18
ionCube PHP Loader v4.7.3
Perl 5.10.1
Reply With Quote
  #5  
Old 11-24-2005, 01:10 PM
 
Readerm Readerm is offline
 

eXpert
  
Join Date: Jan 2005
Location: Calgary, Canada
Posts: 261
 

Default

Actually, I got another question. Is it possible to have somehow installed a second SSL for an add-on domain so that the TrustLogo doesn't show "Credentials NOT available" message for this add-on domain? E.g. when you browse through istok.net it's fine, but istok.ca doesn't show credentials. I 'm afraid two SSL will interfere...
__________________
Rdr. Michael
Manager
Istok Church Supplies
www.istok.net
X-cart version 4.5.4 Platinum
Reply With Quote
  #6  
Old 11-24-2005, 01:15 PM
  Vacman's Avatar 
Vacman Vacman is offline
 

X-Adept
  
Join Date: Sep 2005
Location: Torrance, CA
Posts: 792
 

Default

Quote:
Originally Posted by Readerm
Actually, I got another question. Is it possible to have somehow installed a second SSL for an add-on domain so that the TrustLogo doesn't show "Credentials NOT available" message for this add-on domain? E.g. when you browse through istok.net it's fine, but istok.ca doesn't show credentials. I 'm afraid two SSL will interfere...

No way to avoid this issue unless you can figure out a way to hide the logo completely for the added sub domain. The reasons are obvious...
__________________
Carl Tice

X-Cart 4.6.6
X-Payments 3.0
ReBOOT 3.4.1

PHP 5.6.30
MySQL 5.6.35
Linux 2.6.32-042stab120.18
ionCube PHP Loader v4.7.3
Perl 5.10.1
Reply With Quote
  #7  
Old 12-08-2005, 07:06 AM
 
JGrubbs JGrubbs is offline
 

Member
  
Join Date: Oct 2005
Location: Lake Mary, FL
Posts: 12
 

Default

We are trying to figure out how to show the Trust Logo only if the site is being called through https, and not through the regular http. I didn't know if there was a if statement in SMARTY that could be used to check the https vs. http.
__________________
Version 4.0.17
Reply With Quote
  #8  
Old 12-08-2005, 10:16 AM
 
JGrubbs JGrubbs is offline
 

Member
  
Join Date: Oct 2005
Location: Lake Mary, FL
Posts: 12
 

Default

I found what I was looking for on the SMARTY user forum:

{if $smarty.server.HTTPS eq "on"}
{literal}
<script type="text/javascript">TrustLogo("https://secure.site.com/authentic_secure_transparent.gif", "SC", "none");</script>
{/literal}
{/if}

You can put the TrustLogo JavaScript in the meta.tpl and the code above in the /customer/home.tpl where you want it to appear on the page. This will only show the TrustLogo on the secure pages.
__________________
Version 4.0.17
Reply With Quote
  #9  
Old 12-09-2005, 03:47 AM
 
Readerm Readerm is offline
 

eXpert
  
Join Date: Jan 2005
Location: Calgary, Canada
Posts: 261
 

Default

Do you really think that hiding TrustLogo on HTTP is better? Comodo says showing the seal everywhere actually increases customers' confidence...
__________________
Rdr. Michael
Manager
Istok Church Supplies
www.istok.net
X-cart version 4.5.4 Platinum
Reply With Quote
  #10  
Old 12-15-2005, 04:58 AM
 
JGrubbs JGrubbs is offline
 

Member
  
Join Date: Oct 2005
Location: Lake Mary, FL
Posts: 12
 

Default

The TrustLogo only works on the domain that is set for the SSL Cert.

We use www. for our main site and secure. for the secure site.

So, if we show the TrustLogo on the www. side, it won't work. That is why we hide it, unless a visitor is on the secure. side.
__________________
Version 4.0.17
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 09:46 PM.

   

 
X-Cart forums © 2001-2020