Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Is there an easy way to make a box with this


screege

Recommended Posts

If you want to add it to your left column or right column, just add it at the end of /includes/column_left.php or /includes/column_right.php like this:

 

<tr><td>

***** ERASE THIS LINE AND PUT YOUR CODE HERE *****

</td></tr>

Just put that code AFTER the last line in the file:

 

?>

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

If you want to add it to your left column or right column, just add it at the end of /includes/column_left.php or /includes/column_right.php like this:

 

<tr><td>

***** ERASE THIS LINE AND PUT YOUR CODE HERE *****

</td></tr>

Just put that code AFTER the last line in the file:

 

?>

 

Thanks a lot it works like a charm

 

<?php

/*

$Id: xramp.php,v 1.22 2003/02/10 22:31:05 hpdl Exp $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2003 osCommerce

 

Released under the GNU General Public License

*/

?>

<tr><td>

<script type="text/javascript" src="https://seal.XRamp.com/seal.asp?type=B"></script>

</td></tr>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...