Hi,
What is target of category features ? Maybe this is to implement a ecommerce form to select features and ... display related products ? Thanks Eric |
Administrator
|
Eric,
I'm not sure to understand your question. What is the meaning of target in your sentence ? Jacques From: "Eric DE MAULDE" <[hidden email]> Hi, What is target of category features ? Maybe this is to implement a ecommerce form to select features and ... display related products ? Thanks Eric |
Hi Jacques,
Thanks, What's the use of "Category features" into Catalog-Category ? Is it to select product features into the ecommerce frontend from a category display ? Eric ----- Original Message ----- From: "Jacques Le Roux" <[hidden email]> To: <[hidden email]> Sent: Monday, November 24, 2008 4:08 PM Subject: Re: target of category features > Eric, > > I'm not sure to understand your question. What is the meaning of target in > your sentence ? > > Jacques > > From: "Eric DE MAULDE" <[hidden email]> > Hi, > > What is target of category features ? > Maybe this is to implement a ecommerce form to select features and ... > display related products ? > > Thanks > > Eric > |
Hi Eric,
We have an entity in OFBiz named "ProdCatalogCategory".In this entity we associate product catalog with product category and also specify the product catalog catagory type. Kind Regards, -- Vivek Mishra ----- Original Message ----- From: "Eric DE MAULDE" <[hidden email]> To: [hidden email], "Jacques Le Roux" <[hidden email]> Sent: Monday, November 24, 2008 9:52:09 PM GMT +05:30 Chennai, Kolkata, Mumbai, New Delhi Subject: Re: target of category features Hi Jacques, Thanks, What's the use of "Category features" into Catalog-Category ? Is it to select product features into the ecommerce frontend from a category display ? Eric ----- Original Message ----- From: "Jacques Le Roux" <[hidden email]> To: <[hidden email]> Sent: Monday, November 24, 2008 4:08 PM Subject: Re: target of category features > Eric, > > I'm not sure to understand your question. What is the meaning of target in > your sentence ? > > Jacques > > From: "Eric DE MAULDE" <[hidden email]> > Hi, > > What is target of category features ? > Maybe this is to implement a ecommerce form to select features and ... > display related products ? > > Thanks > > Eric > |
Administrator
|
In reply to this post by Eric DE MAULDE
Hi Eric,
Yes it is. You may have a look at this French document which explains this with some details. Also looking at demo data should help. http://www.les7arts.com/assist/OFBiz/Creation%20Catalogue%20de%20produits.htm#_bookmark_5580238 It's not up to date but still usable, anyway this part has no notably changed Jacques From: "Eric DE MAULDE" <[hidden email]> > Hi Jacques, > > Thanks, > What's the use of "Category features" into Catalog-Category ? > Is it to select product features into the ecommerce frontend from a category > display ? > > Eric > > > ----- Original Message ----- > From: "Jacques Le Roux" <[hidden email]> > To: <[hidden email]> > Sent: Monday, November 24, 2008 4:08 PM > Subject: Re: target of category features > > >> Eric, >> >> I'm not sure to understand your question. What is the meaning of target in >> your sentence ? >> >> Jacques >> >> From: "Eric DE MAULDE" <[hidden email]> >> Hi, >> >> What is target of category features ? >> Maybe this is to implement a ecommerce form to select features and ... >> display related products ? >> >> Thanks >> >> Eric >> > |
Hi Jacques,
Thanks My question is about "product category features" (not about "product features" or "product feature category") The location : https://demo.hotwaxmedia.com/catalog/control/EditCategoryFeatureCats?productCategoryId=FOOD-001 I'm sorry : Why do I set FEATURES into a CATEGORY ? (I already use features setting into products) Thanks for your understanding. Eric ----- Original Message ----- From: "Jacques Le Roux" <[hidden email]> To: <[hidden email]> Sent: Tuesday, November 25, 2008 1:13 PM Subject: Re: target of category features > Hi Eric, > > Yes it is. You may have a look at this French document which explains this > with some details. Also looking at demo data should help. > http://www.les7arts.com/assist/OFBiz/Creation%20Catalogue%20de%20produits.htm#_bookmark_5580238 > It's not up to date but still usable, anyway this part has no notably > changed > > Jacques > > From: "Eric DE MAULDE" <[hidden email]> >> Hi Jacques, >> >> Thanks, >> What's the use of "Category features" into Catalog-Category ? >> Is it to select product features into the ecommerce frontend from a >> category >> display ? >> >> Eric >> >> >> ----- Original Message ----- >> From: "Jacques Le Roux" <[hidden email]> >> To: <[hidden email]> >> Sent: Monday, November 24, 2008 4:08 PM >> Subject: Re: target of category features >> >> >>> Eric, >>> >>> I'm not sure to understand your question. What is the meaning of target >>> in >>> your sentence ? >>> >>> Jacques >>> >>> From: "Eric DE MAULDE" <[hidden email]> >>> Hi, >>> >>> What is target of category features ? >>> Maybe this is to implement a ecommerce form to select features and ... >>> display related products ? >>> >>> Thanks >>> >>> Eric >>> >> > > |
Eric,
you set FEATURES to CATEGORY because you want that the selected features could be applyed to all product of the category. This is usefull, for example, when doing an advanced search. In this case if you do an advanced search on a category, all the applicable features (the ones that you have associated to the category) will be listed to search the products. -Bruno 2008/11/25 Eric DE MAULDE <[hidden email]> > Hi Jacques, > > Thanks > My question is about "product category features" (not about "product > features" or "product feature category") > The location : > https://demo.hotwaxmedia.com/catalog/control/EditCategoryFeatureCats?productCategoryId=FOOD-001 > I'm sorry : Why do I set FEATURES into a CATEGORY ? (I already use features > setting into products) > Thanks for your understanding. > > Eric > ----- Original Message ----- From: "Jacques Le Roux" < > [hidden email]> > To: <[hidden email]> > Sent: Tuesday, November 25, 2008 1:13 PM > > Subject: Re: target of category features > > > Hi Eric, >> >> Yes it is. You may have a look at this French document which explains this >> with some details. Also looking at demo data should help. >> >> http://www.les7arts.com/assist/OFBiz/Creation%20Catalogue%20de%20produits.htm#_bookmark_5580238 >> It's not up to date but still usable, anyway this part has no notably >> changed >> >> Jacques >> >> From: "Eric DE MAULDE" <[hidden email]> >> >>> Hi Jacques, >>> >>> Thanks, >>> What's the use of "Category features" into Catalog-Category ? >>> Is it to select product features into the ecommerce frontend from a >>> category >>> display ? >>> >>> Eric >>> >>> >>> ----- Original Message ----- From: "Jacques Le Roux" < >>> [hidden email]> >>> To: <[hidden email]> >>> Sent: Monday, November 24, 2008 4:08 PM >>> Subject: Re: target of category features >>> >>> >>> Eric, >>>> >>>> I'm not sure to understand your question. What is the meaning of target >>>> in >>>> your sentence ? >>>> >>>> Jacques >>>> >>>> From: "Eric DE MAULDE" <[hidden email]> >>>> Hi, >>>> >>>> What is target of category features ? >>>> Maybe this is to implement a ecommerce form to select features and ... >>>> display related products ? >>>> >>>> Thanks >>>> >>>> Eric >>>> >>>> >>> >> >> > |
Hi Bruno,
Thank you very much for your explanation. I go to implement this advanced search direct into category page Eric ----- Original Message ----- From: "Bruno Busco" <[hidden email]> To: <[hidden email]> Sent: Tuesday, November 25, 2008 3:35 PM Subject: Re: target of category features > Eric, > you set FEATURES to CATEGORY because you want that the selected features > could be applyed to all product of the category. > > This is usefull, for example, when doing an advanced search. > > In this case if you do an advanced search on a category, all the > applicable > features (the ones that you have associated to the category) will be > listed > to search the products. > > -Bruno > > 2008/11/25 Eric DE MAULDE <[hidden email]> > >> Hi Jacques, >> >> Thanks >> My question is about "product category features" (not about "product >> features" or "product feature category") >> The location : >> https://demo.hotwaxmedia.com/catalog/control/EditCategoryFeatureCats?productCategoryId=FOOD-001 >> I'm sorry : Why do I set FEATURES into a CATEGORY ? (I already use >> features >> setting into products) >> Thanks for your understanding. >> >> Eric >> ----- Original Message ----- From: "Jacques Le Roux" < >> [hidden email]> >> To: <[hidden email]> >> Sent: Tuesday, November 25, 2008 1:13 PM >> >> Subject: Re: target of category features >> >> >> Hi Eric, >>> >>> Yes it is. You may have a look at this French document which explains >>> this >>> with some details. Also looking at demo data should help. >>> >>> http://www.les7arts.com/assist/OFBiz/Creation%20Catalogue%20de%20produits.htm#_bookmark_5580238 >>> It's not up to date but still usable, anyway this part has no notably >>> changed >>> >>> Jacques >>> >>> From: "Eric DE MAULDE" <[hidden email]> >>> >>>> Hi Jacques, >>>> >>>> Thanks, >>>> What's the use of "Category features" into Catalog-Category ? >>>> Is it to select product features into the ecommerce frontend from a >>>> category >>>> display ? >>>> >>>> Eric >>>> >>>> >>>> ----- Original Message ----- From: "Jacques Le Roux" < >>>> [hidden email]> >>>> To: <[hidden email]> >>>> Sent: Monday, November 24, 2008 4:08 PM >>>> Subject: Re: target of category features >>>> >>>> >>>> Eric, >>>>> >>>>> I'm not sure to understand your question. What is the meaning of >>>>> target >>>>> in >>>>> your sentence ? >>>>> >>>>> Jacques >>>>> >>>>> From: "Eric DE MAULDE" <[hidden email]> >>>>> Hi, >>>>> >>>>> What is target of category features ? >>>>> Maybe this is to implement a ecommerce form to select features and >>>>> ... >>>>> display related products ? >>>>> >>>>> Thanks >>>>> >>>>> Eric >>>>> >>>>> >>>> >>> >>> >> > |
Free forum by Nabble | Edit this page |