How To Insert Comodo SSL Seal Into Your VPCart Site

How To Insert Comodo SSL Seal Into Your VPCart Site

If you are using our Comodo SSL certificate, here are the steps needed to show the Comodo SSL seal on your site:

1. Please download the following seal image. (Right click and Save As to your local PC).



2. Upload the above seal image into your VPCart site at the "images" folder via FTP. Please keep the same original filename.

3. Download your file shoppage_header.htm located in "templates/default" folder (if you are using v8).
If you are using v7, download the same file located in "templates/default-2cols" or "templates/default-3cols" depend on which template you are using.

4. Open the file shoppage_header.htm using notepad or text editor.

5. Locate this code :

</head>

6. Before it, please insert this code (same for both v6,v7 and v8):

<script>
//<![CDATA[
var tlJsHost = ((window.location.protocol == "https:") ? "https://secure.trust-provider.com/" : "http://www.trustlogo.com/");
document.write(unescape("%3Cscript src='" + tlJsHost + "trustlogo/javascript/trustlogo.js' type='text/javascript'%3E%3C/script%3E"));
//]]>
</script>

7. Save the file and upload back to your site.

8. Download your file shoppage_trailer.htm located in "templates/default" folder (if you are using v8).
If you are using v7, download the same file located in "templates/default-2cols" or "templates/default-3cols" depend on which template you are using.

9. Open the file shoppage_trailer.htm using notepad or text editor.

10. For v8 site, please locate this code:

</div>
<%generate_quickview_trailer_wrapper%>
<!-- FOOTER -->

For v7 site, please locate this code :

<!-- footer -->


For v6 site, please locate this code:

</body>


11. Before it, please insert this code :

For v7 and v8:

<style type="text/css">
a[ondragstart="return false;"] {
position: fixed;
bottom: 0px;
z-index: 1000;
}
</style>
<script language="JavaScript">
TrustLogo("https://www.yourvpcartsite.com/images/comodo_secure_seal_113x59_transp.png", "CL1", "none");
</script>

For v6:

<div align="left">
<style type="text/css">
a[ondragstart="return false;"] {
position: fixed;
bottom: 0px;
z-index: 1000;
}
</style>
<script language="JavaScript">
TrustLogo("https://www.yourvpcartsite.com/images/comodo_secure_seal_113x59_transp.png", "CL1", "none");
</script>
</div>

NOTE : Please change the yourvpcartsite.com to your own domain name.


12. Save the file and upload to your site.

13. You are done. You can refresh your VPCart site and the Comodo SSL seal should be showing in the bottom left.

If you have any issues with this, please submit a helpdesk ticket to us at :
https://helpdesk.vpcart.com


Times Viewed:
1559
Added By:
Wilson Keneshiro
Date Created:
1/18/2018
Last Updated:
12/4/2020