Quoting shristhi sharma <[EMAIL PROTECTED]>:
I am trying to configure ofbiz for auto parts store. I wish to classify
products into two major categories. General category (Wheels for example)
and brands (Bridgestone).
I am looking sidedeepcategory.bsh, CommonScreens.xml and CategoryWorker.java
Guys, i donno the efficient way of doing this .. i am afraid it will be a
big mess at the end. Any suggestion will be great.
Thanks
Hi,
What the others suggested you is the right approach. Just one
clarification if you would like to sell as products what is under
your brands category and you wonder how to organize your categories
then it will be useful for you to see these links:
http://docs.ofbiz.org/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide
The methods in CategoryWorker.java reffered from sidedeepcategory.bsh
build the product catalog category tree starting from root. You could
assosiate other categories to the root through ProductCategoryRollup
Valentina :)