Hossam Posted January 22, 2005 Posted January 22, 2005 hi there , i wanna to add small image in any box "left or right column" i can edit any box code i dont need & put the image url code but really i didnt know how i can do this waiting 4 reply thnx alot in advance Hossam
Jack_mcs Posted January 22, 2005 Posted January 22, 2005 To add an image to an infobox, just edit the box file in includes/boxes. For example, in information.php, find '<a href="' . tep_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a><br>' . and underneath it place '<img border="0" src="images/someimage.gif" width="120" height="60" alt="Some Text">' . '</a><br>' . Or, if you can find the latest verson of the PageMaker contribution, it will build the boxes for you. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
wrangler Posted March 21, 2008 Posted March 21, 2008 To add an image to an infobox, just edit the box file in includes/boxes. For example, in information.php, find'<a href="' . tep_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a><br>' . and underneath it place '<img border="0" src="images/someimage.gif" width="120" height="60" alt="Some Text">' . '</a><br>' . Or, if you can find the latest verson of the PageMaker contribution, it will build the boxes for you. Jack I would like the subcategories to have a different image. ie. a small icon for every product category but a different icon for every subcategory. Is that possible??? Have a look http://www.aquastelle.gr I want the dolphin on the menu on the right to appear only on the main categories and not everywhere. Thanks!!
arietis Posted March 21, 2008 Posted March 21, 2008 I would like the subcategories to have a different image. ie. a small icon for every product category but a different icon for every subcategory. Is that possible??? Have a look http://www.aquastelle.gr I want the dolphin on the menu on the right to appear only on the main categories and not everywhere. Thanks!! have a look at http://addons.oscommerce.com/info/5728 i haven't used it, but it says "It will display all category images links that you have set in yoursite/admin/categories.php? for each category." it might do the trick for you. if not, look through the 15 pages of infobox contributions. :lol:
wrangler Posted March 22, 2008 Posted March 22, 2008 Thanks Arietis I thought this would be just a code hack, but nevertheless I will try and install this contribution...
wrangler Posted March 24, 2008 Posted March 24, 2008 worked like a charm :) Thanx again arietis and many credits to the author.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.