Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Add icons on categories box??


wrangler

Recommended Posts

Posted

hmmm

 

Another problem

 

Even if your example on the information.php file worked quite good, I cant say the same for the "categories.php" file.

 

Since there is not a list of the categories inside the code (the listing is being created dynamically from the admin menu), It's a bit comfusing, I do not know where to place the links. I would like to place a small icon for each of my categories listing.

 

Any ideas?

Posted

Find this code in the categories.php file

$categories_string .= '<a href="';

and change it to

$categories_string .= '<img src="some_image.gif" width="??" height="??" alt="??" title="??"><a href="';

Set the values correctly and you should be all set.

 

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

Archived

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

×
×
  • Create New...