Post by easyhost » Sat May 08, 2010 2:05 am

Hi I am looking for help in which file to i add these

I have an SSL for my site which i need to add a site seal and the supplier instructions are

How to implement a GlobeSSL Seal Logo 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 GlobeSSL Seal Logo over a STANDARD NON-SECURE page, e.g. http://
<script language="JavaScript" src="http://seal.globessl.com/seal.js" type="text/javascript">
</script>
Use the following line if you are displaying your GlobeSSL Seal Logo over a SECURE page, e.g. https://
<script language="JavaScript" src="https://seal.globessl.com/seal.js" type="text/javascript">
</script>
Step 3: Copy and paste the below code into your webpage HTML.
<!--
GlobeSSL Seal Logo Html Builder Code:
Shows the logo at URL http://mysite.com/images/corner-seal.gif" onclick="window.open(this.href);return false;
Logo type is ("GSSL")
//-->
<div id="none"><script type="text/javascript">Seal("http://mysite.com/images/corner-seal.gif", "GSSL", "none");</script></div>

Terry Robertson
Easyhost Media Group
PowerSSL - - We Secure your World
The Scamlist Forum - Fighting against scammers


User avatar
Active Member

Posts

Joined
Sat Feb 27, 2010 2:57 am
Location - UK

Post by Qphoria » Sat May 08, 2010 3:20 am

You can add it to anywhere you want.
If you want it in the header then catalog/view/theme/YOURTHEME/template/common/header.tpl.
I put mine in the column_right.tpl file on my site at the bottom.

But considering you have made many custom templates, you should already know this.
I think there are 2 people using your single username.

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by easyhost » Sat May 08, 2010 3:29 am

I have never made any templates, i am no developer or coder
Qphoria wrote:You can add it to anywhere you want.
If you want it in the header then catalog/view/theme/YOURTHEME/template/common/header.tpl.
I put mine in the column_right.tpl file on my site at the bottom.

But considering you have made many custom templates, you should already know this.
I think there are 2 people using your single username.

Terry Robertson
Easyhost Media Group
PowerSSL - - We Secure your World
The Scamlist Forum - Fighting against scammers


User avatar
Active Member

Posts

Joined
Sat Feb 27, 2010 2:57 am
Location - UK

Post by daniel2008 » Tue Sep 21, 2010 1:24 pm

Hi Q,
I need Site Seal Logo put in my coming website too.
If you want it in the header then catalog/view/theme/YOURTHEME/template/common/header.tpl.
I put mine in the column_right.tpl file on my site at the bottom.
But I can't find the similar logo in your webpage.
Can you explain more details about it? Thanks,

http://www.smartebuy.com.au/ http://www.myleathers.com.au/ http://www.cctv4oz.com.au/ http://www.origreen.com.au/


Active Member

Posts

Joined
Wed Jul 07, 2010 8:54 pm

Post by smellybd » Wed Dec 14, 2011 8:16 am

Has anyone done this at all...
If so please share


Samantha

Newbie

Posts

Joined
Wed Dec 14, 2011 8:15 am

Post by alaskaberries » Thu Dec 15, 2011 1:57 am

HI,

I am having the same question and have scoured the forum and found this thread.
I am trying to add the Paypal Verfied logo to my store. I located the column_right_tpl file that Qphoira was talking about but have no idea on how to add the code that paypal provided me. It is in html and not php.

Here is the tpl file. Can someone tell me hopw to insert my code?

Code: Select all

<?php if ($modules) { ?>
<div id="column-right">
  <?php foreach ($modules as $module) { ?>
  <?php echo $module; ?>
  <?php } ?>
</div>
<?php } ?>
Here is the code paypal provided.

Code: Select all

<!-- Begin Official PayPal Seal --><a href="https://www.paypal.com/us/verified/pal=nameofmystore%80state%4enet" target="_blank"><img src="https://www.paypal.com/en_US/i/icon/verification_seal.gif" border="0" alt="Official PayPal Seal"></A><!-- End Official PayPal Seal -->
Thanks in advance

User avatar
New member

Posts

Joined
Sun Nov 27, 2011 12:31 am

Post by keithwjones » Sat Dec 17, 2011 7:43 am

Put the code before </div>

Just added one to my site.

Keith

User avatar
New member

Posts

Joined
Wed Jun 30, 2010 7:00 pm
Location - Somerset, UK

Post by theking1010 » Thu Dec 29, 2011 5:58 am

Hi,

I would like to know how I can install the GlobalSign SSL Certificate Secure Site Seal on the checkout page. I am using version 1.5.1.3 and using the default stock template.

