Module products search through three categories
Posted: Fri Mar 01, 2013 8:46 pm
Hello. I need a recommendation. I'm making a Product Catalog.
Major categories (classes) are in cms_module_product_categories (name and id, that's all)
Next: product families in hierarchies. Everything works perfect. Seeking hierarchies N products of the category, eg But I have a third classification, what if I want to search:
Products categ 1 / belong to the family (hier) Xs / Y are the brand (manufacturer) / then show the Product List
I need to get from the family of products, which are manufacturers and pressing on each show then the Product List
I made a custom field called BRAND_MANUFACTURER and there you enter the name of the brand (GE Siemmens etc ...): This is the best practice for this type of classification?. How I can do a search cat 1 / categ 2 / categ 3 / product?
I would appreciate if I share some method to this, any recommendation, if I'm right or wrong in the process. I'm a little lost
Major categories (classes) are in cms_module_product_categories (name and id, that's all)
Next: product families in hierarchies. Everything works perfect. Seeking hierarchies N products of the category, eg But I have a third classification, what if I want to search:
Products categ 1 / belong to the family (hier) Xs / Y are the brand (manufacturer) / then show the Product List
I need to get from the family of products, which are manufacturers and pressing on each show then the Product List
I made a custom field called BRAND_MANUFACTURER and there you enter the name of the brand (GE Siemmens etc ...): This is the best practice for this type of classification?. How I can do a search cat 1 / categ 2 / categ 3 / product?
I would appreciate if I share some method to this, any recommendation, if I'm right or wrong in the process. I'm a little lost