Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ssl security logo


Porsche032

Recommended Posts

Posted
hey guys i just got a SSL certificate and i would like to know how i can put the trust logo image on the front

of my website. Anyone know how i can do that? Thank you

 

http://cp.aplus.net/accessories/html/trustlogo.html

I would like to add this.

 

It depends on where you want it to display, but I would recommend either the catalog/includes/left_column.php or right_column.php or header.php so it displays on all pages.

Posted

Great tips...

Then to save youself some time, dig inside and find catalog/images/ssl.gif .... which = your basic lock icon graphic. Using your favorite image program, make a new lock graphic incorporating the image from your SSL provider alongside you lock. Remember what you are doing is making a single new graphic with the same name as before, so your layout size and height are important, but easy, too, when you think about it.

 

Remember that osC will wrap the text inside your SSL box around your image, so make your new 'grown' image a little less wide than your right or left panel standard display width and it won't make your page wider. This is because the length of the typical word in your SSL box text will be more than the remaining space in the column after inserting the magically grown lock graphic, so osC will wrap it around down to the next line of free white space in your column. Drop your pretty new ssl.gif back inside where it came from and 'bingo.' Your SSL cert proudly displays on every page and in every language! Do it right, and all the text wrap around and will lie neatly under the graphic and your column width will be unchanged.

 

Want/Need to make it clickable? Use your regular web image program to give it a link to the right place in your file system for your SSL provider's htm/html notice certificate to display...which probably is clickable anyway and takes them to a live server at the SSL cert provider and attestation that your site is up to date.

Quick and simple and cute, too!

 

Good luck... B)

Posted
It depends on where you want it to display, but I would recommend either the catalog/includes/left_column.php or right_column.php or header.php so it displays on all pages.

 

CPRG i dont have ssl.gif in images. Is it suppose to be in there? lpar after i open left_column.php what do i need to insert in there to make the new image come up? Sorry I'm new to oscommerce. Thanks for the help.

  • 4 weeks later...
Posted

It gives you the code to paste on to your site on the page you gave the link for.

 

Say you want it on your SSL pages in the right column you just add;

 

if ($request_type == SSL)
{
<script language="JavaScript" src="https://secure.comodo.net/trustlogo/javascript/trustlogo.js" type="text/javascript">//</script>
}

 

To where you would want the image to display. It will pull the image from the trust logo server and automatically display it on your site.

 

If you want to have it show on all pages you have to use the "else" command to show the http or the https on the specific pages. Start with the examle in the code here.

 

You might want to look at this contribution also.

Posted
It gives you the code to paste on to your site on the page you gave the link for.

 

Say you want it on your SSL pages in the right column you just add;

 

if ($request_type == SSL)
{
<script language="JavaScript" src="https://secure.comodo.net/trustlogo/javascript/trustlogo.js" type="text/javascript">//</script>
}

 

To where you would want the image to display. It will pull the image from the trust logo server and automatically display it on your site.

 

If you want to have it show on all pages you have to use the "else" command to show the http or the https on the specific pages. Start with the examle in the code here.

 

You might want to look at this contribution also.

 

 

Thank you I finally got it to work. :D

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...