[ https://issues.apache.org/jira/browse/OFBIZ-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12677905#action_12677905 ]
Raj Saini commented on OFBIZ-1560: ---------------------------------- Hi Jacques, It mean to apply the Z% discount to all the quantities of the X product. Let me explain a bit what I wanted to achieve. Let us say we want to offer a quantity discount if a customer buys minimum five number of product X. If customer buys just four numbers we don't want to give this discount. And the discount is Z% of the product price. This was not working when I tested it (almost one year back). The problem was the price % discount was applied irrespective of the number of items in the cart. For example if a customer buys just one number of the product X, Z% discount was offered. For condition I used "X Quantities Product" Is Greater Than or Equal is <Qty (e.g.10)> For Action I used "X Product for Y Discount" <Amount (e.g. 10)> Thanks > Promotion rule for quantity discount not working > ------------------------------------------------ > > Key: OFBIZ-1560 > URL: https://issues.apache.org/jira/browse/OFBIZ-1560 > Project: OFBiz > Issue Type: Bug > Components: ecommerce, product > Affects Versions: SVN trunk > Environment: Firefox 2.0, Ubuntu 7.10 > Reporter: Raj Saini > Priority: Minor > > Promotion rule for quantity discount does not work properly. For example if > the X product in shopping cart has Qty >= Y, apply Z% discount to all the > quantities in the shopping cart. > I have created the following action to achieve the above: > X Product for Y% discount - Can get the discounted price but this promotion > applies to every item i.e. it does not consider the minimum quantity limit. > If I create the following condition: > X quantity of Product - It does apply the minimum quantity condition but > applies discount to the item above X. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.