You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2009/03/01 21:07:12 UTC

[jira] Commented: (OFBIZ-1560) Promotion rule for quantity discount not working

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

Jacques Le Roux commented on OFBIZ-1560:
----------------------------------------

Hi Raj,

Your example is 
{quote}if the X product in shopping cart has Qty >= Y, apply Z% discount to all the quantities in the shopping cart.{quote}
Does this really means
 "apply Z% discount to all the quantities in the shopping cart." 
or only 
"apply Z% discount to all the quantities of the product X" ?

Which operator did you use in the condition ?

For the action, why not using "Order percent discount"  (if you really want to have  "Z% discount to all the quantities in the shopping cart.". But I suppose you are looking for something else)

In other words, can you elaborate a bit more 
* what you are looking for, 
* how did you try to achieve it
* what did you expect as results 
* and what you really got

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.