How to setup a configurable product in ofbiz, also how to map the associated products within a configurable product to be shown in e commerce.
Regards, Yokesh. |
Hello Yokesh,
You can take reference of the "Configurable PC" product on the e-commerce website. [1] For the data, you can refer plugins/ecommerce/data/DemoConfigurator.xml file. [1]: https://demo-trunk-ofbiz.apache.org:8443/ecommerce/configurable-pc-PC001-p Please let me know if you have any questions. Thanks and Regards -- Pritam Kute On Wed, Nov 14, 2018 at 2:30 PM [hidden email] < [hidden email]> wrote: > How to setup a configurable product in ofbiz, also how to map the > associated products within a configurable product to be shown in e commerce. > > > Regards, > Yokesh. > |
In reply to this post by ygk
For UI here you go -
https://demo-trunk.ofbiz.apache.org/catalog/control/EditProductConfigs?productId=PC001 To check the data model used, please review the DemoConfigurator.xml of ecommerce plugins in trunk. HTH -- Rishi Solanki Sr Manager, Enterprise Software Development! HotWax Systems Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxsystems.com www.hotwax.co On Wed, Nov 14, 2018 at 2:30 PM [hidden email] < [hidden email]> wrote: > How to setup a configurable product in ofbiz, also how to map the > associated products within a configurable product to be shown in e commerce. > > > Regards, > Yokesh. > |
On 2018/11/14 09:19:42, Rishi Solanki <[hidden email]> wrote: > For UI here you go - > https://demo-trunk.ofbiz.apache.org/catalog/control/EditProductConfigs?productId=PC001 > To check the data model used, please review the DemoConfigurator.xml of > ecommerce plugins in trunk. > > HTH > > -- > Rishi Solanki > Sr Manager, Enterprise Software Development! > HotWax Systems Pvt. Ltd. > Direct: +91-9893287847 > http://www.hotwaxsystems.com > www.hotwax.co > > > On Wed, Nov 14, 2018 at 2:30 PM [hidden email] < > [hidden email]> wrote: > > > How to setup a configurable product in ofbiz, also how to map the > > associated products within a configurable product to be shown in e commerce. > > > > > > Regards, > > Yokesh. > > > Thanks Rishi will check |
In reply to this post by ygk
Hi Yokesh,
If you prefer to understand it by using OFBiz as a standard user, let's follow below instructions. Let's configure a computer. 1 base computer, 1 RAM of 8Gb, 2 type of SSD (128 and 256) Create the computer with "Configurable Good" type. Define a sale price (around 800€ for a good one ;) Create the 8Gb RAM product whit "Finish Good" type. Define a sale price. Create 2 other Finish Good for SSD 128 and SSD 256 and define them a sale price. In the Web Application "Configurations" click on the "Create New" button _A choice for the RAM quantity :_ Config item type : Single Choice Config Item Name : Quantity of RAM => Click on the Update button You are now in the choice options. Create new configuration option, go to "Config Options" tab and in the "Create New Config Options" define the 8Gb RAM option. Config Option Name : 8Gb RAM (1x8Gb) Description : 8Gb RAM (1x8Gb) Sequence Num : 10 /(the first option in the list)/ The screen add a new screenlet "Add Product Component". Select the 8Gb RAM previously created and a Quantity of 1, sequ num 10 then click on the "Create" button. Now add another config option. In the "Edit Config Options" screenlet, click on the "Create New Config Options" button and create the new config options : Config Option Name : 16Gb RAM (2x8Gb) Description : 16Gb RAM (2x8Gb) Sequence Num : 20 In the "Add Product Component" add the same 8Gb RAM product but keyin 2 in quantity. _SSD Options_ Click the "[New Config Item]" button and do the same as the the RAM (but change the product for each config options) _*Link Computer and Config Options*_ Go to the application "Catalog", tab "Products", select the computer previously created then find the button "Configurations". Here, you'll find the "Add Products Configs" screenlet. Select the RAM in first and the sequence num 10. IMPORTANT !!! In the "Config Type Id" you MUST select "Question" to let the choice to the user. That's all. It's as simple as that ;) Le 14/11/2018 à 10:00, [hidden email] a écrit : > How to setup a configurable product in ofbiz, also how to map the associated products within a configurable product to be shown in e commerce. > > > Regards, > Yokesh. > |
On 2018/11/14 10:01:19, Julien NICOLAS <[hidden email]> wrote: > Hi Yokesh, > > If you prefer to understand it by using OFBiz as a standard user, let's > follow below instructions. > > > Let's configure a computer. > > 1 base computer, 1 RAM of 8Gb, 2 type of SSD (128 and 256) > > Create the computer with "Configurable Good" type. Define a sale price > (around 800€ for a good one ;) > > Create the 8Gb RAM product whit "Finish Good" type. Define a sale price. > > Create 2 other Finish Good for SSD 128 and SSD 256 and define them a > sale price. > > In the Web Application "Configurations" click on the "Create New" button > > _A choice for the RAM quantity :_ > > Config item type : Single Choice > > Config Item Name : Quantity of RAM > > => Click on the Update button > > You are now in the choice options. Create new configuration option, go > to "Config Options" tab and in the "Create New Config Options" define > the 8Gb RAM option. > > Config Option Name : 8Gb RAM (1x8Gb) > > Description : 8Gb RAM (1x8Gb) > > Sequence Num : 10 /(the first option in the list)/ > > The screen add a new screenlet "Add Product Component". > > Select the 8Gb RAM previously created and a Quantity of 1, sequ num 10 > then click on the "Create" button. > > Now add another config option. In the "Edit Config Options" screenlet, > click on the "Create New Config Options" button and create the new > config options : > > Config Option Name : 16Gb RAM (2x8Gb) > > Description : 16Gb RAM (2x8Gb) > > Sequence Num : 20 > > In the "Add Product Component" add the same 8Gb RAM product but keyin 2 > in quantity. > > _SSD Options_ > > Click the "[New Config Item]" button and do the same as the the RAM (but > change the product for each config options) > > _*Link Computer and Config Options*_ > > Go to the application "Catalog", tab "Products", select the computer > previously created then find the button "Configurations". > > Here, you'll find the "Add Products Configs" screenlet. Select the RAM > in first and the sequence num 10. > > IMPORTANT !!! In the "Config Type Id" you MUST select "Question" to let > the choice to the user. > > > That's all. It's as simple as that ;) > > > > Le 14/11/2018 à 10:00, [hidden email] a écrit : > > How to setup a configurable product in ofbiz, also how to map the associated products within a configurable product to be shown in e commerce. > > > > > > Regards, > > Yokesh. > > > Hope this really helps thnx nicolas, Regards, Yokesh. |
Banned User
|
This post was updated on .
In reply to this post by ygk
CONTENTS DELETED
The author has deleted this message.
|
The configurable product generally assemble after order. So production run
associated with order will create inventory for it, and then can be assigned to order item. This is what OFBiz services suggested to go with. -- Rishi Solanki Sr Manager, Enterprise Software Development HotWax Systems Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxsystems.com www.hotwax.co On Tue, Nov 20, 2018 at 12:53 AM <[hidden email]> wrote: > Can you receive an item that is a product configuration? How do you get > it in inventory? > > Thanks, > > James > > -------- Original Message -------- > Subject: Re: Product Configuration > From: Julien NICOLAS <[hidden email]> > Date: Wed, November 14, 2018 3:01 am > To: [hidden email] > > Hi Yokesh, > > If you prefer to understand it by using OFBiz as a standard user, let's > follow below instructions. > > > Let's configure a computer. > > 1 base computer, 1 RAM of 8Gb, 2 type of SSD (128 and 256) > > Create the computer with "Configurable Good" type. Define a sale price > (around 800€ for a good one ;) > > Create the 8Gb RAM product whit "Finish Good" type. Define a sale price. > > Create 2 other Finish Good for SSD 128 and SSD 256 and define them a > sale price. > > In the Web Application "Configurations" click on the "Create New" button > > _A choice for the RAM quantity :_ > > Config item type : Single Choice > > Config Item Name : Quantity of RAM > > => Click on the Update button > > You are now in the choice options. Create new configuration option, go > to "Config Options" tab and in the "Create New Config Options" define > the 8Gb RAM option. > > Config Option Name : 8Gb RAM (1x8Gb) > > Description : 8Gb RAM (1x8Gb) > > Sequence Num : 10 /(the first option in the list)/ > > The screen add a new screenlet "Add Product Component". > > Select the 8Gb RAM previously created and a Quantity of 1, sequ num 10 > then click on the "Create" button. > > Now add another config option. In the "Edit Config Options" screenlet, > click on the "Create New Config Options" button and create the new > config options : > > Config Option Name : 16Gb RAM (2x8Gb) > > Description : 16Gb RAM (2x8Gb) > > Sequence Num : 20 > > In the "Add Product Component" add the same 8Gb RAM product but keyin 2 > in quantity. > > _SSD Options_ > > Click the "[New Config Item]" button and do the same as the the RAM (but > > change the product for each config options) > > _*Link Computer and Config Options*_ > > Go to the application "Catalog", tab "Products", select the computer > previously created then find the button "Configurations". > > Here, you'll find the "Add Products Configs" screenlet. Select the RAM > in first and the sequence num 10. > > IMPORTANT !!! In the "Config Type Id" you MUST select "Question" to let > the choice to the user. > > > That's all. It's as simple as that ;) > > > > Le 14/11/2018 à 10:00, [hidden email] a écrit : > > How to setup a configurable product in ofbiz, also how to map the > associated products within a configurable product to be shown in e commerce. > > > > > > Regards, > > Yokesh. > > > |
Banned User
|
This post was updated on .
In reply to this post by ygk
CONTENTS DELETED
The author has deleted this message.
|
Hi James,
The entity "WorkOrderItemFulfillment" ties order with the production run. Thanks and Regards -- Pritam Kute On Tue, Nov 20, 2018 at 5:09 PM <[hidden email]> wrote: > Thanks Rishi. How does the production tie back to the sales order? Can > you see which order its for? > > -------- Original Message -------- > Subject: Re: Product Configuration > From: Rishi Solanki <[hidden email]> > Date: Mon, November 19, 2018 9:44 pm > To: ofbizuser <[hidden email]> > > The configurable product generally assemble after order. So production > run > associated with order will create inventory for it, and then can be > assigned to order item. This is what OFBiz services suggested to go > with. > > > -- > Rishi Solanki > Sr Manager, Enterprise Software Development > HotWax Systems Pvt. Ltd. > Direct: +91-9893287847 > http://www.hotwaxsystems.com > www.hotwax.co > > > On Tue, Nov 20, 2018 at 12:53 AM <[hidden email]> wrote: > > > Can you receive an item that is a product configuration? How do you get > > it in inventory? > > > > Thanks, > > > > James > > > > -------- Original Message -------- > > Subject: Re: Product Configuration > > From: Julien NICOLAS <[hidden email]> > > Date: Wed, November 14, 2018 3:01 am > > To: [hidden email] > > > > Hi Yokesh, > > > > If you prefer to understand it by using OFBiz as a standard user, let's > > follow below instructions. > > > > > > Let's configure a computer. > > > > 1 base computer, 1 RAM of 8Gb, 2 type of SSD (128 and 256) > > > > Create the computer with "Configurable Good" type. Define a sale price > > (around 800€ for a good one ;) > > > > Create the 8Gb RAM product whit "Finish Good" type. Define a sale price. > > > > Create 2 other Finish Good for SSD 128 and SSD 256 and define them a > > sale price. > > > > In the Web Application "Configurations" click on the "Create New" button > > > > _A choice for the RAM quantity :_ > > > > Config item type : Single Choice > > > > Config Item Name : Quantity of RAM > > > > => Click on the Update button > > > > You are now in the choice options. Create new configuration option, go > > to "Config Options" tab and in the "Create New Config Options" define > > the 8Gb RAM option. > > > > Config Option Name : 8Gb RAM (1x8Gb) > > > > Description : 8Gb RAM (1x8Gb) > > > > Sequence Num : 10 /(the first option in the list)/ > > > > The screen add a new screenlet "Add Product Component". > > > > Select the 8Gb RAM previously created and a Quantity of 1, sequ num 10 > > then click on the "Create" button. > > > > Now add another config option. In the "Edit Config Options" screenlet, > > click on the "Create New Config Options" button and create the new > > config options : > > > > Config Option Name : 16Gb RAM (2x8Gb) > > > > Description : 16Gb RAM (2x8Gb) > > > > Sequence Num : 20 > > > > In the "Add Product Component" add the same 8Gb RAM product but keyin 2 > > in quantity. > > > > _SSD Options_ > > > > Click the "[New Config Item]" button and do the same as the the RAM (but > > > > change the product for each config options) > > > > _*Link Computer and Config Options*_ > > > > Go to the application "Catalog", tab "Products", select the computer > > previously created then find the button "Configurations". > > > > Here, you'll find the "Add Products Configs" screenlet. Select the RAM > > in first and the sequence num 10. > > > > IMPORTANT !!! In the "Config Type Id" you MUST select "Question" to let > > the choice to the user. > > > > > > That's all. It's as simple as that ;) > > > > > > > > Le 14/11/2018 à 10:00, [hidden email] a écrit : > > > How to setup a configurable product in ofbiz, also how to map the > > associated products within a configurable product to be shown in e > commerce. > > > > > > > > > Regards, > > > Yokesh. > > > > > > |
Free forum by Nabble | Edit this page |