Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to add image in any boxes


Hossam

Recommended Posts

Posted

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

Posted

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

  • 3 years later...
Posted
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!!

Posted
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:

Posted

Thanks Arietis

I thought this would be just a code hack, but nevertheless I will try and install this contribution...

Archived

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

×
×
  • Create New...