Contributions
Hide Category
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!
Expand All / Collapse All
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!
Note: Contributions are used at own risk.