Hello Zen Cart community,
I got my SSL cert installed and working, and the credit card merchant account is connected to the website and working fine as well.
Now I am faced with a customization issue because I need to display the trust logo in all pages, I would need one on the bottom of the left column, and a different one in the right column.
Let's start with the trust logo, please, because the other procedure is probably very similar.
Next I copy the code provided by the cert authority:
Implementing a TrustLogo into your Website
Step 1: Copy the below JavaScript in your HTML page's <head> tag.
Use the following line if you are displaying your TrustLogo over a STANDARD NON-SECURE page, e.g. http://
<script language="JavaScript" src="http://www.completessl.com/js/trustlogo.js" type="text/javascript"></script>
Use the following line if you are displaying your TrustLogo over a SECURE page, e.g. https:// <script language="JavaScript" src="https://www.completessl.com/js/trustlogo.js" type="text/javascript"></script>
Step 3: Copy and paste the below code into your HTML code where you would like your TrustLogo to appear on your web page.
<!--TrustLogo Html Builder Code: Shows the logo at URL Logo type is Secure Site Seal - For SSL Certificate holders ("COMPE")//--><script type="text/javascript">TrustLogo("PLACE URL TO TRUSTLOGO IMAGE", "COMPE", "none");</script><BR><a target="_blank" style="font-size: 9px;" href="http://www.completessl.com">CompleteSSL.com</a> Make sure to replace "PLACE URL TO TRUSTLOGO IMAGE", with the URL you have saved your trustLogo Image on your web site
You may also use the standard Comodo TrustLogo for your sites seal.
Thanks in advance



