erniethemilk Posted January 30, 2007 Share Posted January 30, 2007 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 :) Link to comment Share on other sites More sharing options...
bill110 Posted January 30, 2007 Share Posted January 30, 2007 This isnt a box but you can check out this post http://www.oscommerce.com/forums/index.php?showtopic=248496 My Contributions Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly Password Protect Admin "No matter where you go....There you are" - Buccaroo Bonsai Link to comment Share on other sites More sharing options...
mtechama Posted January 30, 2007 Share Posted January 30, 2007 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 More sharing options...
Velveeta Posted January 30, 2007 Share Posted January 30, 2007 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 More sharing options...
bill110 Posted January 30, 2007 Share Posted January 30, 2007 And if you really need a box here is a tutorial http://www.oscommerce.info/kb/Catalog_Guid...g_Area/Boxes/66 My Contributions Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly Password Protect Admin "No matter where you go....There you are" - Buccaroo Bonsai Link to comment Share on other sites More sharing options...
erniethemilk Posted January 30, 2007 Author Share Posted January 30, 2007 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...! Link to comment Share on other sites More sharing options...
Velveeta Posted January 30, 2007 Share Posted January 30, 2007 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 More sharing options...
mtechama Posted January 30, 2007 Share Posted January 30, 2007 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.