View Single Post
  #21  
Old 02-20-2006, 01:04 PM
  ShishaPipeUK's Avatar 
ShishaPipeUK ShishaPipeUK is offline
 

Senior Member
  
Join Date: Jul 2005
Location: London, England.
Posts: 118
 

Default

Thanks for the mod LouOffroad, works great. I used the new bottom corner COMODO logo, bottom right and the code i used was to pick up the logo from my main site images.

skin1/customer/home.tpl - Just before the </head> place:

Code:
{literal}<script> var cot_loc0=(window.location.protocol == "https:")? "https://secure.comodo.net/trustlogo/javascript/cot.js" : "http://www.trustlogo.com/trustlogo/javascript/cot.js"; document.writeln('<script language="JavaScript" src="'+cot_loc0+'" type="text\/javascript"><\/script>'); </script>{/literal}

Then at skin1/customer/menu_cart.tpl - After the last </if> and before </capture>

Code:
{literal}<script language="JavaScript">COT("https://www.shisha.co.uk/images/cornertrust.gif", "SC2", "none");</script>{/literal}

This points to the image cornertrust.gif in my main images folder.

The cornertrust.gif looks like this, you can right click it and save the image http://www.shisha.co.uk/images/cornertrust.gif

You can see the finished page at http://www.shisha.co.uk/shopcart/home.php

You can see it is at the bottom right and always stays there no mater how far you scroll down the page )
__________________
Apache/2.0.55 (Red Hat) & MYSQL Server: 5.0.24
PERL: 5.008005 / PHP: 4.4.4 - 4.3.1 X-CART

Shop carts at
http://www.nightscene.co.uk/shop/home.php
http://www.theshisha.net/shopcart/home.php
http://www.system-maintenance.com/maint/home.php
http://www.tabac4u.com
Reply With Quote