X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   SSL logo showing but not showing - Help! (https://forum.x-cart.com/showthread.php?t=43354)

CollectiveInk 10-30-2008 05:58 PM

SSL logo showing but not showing - Help!
 
Got an issue hopefully you guys can help me solve.

According to the credit card co. the comodo logo has to appear on the site. Fine. Not a probIem. I got the code into xcart to make it appear on all the pages... except the ones people would look for it (checkout, cart, register, etc). It's not there!

When I look in webmaster mode, I can see the secure_cart.tpl file I had to create, but it's blank (only on the afore mentioned pages.)

Any thoughts as to why the logo would show on some pages, but not others? I set it up in the bottom.tpl figuring that is common to every page.

CollectiveInk 11-01-2008 04:16 AM

Re: SSL logo showing but not showing - Help!
 
anyone?

JWait 11-01-2008 04:38 AM

Re: SSL logo showing but not showing - Help!
 
I have no idea what secure_cart.tpl is, and don't see a reason for it to be created, what does it do?
Are you using Fast Lane Checkout? If so, try putting this in skin1/modules/Fast_Lane_Checkout/home.tpl just before the closing </body> tag....
Code:

{literal}
<script language="javascript" type="text/javascript">
//<![CDATA[
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('<scr' + 'ipt language="JavaScript" src="'+cot_loc0+'" type="text\/javascript">' + '<\/scr' + 'ipt>');
//]]>
</script>
{/literal}


Larry Stanford 11-03-2008 08:01 AM

Re: SSL logo showing but not showing - Help!
 
Quote:

Originally Posted by CollectiveInk
I got the code into xcart to make it appear on all the pages... except the ones people would look for it (checkout, cart, register, etc).


Would you care to share how you got it in the pages you did? I need to add my SSL logo on all the pages too.

Thanks in advance

JWait 11-04-2008 03:58 AM

Re: SSL logo showing but not showing - Help!
 
Larry, see the post directly above yours.

Larry Stanford 11-04-2008 04:01 AM

Re: SSL logo showing but not showing - Help!
 
Thank you, don't know why that didn't register when I saw it :(
I'll give it a try..

Thanks


All times are GMT -8. The time now is 06:30 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.