View Single Post
  #1  
Old 09-09-2005, 06:23 PM
 
gramps gramps is offline
 

Member
  
Join Date: Jun 2005
Posts: 28
 

Default Insert SSL Logo into Home.tpl

V4.0.14 Insert SSL Logo into to Home.tpl page

It looked so easy we had to find a way to screw it up.



We have downloaded an image file from our ssl cert provider geotrust. We put
it into our www.securerenter.biz/images/quickssl_anim.gif folder

We want to put it into our /xcart/customer/home.tpl page. We would like to
have it go above the new.tpl box. We have looked at the coding from the
forum and created a secure_cert.tpl file and put it in the customer folder
with the following code.:

************************************************** **************************
*****************
*<table width="100%" border="0" cellspacing="0" cellpadding="5">
* <tr>
* <td align="center" valign="top">
*
*<!--TrustLogo Html Builder Code:
*Shows the logo at URL https://www.securerenter.biz/images/quickssl_anim.gif

*Logo type is Secure Site Seal - For SSL Certificate holders ("SC") Not
Floating //-->
*
*{literal}
*<script
type="text/javascript">TrustLogo("https://www.securerenter.biz/images/quicks
sl_anim.gif ", "SC", "none");
*</script>
*{/literal}
*</td>
* </tr>
*</table>
************************************************** **************************
*****************

We then inserted in the home.tpl the following code:

************************************************** ***
*{* SECURE SITE CODE STARTS HERE *}
*{literal}
*<script language="JavaScript"
*src="https://www.securerenter.biz/xcart/skin1/customer/secure_cert.tpl/java
script/trustlogo.js" *type="text/javascript">
*</script>
*{/literal}
*{* SECURE SITE CODE ENDS HERE *}
************************************************** ******

What went wrong
Thanks
Reply With Quote