[jira] [Comment Edited] (OFBIZ-12450) Price Rules: Price rules configurations are not syncing with eCommerce storefront

2021-12-17 Thread Pierre Smits (Jira)


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

Pierre Smits edited comment on OFBIZ-12450 at 12/17/21, 12:03 PM:
--

Price calculations working with price rules is done through PriceServices.java 
in function makeProducePriceRuleList

According to the code price calculations should work for following conditions 
(as referenced in the description):
 * Product Category (productCateogryId
 * Product Id (both productId and pvirtualProductId)
 * Party (partyId)

And there are others referenced (based on records in the Enumeration table with 
enumTypeId="PROD_PRICE_IN_PARAM")


was (Author: pfm.smits):
Price calculations working with price rules is done through PriceServices.java

According to the code price calculations should work for following conditions 
(as referenced in the description):
 * Product Category (productCateogryId
 * Product Id (both productId and pvirtualProductId)
 * Party (partyId)

And there are others referenced (based on records in the Enumeration table with 
enumTypeId="PROD_PRICE_IN_PARAM")

> Price Rules: Price rules configurations are not syncing with eCommerce 
> storefront
> -
>
> Key: OFBIZ-12450
> URL: https://issues.apache.org/jira/browse/OFBIZ-12450
> Project: OFBiz
>  Issue Type: Bug
>  Components: product/catalog
>Affects Versions: Trunk
>Reporter: Justine Nowak
>Assignee: Pierre Smits
>Priority: Critical
>  Labels: user-experience
>
> When adding a Price Rule, whether it be a Product Category, Product, Party, 
> Party Classification, the system doesn't show a price difference.
> The price rules work with the Database as they do get changed when saved. But 
> their functionality doesn't work, it won't give a price increase or decrease 
> or restriction.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Comment Edited] (OFBIZ-12450) Price Rules: Price rules configurations are not syncing with eCommerce storefront

2021-12-17 Thread Pierre Smits (Jira)


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

Pierre Smits edited comment on OFBIZ-12450 at 12/17/21, 10:19 AM:
--

According to the code, price calculations for Party Classification 
(PRIP_PARTY_CLAS) is still marked as TODO.

At line 1197 PRIP_PARTY_CLASS is evaluated as an inputParamEnumId of 
productPricCond


was (Author: pfm.smits):
According to the code, price calculations for Party Classification is still 
marked as TODO.

> Price Rules: Price rules configurations are not syncing with eCommerce 
> storefront
> -
>
> Key: OFBIZ-12450
> URL: https://issues.apache.org/jira/browse/OFBIZ-12450
> Project: OFBiz
>  Issue Type: Bug
>  Components: product/catalog
>Affects Versions: Trunk
>Reporter: Justine Nowak
>Assignee: Pierre Smits
>Priority: Critical
>  Labels: user-experience
>
> When adding a Price Rule, whether it be a Product Category, Product, Party, 
> Party Classification, the system doesn't show a price difference.
>  
> The price rules work with the Database as they do get changed when saved. But 
> their functionality doesn't work, it won't give a price increase or decrease 
> or restriction.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)