Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Additional Box Wanted


erniethemilk

Recommended Posts

I'm looking for an additional box on the Left Hand Side that I can put a Paypal image logo in...

 

Can someone explain really simplly and really slowly how to do such a thing please :'(

 

Many thanks :)

 

 

Hey Try This http://www.oscommerce.com/community/contri...l/search,Paypal

Wade Morris

Amarillo, Texas

 

Before you do any changes on your site you need to do BACKUP! BACKUP!

Link to comment
Share on other sites

I'm looking for an additional box on the Left Hand Side that I can put a Paypal image logo in...

 

Can someone explain really simplly and really slowly how to do such a thing please :'(

 

Many thanks :)

 

Add this to the bottom of column_left.php after the closing ?> tag:

 

		  <tr>
		<td>
?>
 $info_box_contents = array();
 $info_box_contents[] = array('align' => 'center',
						   'text' => tep_image(DIR_WS_IMAGES . 'your_paypal_logo_filename.gif');

 new infoBox($info_box_contents);
<?php
		</td>
	  </tr>

 

This will just make a regular content box with no heading, to hold your paypal logo...

 

Richard.

Richard Lindsey

Link to comment
Share on other sites

Wow, thanks for the fast response :)

 

Could you tell me where I find the column left sheet with the box tables in tho... I can't seem to find them...!

*catalog*/includes/column_left.php

 

Richard.

Richard Lindsey

Link to comment
Share on other sites

Wow, thanks for the fast response :)

 

Could you tell me where I find the column left sheet with the box tables in tho... I can't seem to find them...!

 

you can find here (catalog)/includes/colum_left.php

Wade Morris

Amarillo, Texas

 

Before you do any changes on your site you need to do BACKUP! BACKUP!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...