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

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

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

Pierre Smits commented on OFBIZ-12450:
--------------------------------------

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)