WebDev22 Posted January 25, 2010 Share Posted January 25, 2010 We just added a new category and would like to customize the way the text appears in the categories list in the left navigation. Can this be done? Link to comment Share on other sites More sharing options...
satish Posted September 21, 2010 Share Posted September 21, 2010 it is possible to customized the text of particular one category . If a category name is xyz and it’s id is 2 then apply following condition for customizing it. if($tree[$counter]['path']=='2){ $categories_string .= '<b style="color:#00ff00">'.$tree[$counter]['name'] .'<b>' } else{ $categories_string .= $tree[$counter]['name']; } Satish Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.