This is a discussion on questions about "Categories" menu... within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; In the Categories menu, when you have sub-categories it displays in like: Clothes->(5) How do I get rid of the ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| In the Categories menu, when you have sub-categories it displays in like: Clothes->(5) How do I get rid of the " ->(5) " Also, is there a way to have each category displayed as an image, for example, instead of the type "clothes" I would have and image that says "Clothes" ? Thank you, Ian |
| Sponsored Links | ||
| ||
|
#2
| |||
| |||
| Like having it [IMAGE]Category Also is there a way to remove the number? |
|
#3
| ||||
| ||||
| From the guide: Quote:
If anyone has already done this, please post your code changes. Thanks! |
|
#4
| |||
| |||
| I figured out how to do the images... in the categories.php (path= catalog/includes/boxes/categories.php) look for this line Code: $categories_string .= $foo[$counter]['name']; Code: $categories_string .= '<img src="images/' . $foo[$counter]['name'] . '.gif" width="152"* height="24" border="0">'; |
| The Following User Says Thank You to For This Useful Post: | ||
typhus (02-22-2008) | ||
|
#5
| |||
| |||
| I figured out how to do the images... in the categories.php (path= catalog/includes/boxes/categories.php) look for this line Code: $categories_string .= $foo[$counter]['name']; Code: $categories_string .= '<img src="images/' . $foo[$counter]['name'] . '.gif" width="152"* height="24" border="0">'; |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Remove "QTPRO" for "Option Type Feature" | adam71o | osCMax v2 Customization/Mods | 3 | 01-10-2007 10:32 AM |
| "Price" and "Add to Cart" button inside | midwestwebsites | osCMax v2 Customization/Mods | 3 | 11-14-2005 05:13 AM |
| "Skinning" Categories box when using dhtml menu | dron | osCommerce 2.2 Modification Help | 0 | 03-07-2005 06:06 AM |
| Remove "in cart" Button for individual categories | Mongrrr | osCommerce 2.2 Modification Help | 0 | 04-24-2003 07:02 AM |
| Remove "->" from categories | b8graphics | osCommerce 2.2 Modification Help | 1 | 02-17-2003 09:06 PM |