I do not have the corner comodo icon, mine is only a regular icon they issued me, though, I have no idea why.
But my problem is that I am getting that comment in the Comodo popup of:
IdAuthority Credentials not available for this site.
I looked at the forum and the Comodo site and their site said Zencart needed the "base" tag, which I applied to the line of script.
It didn't help, still getting the "Credentials not available" popup.
Here's my code snippet below.
I just ordered the comodo security stuff last night from my host, does it take time or is there something I can do to fix the credential popup?
I am also not on a shared host anymore as of last night.
Thanks!
Taken from: TPL_FOOTER_MENU_PHP
<?php echo IMPORTANT_LINKS; ?>
<?php require($template->get_template_dir('tpl_ezpages_footer_menu.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_footer_menu.php'); ?>
<?php echo IMPORTANT_END; ?>
<?php } ?>
<center><script language="JavaScript" type="text/javascript">
TrustLogo ("http://www.myshop.com/shop/comodo_secure_100x85_white.png", "CL1", "none");
<base href="http://ssl.comodo.com" id="comodoTL">SSL Certificates</base></script></center>
</dl>
</dl>
<span id="social-media">


Reply With Quote
