dnl07 Posted April 17, 2011 Share Posted April 17, 2011 Shop is located at: www.shopdejavu4u.com If you load the shop you will see that the categories that have subcategories have a stupid arrow at the end of them. Example category category 2 -> category category 2 -> something like that... where is the code located that i can remove the dumb arrow? I've attached an image (if it works) that shows you what i mean. Or just load the site. Thanks for any help that ANYONE can offer. -Doug Link to comment Share on other sites More sharing options...
germ Posted April 17, 2011 Share Posted April 17, 2011 Admin -> Configuration -> My Store On that page set "Show Category Counts" false Save it. Something else you need to know.... Visit the link below: How to Secure Your Site Pay close attention to "SECURING THE ADMIN" - Yours is vulnerable. It's easier to do a few security fixes now than to clean up a hacked store later. And if you don't secure the admin your shop will be hacked. It's just a question of when... :o If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Hotclutch Posted April 17, 2011 Share Posted April 17, 2011 in \includes\boxes\categories.php find if (tep_has_category_subcategories($counter)) { $categories_string .= '->'; } and replace with // if (tep_has_category_subcategories($counter)) { // $categories_string .= '->'; // } Link to comment Share on other sites More sharing options...
dnl07 Posted April 17, 2011 Author Share Posted April 17, 2011 in \includes\boxes\categories.php find if (tep_has_category_subcategories($counter)) { $categories_string .= '->'; } and replace with // if (tep_has_category_subcategories($counter)) { // $categories_string .= '->'; // } This Worked - Thank You! Link to comment Share on other sites More sharing options...
dnl07 Posted April 17, 2011 Author Share Posted April 17, 2011 Admin -> Configuration -> My Store On that page set "Show Category Counts" false Save it. Something else you need to know.... Visit the link below: How to Secure Your Site Pay close attention to "SECURING THE ADMIN" - Yours is vulnerable. It's easier to do a few security fixes now than to clean up a hacked store later. And if you don't secure the admin your shop will be hacked. It's just a question of when... :o It already does say false. ALso how do you know my site is vulnerable ? Just curious Link to comment Share on other sites More sharing options...
dnl07 Posted April 17, 2011 Author Share Posted April 17, 2011 in \includes\boxes\categories.php find if (tep_has_category_subcategories($counter)) { $categories_string .= '->'; } and replace with // if (tep_has_category_subcategories($counter)) { // $categories_string .= '->'; // } Solved The issue! Thanks again! Link to comment Share on other sites More sharing options...
germ Posted April 17, 2011 Share Posted April 17, 2011 It already does say false. ALso how do you know my site is vulnerable ? Just curious Follow the link and you'll know too. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.