Hello,
For a configurable good sales order https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderview?orderId=WSCO10001 or for "PIZZA" product Where could I find different selected options - (variant) products - compose the main product (ENCHILDAS / PIZZA) ? I don't see this information into the related configurable good configuration (productId = 1000) Thanks Eric |
the easiest way to look at it is in the specialpurpose/ecommerce/data
folder. I think the DemoConfigurator.xml is the file but there may be more in the DemoProduct.xml from a UI point of view https://demo-trunk.ofbiz.apache.org/catalog/control/main click on democatalog then click on FOOD-001 Then click on ENCHILADAS or PIZZA this will bring you to the product page and you can view how it was done. to see the configuration click on Configurations ========================= BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=93> Specialtymarket.com <http://www.specialtymarket.com/> Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro> eric sent the following on 5/4/2010 6:36 AM: > Hello, > > For a configurable good sales order > https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderview?orderId=WSCO10001 > or for "PIZZA" product > > Where could I find different selected options - (variant) products - > compose the main product (ENCHILDAS / PIZZA) ? > I don't see this information into the related configurable good > configuration (productId = 1000) > > Thanks > > Eric > |
Thanks BJ,
My problem comes when sales order is submitted In order page https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderview?orderId=WSCO10001 How could I know selected (bought) option(s) by the customer ? Eric ========================= the easiest way to look at it is in the specialpurpose/ecommerce/data folder. I think the DemoConfigurator.xml is the file but there may be more in the DemoProduct.xml from a UI point of view https://demo-trunk.ofbiz.apache.org/catalog/control/main click on democatalog then click on FOOD-001 Then click on ENCHILADAS or PIZZA this will bring you to the product page and you can view how it was done. to see the configuration click on Configurations ========================= BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=93> Specialtymarket.com <http://www.specialtymarket.com/> Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro> eric sent the following on 5/4/2010 6:36 AM: > Hello, > > For a configurable good sales order > https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderview?orderId=WSCO10001 > or for "PIZZA" product > > Where could I find different selected options - (variant) products - > compose the main product (ENCHILDAS / PIZZA) ? > I don't see this information into the related configurable good > configuration (productId = 1000) > > Thanks > > Eric > |
In reply to this post by BJ Freeman
as far as I can tell the item was not completed correctly in code.
https://demo-trunk.ofbiz.apache.org/webtools/control/FindGeneric?entityName=OrderItem search for WSCO10001 ========================= BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=93> Specialtymarket.com <http://www.specialtymarket.com/> Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro> eric sent the following on 5/4/2010 10:15 AM: > Thanks BJ, > > My problem comes when sales order is submitted > In order page > https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderview?orderId=WSCO10001 > > How could I know selected (bought) option(s) by the customer ? > > Eric > > ========================= > > > the easiest way to look at it is in the specialpurpose/ecommerce/data > folder. > I think the DemoConfigurator.xml is the file but there may be more in > the DemoProduct.xml > > from a UI point of view > https://demo-trunk.ofbiz.apache.org/catalog/control/main > click on democatalog > then click on FOOD-001 > Then click on ENCHILADAS or PIZZA > this will bring you to the product page and you can view how it was done. > to see the configuration click on Configurations > > ========================= > BJ Freeman > http://bjfreeman.elance.com > Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=93> > Specialtymarket.com <http://www.specialtymarket.com/> > > Systems Integrator-- Glad to Assist > > Chat Y! messenger: bjfr33man > <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro> > > > eric sent the following on 5/4/2010 6:36 AM: >> Hello, >> >> For a configurable good sales order >> https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderview?orderId=WSCO10001 >> or for "PIZZA" product >> >> Where could I find different selected options - (variant) products - >> compose the main product (ENCHILDAS / PIZZA) ? >> I don't see this information into the related configurable good >> configuration (productId = 1000) >> >> Thanks >> >> Eric >> > > > |
In reply to this post by BJ Freeman
if you get to the product like I showed before you can also view the
orders for the product. I don't see any order for the product in you show in your order. https://demo-trunk.ofbiz.apache.org/catalog/control/viewProductOrder ========================= BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=93> Specialtymarket.com <http://www.specialtymarket.com/> Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro> BJ Freeman sent the following on 5/4/2010 10:48 AM: > as far as I can tell the item was not completed correctly in code. > https://demo-trunk.ofbiz.apache.org/webtools/control/FindGeneric?entityName=OrderItem > search for WSCO10001 > > > ========================= > BJ Freeman > http://bjfreeman.elance.com > Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=93> > Specialtymarket.com <http://www.specialtymarket.com/> > > Systems Integrator-- Glad to Assist > > Chat Y! messenger: bjfr33man > <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro> > > > eric sent the following on 5/4/2010 10:15 AM: >> Thanks BJ, >> >> My problem comes when sales order is submitted >> In order page >> https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderview?orderId=WSCO10001 >> >> How could I know selected (bought) option(s) by the customer ? >> >> Eric >> >> ========================= >> >> >> the easiest way to look at it is in the specialpurpose/ecommerce/data >> folder. >> I think the DemoConfigurator.xml is the file but there may be more in >> the DemoProduct.xml >> >> from a UI point of view >> https://demo-trunk.ofbiz.apache.org/catalog/control/main >> click on democatalog >> then click on FOOD-001 >> Then click on ENCHILADAS or PIZZA >> this will bring you to the product page and you can view how it was done. >> to see the configuration click on Configurations >> >> ========================= >> BJ Freeman >> http://bjfreeman.elance.com >> Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=93> >> Specialtymarket.com <http://www.specialtymarket.com/> >> >> Systems Integrator-- Glad to Assist >> >> Chat Y! messenger: bjfr33man >> <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro> >> >> >> eric sent the following on 5/4/2010 6:36 AM: >>> Hello, >>> >>> For a configurable good sales order >>> https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderview?orderId=WSCO10001 >>> or for "PIZZA" product >>> >>> Where could I find different selected options - (variant) products - >>> compose the main product (ENCHILDAS / PIZZA) ? >>> I don't see this information into the related configurable good >>> configuration (productId = 1000) >>> >>> Thanks >>> >>> Eric >>> >> >> > > > |
In reply to this post by Eric DE MAULDE
Hi Eric
All orders for Configurable products create a Production Run in the Manufacturing application. From the sales order click on the production run id then look at the materials list and you will see what the customer has selected. In your example I can see that the customer ordered enchiladas with jalapenos. Hope this helps. Thanks Sharan |
In reply to this post by Eric DE MAULDE
thanks the production run button was not on the screen in tomhawk till i
changed to flat grey theme then back. Strange. ========================= BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=93> Specialtymarket.com <http://www.specialtymarket.com/> Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro> Sharan-F sent the following on 5/4/2010 2:20 PM: > Hi Eric > > All orders for Configurable products create a Production Run in the > Manufacturing application. > >>From the sales order click on the production run id then look at the > materials list and you will see what the customer has selected. In your > example I can see that the customer ordered enchiladas with jalapenos. > > Hope this helps. > > Thanks > Sharan |
In reply to this post by Eric DE MAULDE
did you notice that is does not show up
https://demo-trunk.ofbiz.apache.org/catalog/control/viewProductOrder for enchilada ========================= BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=93> Specialtymarket.com <http://www.specialtymarket.com/> Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro> Sharan-F sent the following on 5/4/2010 2:20 PM: > Hi Eric > > All orders for Configurable products create a Production Run in the > Manufacturing application. > >>From the sales order click on the production run id then look at the > materials list and you will see what the customer has selected. In your > example I can see that the customer ordered enchiladas with jalapenos. > > Hope this helps. > > Thanks > Sharan |
Thank you very much Sharan,
"Product run id" button shows ordered configurable options Eric -----Original Message----- did you notice that is does not show up https://demo-trunk.ofbiz.apache.org/catalog/control/viewProductOrder for enchilada ========================= BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=93> Specialtymarket.com <http://www.specialtymarket.com/> Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro> Sharan-F sent the following on 5/4/2010 2:20 PM: > Hi Eric > > All orders for Configurable products create a Production Run in the > Manufacturing application. > >>From the sales order click on the production run id then look at the > materials list and you will see what the customer has selected. In your > example I can see that the customer ordered enchiladas with jalapenos. > > Hope this helps. > > Thanks > Sharan |
Administrator
|
In reply to this post by BJ Freeman
Yes weird, it seems I saw the same (switching to Tomahaw instead of Flat Grey), I may be wrong..
Jacques BJ Freeman wrote: > thanks the production run button was not on the screen in tomhawk till i > changed to flat grey theme then back. > Strange. > > > ========================= > BJ Freeman > http://bjfreeman.elance.com > Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=93> > Specialtymarket.com <http://www.specialtymarket.com/> > > Systems Integrator-- Glad to Assist > > Chat Y! messenger: bjfr33man > <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro> > > > Sharan-F sent the following on 5/4/2010 2:20 PM: >> Hi Eric >> >> All orders for Configurable products create a Production Run in the >> Manufacturing application. >> >>> From the sales order click on the production run id then look at the >> materials list and you will see what the customer has selected. In your >> example I can see that the customer ordered enchiladas with jalapenos. >> >> Hope this helps. >> >> Thanks >> Sharan |
Free forum by Nabble | Edit this page |