bobthelucky Posted May 29, 2004 Posted May 29, 2004 ok this code is given in wiki as a wa to add either links or html to a area on col right or left with out it being in a box///// Add Links Outside of Boxes You may want to add links or html to the left or right column without enclosing it in a box, such as button advertising, logos, etc. In either column_left.php or column_right.php If you want your logos at the top of your column you tag it like this: <img src="/images/ani_weeklyspecials.gif" width="155" height="75"> < img src="/images/ban_110.gif" width="150" height="115" border="1"> If you want your logo at the bottom of the column you tag it like this: < table><td><tr><img src="/images/ban_50off.gif" width="150" height="125" border="1"></tr></td></table> ok i can only find column_right.php in catalog/includes there is a colmn_left if you go to admin/includes but only one column_right the instructions dont say where to add the code i tried adding it in a cpl places and the column_right just didnt load on my page any one know how to get this to work ??? thanks in advance
241 Posted May 29, 2004 Posted May 29, 2004 is it for the pilchersindianstore in your www link as it has a left and right No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes.
bobthelucky Posted May 29, 2004 Author Posted May 29, 2004 yes it is for http://www.pilchersindianstore.com i want to add a visa/master card picture and say we accept them thanks for any help
241 Posted May 29, 2004 Posted May 29, 2004 do you wish this to be on the left or the right or in the currency box or a seperate box, maybe in the footer No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes.
bobthelucky Posted May 29, 2004 Author Posted May 29, 2004 i wanted it to be on the right,below the currency box, and not in a box of its own just "there" thanks for any help
241 Posted May 29, 2004 Posted May 29, 2004 if below currency box on right hand side then make the code at the end of the file column_right.php like this if (substr(basename($PHP_SELF), 0, 8) != 'checkout') { include(DIR_WS_BOXES . 'languages.php'); include(DIR_WS_BOXES . 'currencies.php'); } ?> <table><td><tr><img src="images/manufacturer_fox.gif" width="150" height="125" border="0"></tr></td></table> change the image for the one you want to use and change the size to what you want as well No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes.
bobthelucky Posted May 31, 2004 Author Posted May 31, 2004 thanks it worked great i just dont undrestand why what i did earlier didnt work,oh well ill get it in time,thanks a lot
Recommended Posts
Archived
This topic is now archived and is closed to further replies.