Rank: Member
Joined: 1/15/2008(UTC) Posts: 58
|
I'm Stuck. Just where do I place these code snippets for my Comodo SSL logo ? BVC 5.3.1 This is the logo that floats in the right corner as you browse.
Step 2: Copy and paste the 2 snippets of HTML code below. Please insert the following two snippets of HTML code into your webpage document. You will need to repeat the process for each web page you wish to display Corner of TrustLogo™.
<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>
Snippet 2: Copy/Paste the following piece of code and insert EXACTLY before your </BODY> tag.
<a href="http://www.instantssl.com" id="comodoTL">SSL</a> <script language="JavaScript" type="text/javascript"> COT("http://mysite.com/images/secure_site.gif", "SC2", "none"); </script>
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
You will probably need to add these to each of your theme's master pages or possibly just to your footer control (if you have one). |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Rank: Member
Joined: 4/29/2010(UTC) Posts: 256
Thanks: 4 times Was thanked: 11 time(s) in 10 post(s)
|
As Arron said if you have a footer control BVmodules > Themes > (Your Theme name) > footer.ascx
Open this page and paste your Comodo code in.
Please check your page load speeds afterwards.
|
|
|
|
Rank: Member
Joined: 1/15/2008(UTC) Posts: 58
|
Steve , Yes, I was hoping I could place it in the footer theme. But not sure where in the footer.ascx code to drop the comodo code into.
The reference to the <BODY> tag has me confused. Cant find a <BODY> tag anywhere in the footer code.
Can I just combine/stack it all into one line of the footer code?
|
|
|
|
Rank: Member
Joined: 12/23/2003(UTC) Posts: 909
|
You want to place the snippets in your master pages.
open up BVModules/Themes/YOUR THEME
Suggest adding the code(s) to
Checkout.Master
Login.Master
You'll see the <body> and </body> tags in the master page code.
Backup before you update! |
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.