Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do i remove the arrow at the end of my category List?


dnl07

Recommended Posts

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

 

cat.jpg

Link to comment
Share on other sites

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

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

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

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

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

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

Archived

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

×
×
  • Create New...