Site seal code: http://www.globalsign.com/ssl/buy-ssl-c ... site-seal/

Thanks in advance!

-Elvis

Newbie

Posts

Joined
Tue Nov 15, 2011 11:12 pm

Post by keithwjones » Fri Dec 30, 2011 6:51 am

Look for:

catalog > view > theme > default > template > checkout

I would think the file you need to edit is checkout.tpl

I'm presuming you have made a new theme folder to put the changed .tpl files into.

Add your code where you want the seal to appear.

Keith

User avatar
New member

Posts

Joined
Wed Jun 30, 2010 7:00 pm
Location - Somerset, UK

Post by theking1010 » Fri Dec 30, 2011 7:08 am

Thank you Keith. Where in the checkout.tpl file I should insert the code? I inserted the code before the </div> tag and I did not see the site seal on the check out page.

Thank you for your help.

-Elvis

Newbie

Posts

Joined
Tue Nov 15, 2011 11:12 pm

Post by keithwjones » Fri Dec 30, 2011 7:47 am

Try putting it at end just before:

Code: Select all

<?php echo $footer; ?>
In fact I have just added my seal to my checkout page and it works.

Keith

User avatar
New member

Posts

Joined
Wed Jun 30, 2010 7:00 pm
Location - Somerset, UK

Post by theking1010 » Wed Jan 04, 2012 3:36 am

Thanks. I added the code, however the image is broken. What do you think is happening?

-Elvis

Newbie

Posts

Joined
Tue Nov 15, 2011 11:12 pm

Post by keithwjones » Wed Jan 04, 2012 7:21 am

theking1010 wrote:Thanks. I added the code, however the image is broken. What do you think is happening?

-Elvis
A link to your site would be good to see what is happening.

Keith

User avatar
New member

Posts

Joined
Wed Jun 30, 2010 7:00 pm
Location - Somerset, UK

Post by yakideo » Wed Jan 04, 2012 11:22 am

A qick tip is to omit the http: and https: in the javascript src. Then the browser will load the file through the appropriate protocol (eg. it will use https when the user is on ssl and http if the user is not)

Code: Select all

<script language="JavaScript" src="//seal.globessl.com/seal.js" type="text/javascript">
</script>

Newbie

Posts

Joined
Tue Jan 03, 2012 8:22 am

Post by keithwjones » Wed Jan 04, 2012 5:16 pm

yakideo wrote:A qick tip is to omit the http: and https: in the javascript src. Then the browser will load the file through the appropriate protocol (eg. it will use https when the user is on ssl and http if the user is not)

Code: Select all

<script language="JavaScript" src="//seal.globessl.com/seal.js" type="text/javascript">
</script>
Elvis I believe is using GlobalSign so you do not need to put anything in <head>

They give you code which you paste in <body>

Keith

User avatar
New member

Posts

Joined
Wed Jun 30, 2010 7:00 pm
Location - Somerset, UK

Post by theking1010 » Wed Jan 04, 2012 10:22 pm

Hi Keith,

The site seal is on the bottom left of the check out page. The image is broken.

https://brembobrakesshop.com/index.php? ... t/checkout

Thanks
Elvis

Newbie

Posts

Joined
Tue Nov 15, 2011 11:12 pm

Post by keithwjones » Wed Jan 04, 2012 11:53 pm

This might help:

http://community.actinic.com/showthread.php?t=49539

Or ask GlobalSign

Keith

User avatar
New member

Posts

Joined
Wed Jun 30, 2010 7:00 pm
Location - Somerset, UK

Post by theking1010 » Thu Jan 05, 2012 1:08 am

The SSL certificate is from Alpha SSL not Global Sign, therefore the issue has been solved.
http://www.alphassl.com/support/ssl-site-seal.html.
I installed the code from Alpha SSL and I see the seal.
Have a great day!

Newbie

Posts

Joined
Tue Nov 15, 2011 11:12 pm

Post by keithwjones » Thu Jan 05, 2012 1:33 am

Well done.

Keith

User avatar
New member

Posts

Joined
Wed Jun 30, 2010 7:00 pm
Location - Somerset, UK

Post by williamino » Fri Jul 19, 2019 3:51 am

smellybd wrote:
Wed Dec 14, 2011 8:16 am
Has anyone done this at all...
If so please share


Samantha
I HAVE it here for OC 2.0 etc https://www.wanttono.com/?s=footer

paypalbuys.com


User avatar
Newbie

Posts

Joined
Sat Apr 09, 2016 1:25 am
Location - Australia
Who is online

Users browsing this forum: No registered users and 32 guests