Hello...
I have another problem. I will build a shop with lots of different productgroups/categories and each productgroup should have different properties. Is there a classification system so that I can say for example every book gets the properties page and author and every car gets the properties consumption and limit speed. Is there any featur in OFBiz which can do this? maybe my english isn´t good enough so that i read over it by inspecting the catalog manager and the ofbiz page. thanks for your help schubi |
in the Data model Vol 1 page 77 (fig 3.4) defines how features entity
relates to product. you can also look at https://demo.ofbiz.org/webtools/control/ViewRelations?entityName=ProductFeature What you need to do is add the attributes you want here is the UI for that https://demo.ofbiz.org/catalog/control/EditProductFeatures?productId=GZ-8544 Schubi sent the following on 7/16/2009 12:29 AM: > Hello... > > I have another problem. I will build a shop with lots of different > productgroups/categories and each productgroup should have different > properties. Is there a classification system so that I can say for example > every book gets the properties page and author and every car gets the > properties consumption and limit speed. > > Is there any featur in OFBiz which can do this? > maybe my english isn´t good enough so that i read over it by inspecting the > catalog manager and the ofbiz page. > > thanks for your help > > schubi -- BJ Freeman http://www.businessesnetwork.com/automation http://bjfreeman.elance.com http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro Systems Integrator. |
Hi,
I think that what you want is to add some desciptive features to the product entity, but not features that will change the price or even the aspect of the product. So you don't need to use product features, you need to update the entity model to add your informations to your a product and updates the UI to display these informations, but they will have no impact on product pricing and ordering. Cimballi On Thu, Jul 16, 2009 at 6:13 AM, BJ Freeman<[hidden email]> wrote: > in the Data model Vol 1 page 77 (fig 3.4) defines how features entity > relates to product. > you can also look at > https://demo.ofbiz.org/webtools/control/ViewRelations?entityName=ProductFeature > What you need to do is add the attributes you want > here is the UI for that > https://demo.ofbiz.org/catalog/control/EditProductFeatures?productId=GZ-8544 > > > > Schubi sent the following on 7/16/2009 12:29 AM: >> Hello... >> >> I have another problem. I will build a shop with lots of different >> productgroups/categories and each productgroup should have different >> properties. Is there a classification system so that I can say for example >> every book gets the properties page and author and every car gets the >> properties consumption and limit speed. >> >> Is there any featur in OFBiz which can do this? >> maybe my english isn´t good enough so that i read over it by inspecting the >> catalog manager and the ofbiz page. >> >> thanks for your help >> >> schubi > > -- > BJ Freeman > http://www.businessesnetwork.com/automation > http://bjfreeman.elance.com > http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro > Systems Integrator. > > |
In reply to this post by BJ Freeman
if that is what you want to do i would look at the way and come up with
a way to use content component to add to your display. using Cimballi suggestion, use the extend-entity. Cimballi sent the following on 7/16/2009 7:55 AM: > Hi, > > I think that what you want is to add some desciptive features to the > product entity, but not features that will change the price or even > the aspect of the product. So you don't need to use product features, > you need to update the entity model to add your informations to your a > product and updates the UI to display these informations, but they > will have no impact on product pricing and ordering. > > Cimballi > > > On Thu, Jul 16, 2009 at 6:13 AM, BJ Freeman<[hidden email]> wrote: >> in the Data model Vol 1 page 77 (fig 3.4) defines how features entity >> relates to product. >> you can also look at >> https://demo.ofbiz.org/webtools/control/ViewRelations?entityName=ProductFeature >> What you need to do is add the attributes you want >> here is the UI for that >> https://demo.ofbiz.org/catalog/control/EditProductFeatures?productId=GZ-8544 >> >> >> >> Schubi sent the following on 7/16/2009 12:29 AM: >>> Hello... >>> >>> I have another problem. I will build a shop with lots of different >>> productgroups/categories and each productgroup should have different >>> properties. Is there a classification system so that I can say for example >>> every book gets the properties page and author and every car gets the >>> properties consumption and limit speed. >>> >>> Is there any featur in OFBiz which can do this? >>> maybe my english isn´t good enough so that i read over it by inspecting the >>> catalog manager and the ofbiz page. >>> >>> thanks for your help >>> >>> schubi >> -- >> BJ Freeman >> http://www.businessesnetwork.com/automation >> http://bjfreeman.elance.com >> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro >> Systems Integrator. >> >> > -- BJ Freeman http://www.businessesnetwork.com/automation http://bjfreeman.elance.com http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro Systems Integrator. |
In reply to this post by Cimballi-2
thats correct, but i will not put all features on one entity model, because i think this will be confusing after i put about 30 or 40 new features on this model.. i need to categorize the products and each categorie gets 3 - 5 own features.
so what is the best way? use product features? an realy large and confusing entity model? or is there any better way? and thank you for your help so far
|
Free forum by Nabble | Edit this page |