[jira] [Updated] (OFBIZ-11970) Add to cart is not working for products with selectable features

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-11970) Add to cart is not working for products with selectable features

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-11970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ravi Lodhi updated OFBIZ-11970:
-------------------------------
    Description:
Issue-1: Steps to regenerate:

1. Visit the [https://demo-trunk.ofbiz.apache.org/ecommerce/control/main].
 2. Select the "Giant Widget with feature explosion" from the Popular Categories section on home page. You will be redirected to product detail page.
 3. Select color and size from the respective dropdowns and click on Add To Cart button.
 4. Product is not getting added in cart.

Error on browser console:
{code:java}
getJs?name=ProductDetail:52 Uncaught TypeError: Cannot read property 'value' of undefined
 at addItem (getJs?name=ProductDetail:52)
 at <anonymous>:1:12
addItem @ getJs?name=ProductDetail:52
(anonymous) @ VM1370:1

{code}
 

 

Expected: Product should be added successfully.

 

  was:
Steps to regenerate:

1. Visit the [https://demo-trunk.ofbiz.apache.org/ecommerce/control/main].
 2. Select the "Giant Widget with feature explosion" from the Popular Categories section on home page. You will be redirected to product detail page.
 3. Select color and size from the respective dropdowns and click on Add To Cart button.
 4. Product is not getting added in cart.

Error on browser console:

{code}

getJs?name=ProductDetail:52 Uncaught TypeError: Cannot read property 'value' of undefined
 at addItem (getJs?name=ProductDetail:52)
 at <anonymous>:1:12
addItem @ getJs?name=ProductDetail:52
(anonymous) @ VM1370:1

{code} 

 

Expected: Product should be added successfully.

 


> Add to cart is not working for products with selectable features
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-11970
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-11970
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: Release Branch 18.12, Release Branch 17.12, Trunk
>            Reporter: Ravi Lodhi
>            Priority: Major
>         Attachments: addToCartProductWithVariantExplosionError.png
>
>
> Issue-1: Steps to regenerate:
> 1. Visit the [https://demo-trunk.ofbiz.apache.org/ecommerce/control/main].
>  2. Select the "Giant Widget with feature explosion" from the Popular Categories section on home page. You will be redirected to product detail page.
>  3. Select color and size from the respective dropdowns and click on Add To Cart button.
>  4. Product is not getting added in cart.
> Error on browser console:
> {code:java}
> getJs?name=ProductDetail:52 Uncaught TypeError: Cannot read property 'value' of undefined
>  at addItem (getJs?name=ProductDetail:52)
>  at <anonymous>:1:12
> addItem @ getJs?name=ProductDetail:52
> (anonymous) @ VM1370:1
> {code}
>  
>  
> Expected: Product should be added successfully.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)