jororib Posted October 3, 2010 Posted October 3, 2010 Please show me how I can removed the arrow and brackets / -> () / from Categories box Of this Hardware-> (6) to happen Hardware 6 My link Thanks in advance.
DataMouse Posted October 3, 2010 Posted October 3, 2010 Take a look in INCLUDES/BOXES/CATEGORIES.php You'll see that your category fields are built in there ;-) DM I had a blind date last night. Her name was ..:. :.: :: .. ::. :. ::. Black Web 2.0 Buttons Blue Orb Web 2.0 Buttons Mac "Aqua" Buttons Black Gloss Buttons Red Gloss Buttons (with metal edging)
jororib Posted October 3, 2010 Author Posted October 3, 2010 Thanks for the reply. Yes I saw her, but I can not figure out what needs to change. If possible show me what to change.
MrPhil Posted October 15, 2010 Posted October 15, 2010 Changing the line $categories_string .= '->'; to // $categories_string .= '->'; will get rid of the ->. A few lines later, $categories_string .= '& nbsp;(' . $products_in_category . ')'; change to // $categories_string .= '& nbsp;(' . $products_in_category . ')'; $categories_string .= '& nbsp;' . $products_in_category; gets rid of the parentheses around the number. Presumably you can handle any other refinements, once you get going. Remember to back up your original files, in case you royally screw up the edits. The original code is preserved as comments // in case you ever want to go back.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.