View Single Post
  #12  
Old 06-14-2005, 07:13 AM
 
Matt B Matt B is offline
 

Member
  
Join Date: Mar 2005
Posts: 21
 

Default

ok, I'm a way newbie here...so for Geotrust, I need to create a new file called secure_cert.tpl and then upload that to the xcart root? Then I would need to add the code to the customer_home.tpl? Do I add that code at the bottom, or in a particualr spot?

MattB


Quote:
Originally Posted by Gibberish
Here is mod if you use GeoTrust.

secure_cert.tpl:

Code:
<table width="100%" border="0" cellspacing="0" cellpadding="5"> <tr> <td align="center" valign="top"> {literal} <script language="JavaScript" type="text/javascript" src="https://smarticon.geotrust.com/si.js"></script> {/literal}</td> </tr> </table>

customer/home.tpl:

Code:
{* SECURE SITE CODE STARTS HERE *} {literal} <script language="JavaScript" fptype="dynamicanimation"> <!-- function dynAnimation() {} function clickSwapImg() {} //--> </script> <script language="JavaScript1.2" fptype="dynamicanimation" src="http://www.mywebsite.com/animate.js"> </script> {/literal} {* SECURE SITE CODE ENDS HERE *}
[/code]
__________________
4.0.12
Reply With Quote