You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Pradeep Choudhary (JIRA)" <ji...@apache.org> on 2019/03/30 12:35:00 UTC

[jira] [Commented] (OFBIZ-10532) Default value flags not working for configurable and variant products at the time of order entry

    [ https://issues.apache.org/jira/browse/OFBIZ-10532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16805802#comment-16805802 ] 

Pradeep Choudhary commented on OFBIZ-10532:
-------------------------------------------

I was looking into this issue, here are my findings,

When the user selects the configurable product on order entry page, checks default flags and click 'Add to order' button, it redirects the user to Configure Product page.

As I checked, all the selected parameters like 'default flags for next entry' are also available in the request on this screen. But, as the user clicks 'Add to Order' from the configure product page, existing request parameters get removed and only form params forwarded to next response page.

Need to check this issue, how can we set the existing request params with the configure product form.

> Default value flags not working for configurable and variant products at the time of order entry
> ------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-10532
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10532
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: order
>    Affects Versions: Trunk
>            Reporter: Deepak Nigam
>            Assignee: Pradeep Choudhary
>            Priority: Major
>
> On adding configurable/variant products to the cart, default value flags i.e. 'Use as default desired delivery date for next entry' and 'Use as default comment for next entry' are not working. Flags are working fine for simple products. Below are the steps to regenerate the issue:
> 1) Log in to 'ordermgr' with credentials admin/ofbiz.
> 2) Click on the 'Order Entry' menu.
> 3) In the 'Sales Order' section enter the values and click on the 'Continue' link.
> 4) Leave the fields on the next page as it is and click on the 'Continue' link.
> 5) Select any configurable product (e.g. pizza) or variant (e.g. WG-9943) and enter quantity.
> 6) Enter the 'Desired Delivery Date' and click on the adjacent checkbox 'Use as default desired delivery date for next entry'.
> 7) Enter the 'Comment' and click on the adjacent checkbox 'Use as default comment for next entry'.
> 8) Click on the 'Add To Cart' button. You will be landed on the next screen for selecting the variant or configuring the product.
> 9) After configuration click on 'Add To Cart' button again. 
> Item will be added to cart but the default values will not be available for the next entry. This feature is working fine for the simple products like Tiny Gizmo (Tiny Gizmo).
> Most probably values are not getting persisted on the second screen for variants and configurable products and it is causing the issue.
>  
>  
>  
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)