Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Possible to customize formatting for a single category in left nav


WebDev22

Recommended Posts

  • 7 months later...

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

Archived

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

×
×
  • Create New...