Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Security seal logo Image inside info box not working


Sloane

Recommended Posts

Posted

Hi

 

I have been trying all afternoon to fix this and I am stuck.

 

I have a commodo SSL. I have created a new info box in which to place their SEAL,

I have copied and pasted the information they gave my into my newly created box - security.php and added it to the right hand column.

The image is in my images file.

 

For some reason the image is just coming up as the blue square with the white question mark - please see www.elevenmagnum.com.au/store

It is linking back to the commodo site when I click on it but I have NO IDEA how to make the seal visible.

 

The code below is from boxes/security.php

 

I would greatly appreciate your help.

 

Thanks

 

Sloane

 

<?php

/*

$Id: information.php 1739 2007-12-20 00:52:16Z hpdl $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2003 osCommerce

 

Released under the GNU General Public License

*/

?>

<!-- information //-->

<tr>

<td>

<a href="http://www.PositiveSSL.com" style="font-family: arial; font-size: 10px; text-decoration: none;"><img src="PositiveSSL_tl_trans.gif" alt="SSL Certificate Authority" title="SSL Certificate Authority" border="0" /><br />SSL Certificate Authority</a>

</td>

</tr>

<!-- information_eof //-->

Posted

You have neglected to add the directory of your images to your image

 

<img src="Add here where your image is/PositiveSSL_tl_trans.gif"

Posted

Thanks

I have changed it to this but it is not working.

 

<img src = ' . tep_image(DIRECT_WS_IMAGES . 'PositiveSSL_tl_trans.gif'

 

I am clearly not adding the directory location correctly but I don't know how to write the code.

I am a total newbie - PRETTY OBVIOUS - Huh.

 

Thanks again for any further assistance

Posted

img src="images/PositiveSSL_tl_trans.gif"

 

img src="store/images/PositiveSSL_tl_trans.gif"

 

it depends on what path you have chosen in your configure.php file (includes)

Posted

Thanks so much for the tip. I have tried both options but it is still not working.

Is there any thing else I shpuld look for??

Posted

Thanks

I have changed it to this but it is not working.

 

<img src = ' . tep_image(DIRECT_WS_IMAGES . 'PositiveSSL_tl_trans.gif'

 

I am clearly not adding the directory location correctly but I don't know how to write the code.

I am a total newbie - PRETTY OBVIOUS - Huh.

 

Thanks again for any further assistance

 

 tep_image(DIR_WS_IMAGES . 'PositiveSSL_tl_trans.gif')

Posted

PROBLEM SOLVED

The information provided by usernameone and jigga1234 was correct and great. Thanks alot.

I discovered that I have not completely remamed all parts of the box after duplicating the information box. This was causing the confusion.

 

Thanks to all for the help and support

Archived

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

×
×
  • Create New...