How do i get rid of the number one in the sidebox here?
http://www.butternutbaby.co.uk/catalog/
Thanks
How do i get rid of the number one in the sidebox here?
http://www.butternutbaby.co.uk/catalog/
Thanks
Check your Nappies category. It seems to be coming from there.![]()
I have had a look there and fiddled with a few bits but cannot see where i've gon wrong.
Really odd. That seems to be where it's coming from. It appears under Nappies in the side box and if you click on Nappies it appears a couple of times there as well.![]()
Have you done anything with tpl_categories.php?
The "1" is appearing below every category that has products, and nowhere else. That has to be a clue.
I don't see anything in the stylesheet, except for some ul and li selectors that shouldn't be there (since there is no categories list).
Fixed it in tpl_catagories ....
changed
$content .= '</a>';
if (SHOW_COUNTS == 'true')
to
$content .= '</a>';
if (SHOW_COUNTS == 'false')
Good catch, Glenn! Glad it's sorted, callansdad!
![]()
Duh... I must have been too tired last night. Of course the "1" is showing on cats that have a product - when you have block-type display, the counts and any other characters you have get pushed down. If there had been more products there it would have been inescapably obvious.
The solution is not to change tpl_categories.php, but to set Configuration > My Store > Show Category Counts to false.
Is this always the case? I am testing with easy populate with just a few records and I have a couple categories that show a (2) next to the cat name but with only 1 product showing on both the back and frontend.
I added another product to the category which initially showed (1) next to it but with NO product.
http://karenwilliamson.com/catalog/i...=index&cPath=1
It's happening on the link labelled 'Connecticut' in the left menu. Freaking me out.
Any ideas?
I'm seeing this on the Michigan cat - shows (2) but there is only one product in it.
Connecticut and Missouri are correctly showing (1).