Hi All
I have created a catalog and added few products in a category which is perfectly working fine. Now I would like to know if I can customise that product from admin section so that user will be able to see that options and can select from displayed options. For example: I have created a product "tshirts" and I would like to show "color" and "size" drop down on product details page. Price will vary according to the size. How can I achieve this if possible? Please suggest Regards Gaurav |
Gaurav,
For this you need to prepare data for the 'ProductFeature', Associate the feature to the virtual and variant products in 'ProductFeatureAppl'. Note that the virtual product productFeatureApplTypeId is SELECTABLE_FEATURE and variants have the STANDARD_FEATURE. For reference please refer the DemoProduct.xml, and search for the productId="WG-9943". This will have the exact same setup as you needed. Another option is go to catalog - https://localhost:8443/catalog/control/EditProductFeatures?productId=WG-9943 and see the settings for this and make changes accordingly for your product. For this you need to load OFBiz Demo data. Rishi Solanki Manager, Enterprise Software Development HotWax Media Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxmedia.com On Fri, Jun 11, 2010 at 2:46 PM, kaliagaurav <[hidden email]>wrote: > > Hi All > > I have created a catalog and added few products in a category which is > perfectly working fine. > > Now I would like to know if I can customise that product from admin section > so that user will be able to see that options and can select from displayed > options. > > For example: > > I have created a product "tshirts" and I would like to show "color" and > "size" drop down on product details page. Price will vary according to the > size. > > How can I achieve this if possible? > > Please suggest > > Regards > Gaurav > -- > View this message in context: > http://ofbiz.135035.n4.nabble.com/How-to-customise-a-product-category-tp2251503p2251503.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > |
In reply to this post by Gaurav kalia
You can build variants by adding selectable features
And create different prices for each variant Eric On Fri, 2010-06-11 at 02:16 -0700, kaliagaurav wrote: > Hi All > > I have created a catalog and added few products in a category which is > perfectly working fine. > > Now I would like to know if I can customise that product from admin section > so that user will be able to see that options and can select from displayed > options. > > For example: > > I have created a product "tshirts" and I would like to show "color" and > "size" drop down on product details page. Price will vary according to the > size. > > How can I achieve this if possible? > > Please suggest > > Regards > Gaurav |
In reply to this post by Gaurav kalia
hi Gaurav,
you can do all that from catalog manager http://localhost:8080/catalog ecommerce application has demo products too with features associated with them. that would be a good reference. -- Thanks & Regards Atul Vani Enterprise Software Developer HotWax Media Pvt. Ltd. http://www.hotwaxmedia.com/ We are the Global Leaders in Apache OFBiz, Google 'ofbiz' and see for yourself. kaliagaurav wrote: > Hi All > > I have created a catalog and added few products in a category which is > perfectly working fine. > > Now I would like to know if I can customise that product from admin section > so that user will be able to see that options and can select from displayed > options. > > For example: > > I have created a product "tshirts" and I would like to show "color" and > "size" drop down on product details page. Price will vary according to the > size. > > How can I achieve this if possible? > > Please suggest > > Regards > Gaurav > |
In reply to this post by Rishi Solanki
Hi All
Thanks everyone for the reply. Please can I get a documentation link if possible. I am doing this for first time. As per the suggestions given by all of you I got a good view and I also tried the same with my own products and it worked perfectly. But I want to make sure that I am not missing any configuration. TIA Regards Gaurav |
Free forum by Nabble | Edit this page |