Samuel_D Posted July 15, 2004 Posted July 15, 2004 Hi all, first off. Take a look at what I've done with my site so far (www.nilfix.co.uk) If you look in the left column and more specifically at the categories listing, you will see that those with sub categories have arrows placed next to them. I dislike this, and would prefer them to not be present. Can anyone tell me if its possible to remove these, and where exactly I remove them. Many thanks
mugitty Posted July 15, 2004 Posted July 15, 2004 Sam; In catalog/includes/boxes/categories.php (about line 41), find if (tep_has_category_subcategories($counter)) { $categories_string .= '->'; and remove the -> so it reads if (tep_has_category_subcategories($counter)) { $categories_string .= ''; ... if you want to REALLY see something that doesn't set up right out of the box without some tweaking, try being a Foster Parent!
juniorprg Posted July 15, 2004 Posted July 15, 2004 Follow the link, i think that sorts ur problem http://wiki.oscommerce.com/docsCatStyleArrows l8ter
Recommended Posts
Archived
This topic is now archived and is closed to further replies.