Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-4766

PriceRule applies action to wrong priceType

    XMLWordPrintableJSON

Details

    Description

      If you create a PriceRule and add an action of type "PRICE_POD" (Percent of default price) I read this as:
      "take the default price and give an amount of x% to that"

      These rules are applied within the service "calculateProductPrice" (specifically in PriceServices.calcPriceResultFromRules). It calculates the amount of discount using the default price (as specified by the action of the rule). But then it adds this discount to the listPrice instead of the defaultPrice.

      An example:
      listPrice = 100,
      defaultPrice = 10,
      rule says you give 10% of defaultPrice,
      modifyAmount = -1 (this is the correct discount amount)
      result would be 100-1 = 99.

      I consider this to be a bug, not some sort of easter-egg feature
      I will attach a patch for this.

      Attachments

        1. PriceServices.java.patch
          0.9 kB
          Sebastian Leitner

        Activity

          People

            jleroux Jacques Le Roux
            sleitner Sebastian Leitner
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: