Could ayone please help me how to configure not to show number of products in the categories. For example:
Printers (6)
CPU->(7)
CASES (
I don't want those number there. Thanks
This is a discussion on Number of products in categories within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; Could ayone please help me how to configure not to show number of products in the categories. For example: Printers ...
Could ayone please help me how to configure not to show number of products in the categories. For example:
Printers (6)
CPU->(7)
CASES (
I don't want those number there. Thanks
What version are you using?
If you are using osCommerce MS1:
go to Admin->Configuration->My Store
3rd item from the bottom, show category counts, change to false
hth
There\'s something about fireman, day and night they are always fireman!
I am using version 2.2 CVS. I did not see Show Category Counts in MyStore. I browsed very single page in Admin ->Configuration->Mystore but did not find the clue.
The 3rd row from the bottom is Allow Guest to tell a friend.
ok, For osC 2.2 CVS, open:
application_top.php located in /catalog/includes/
and around line #150 you will see this line:
define('SHOW_COUNTS', 'true'); // show category count: true=Yes False=No
change to false and your all set.
hth
There\'s something about fireman, day and night they are always fireman!
Thanks very much
Bookmarks