Hide Category
for osCommerce Online Merchant v2.2
This contributions makes hidden a category for customers you want.
This is a first version of a bigger project. Now you must define the hidden category of products by hand on the database, but the customers selection who can view that hidden categories is already implemented and works fine!
Legend: 
Download

Report
Traduction de l'installation de cette contrib prométeuse.
Package complet.
original: " costumers_view_category
ALTER TABLE `customers` ADD `costumers_view_category` SMALLINT( 1 ) DEFAULT '0' NOT NULL ;
ALTER TABLE `categories` ADD `categories_hide` SMALLINT( 1 ) DEFAULT '0' NOT NULL ;
correct
ALTER TABLE `customers` ADD `customers_view_category` SMALLINT( 1 ) DEFAULT '0' NOT NULL ;
ALTER TABLE `categories` ADD `categories_hide` SMALLINT( 1 ) DEFAULT '0' NOT NULL ;
This contributions makes hidden a category for customers you want.
This is a first version of a bigger project. Now you must define the hidden category of products by hand on the database, but the customers selection who can view that hidden categories is already implemented and works fine!