You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Mart Naum (Jira)" <ji...@apache.org> on 2021/08/06 07:14:00 UTC

[jira] [Updated] (OFBIZ-12298) Wrong price calculation for productConfigProduct

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

Mart Naum updated OFBIZ-12298:
------------------------------
    Description: 
The enchiladas are implemented in the backend using productConfigProduct. For the standard product, the cheese enchiladas, the productPrice is configured to be 6 USD. The productPrice for fajita beef enchiladas is 8 USD.

However, the order in the webshop shows a price of 12 USD for a single order of cheese enchiladas. That's exactly double the price stored in productPrice. On the other hand the price calculation for the fajita beef enchiladas seems to be correct.

I experimented a bit with productConfigProduct and saw that the price always doubles in the ecommerce UI as well as in the resulting order when the productConfigProduct is identical to the parent product of this product configuration. This is so also the case with the configurable PC. I assume there is a glitch within the price calculation for productConfigProducts.

 

Update: When I add enchiladas to a shoppingList, the shoppingList shows the correct price of 6USD.

  was:
The enchiladas are implemented in the backend using productConfigProduct. For the standard product, the cheese enchiladas, the productPrice is configured to be 6 USD. The productPrice for fajita beef enchiladas is 8 USD.

However, the order in the webshop shows a price of 12 USD for a single order of cheese enchiladas. That's exactly double the price stored in productPrice. On the other hand the price calculation for the fajita beef enchiladas seems to be correct.

I experimented a bit with productConfigProduct and saw that the price always doubles in the ecommerce UI as well as in the resulting order when the productConfigProduct is identical to the parent product of this product configuration. This is so also the case with the configurable PC. I assume there is a glitch within the price calculation for productConfigProducts.


> Wrong price calculation for productConfigProduct
> ------------------------------------------------
>
>                 Key: OFBIZ-12298
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-12298
>             Project: OFBiz
>          Issue Type: Bug
>          Components: product
>            Reporter: Mart Naum
>            Priority: Major
>
> The enchiladas are implemented in the backend using productConfigProduct. For the standard product, the cheese enchiladas, the productPrice is configured to be 6 USD. The productPrice for fajita beef enchiladas is 8 USD.
> However, the order in the webshop shows a price of 12 USD for a single order of cheese enchiladas. That's exactly double the price stored in productPrice. On the other hand the price calculation for the fajita beef enchiladas seems to be correct.
> I experimented a bit with productConfigProduct and saw that the price always doubles in the ecommerce UI as well as in the resulting order when the productConfigProduct is identical to the parent product of this product configuration. This is so also the case with the configurable PC. I assume there is a glitch within the price calculation for productConfigProducts.
>  
> Update: When I add enchiladas to a shoppingList, the shoppingList shows the correct price of 6USD.



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