This is a discussion on Remove Category Pictures & -> in Info Box within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; This is a 2 step question... The first and most frustrating is how do I remove the image reference for ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| This is a 2 step question... The second is a little easier (I think)...How do I remove the -> in the category info box when a category has a subcategory? It may be a very easy question, but #1 has gotten me pretty flustered Thanks to everyone who posts replies...a lot of us couldn't have done what we did without you!!! |
| Sponsored Links | ||
| ||
| |
|
#2
| |||
| |||
| For hiding the category images, look around line# 80 in catalog/index.php To remove the "->", look around line # 41 on catalog/includes/boxes/categories.php Code: if (tep_has_category_subcategories($counter)) {
$categories_string .= '->';
}
Code: -> |
|
#3
| |||
| |||
| Thanks you so much!!! It was a little further down, around 89ish, and it took me a little while to know exactly what to delete, but atleast I now knew where to look!!! The -> was a piece of cake! Thank you again for your help!! |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Removing category pictures | Redeye_Joe | osCMax v2 Customization/Mods | 3 | 03-08-2006 08:21 AM |
| Remove certain boxes from specific category | auntie22 | osCMax v1.7 Discussion | 1 | 10-25-2005 06:39 PM |
| Product info in category pages | mgrooten | osCMax v1.7 Installation | 2 | 05-17-2005 02:34 PM |
| Remove subcategory listings in Category box | strahd8088 | osCommerce 2.2 Modification Help | 1 | 07-31-2004 12:40 PM |
| Remove category graphic | Lady_Lobo | osCMax v1.7 Discussion | 1 | 04-20-2004 09:14 AM |