You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Mridul Pathak (JIRA)" <ji...@apache.org> on 2015/09/19 13:07:04 UTC

[jira] [Commented] (OFBIZ-5998) Use Limit Per Order Issue - Product Promo

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

Mridul Pathak commented on OFBIZ-5998:
--------------------------------------

This is the expected behavior of the system. The field defines itself,
* If set to 1, a promotion would apply only once on an order if the condition is satisfied
* If set to n>1, a promotion could apply up to n times on a single order until the condition is satisfied
* If not set, a promotion could apply any number of times on a single order until the condition is met

A usual best practice is to set it to 1 always if you need the promotion to be applied only once on an order. Think of a promotion with promo code, a promo code could be applied to same order multiple times or you could restrict it for single usage.

The field is handled correctly hence we can't consider this behavior a bug.

> Use Limit Per Order Issue - Product Promo
> -----------------------------------------
>
>                 Key: OFBIZ-5998
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5998
>             Project: OFBiz
>          Issue Type: Bug
>          Components: product
>            Reporter: Robert Lasater
>            Assignee: Mridul Pathak
>            Priority: Minor
>
> The Product Promo field 'Use Limit Per Order' - should require a value for the field. If let empty, the promo gets applied twice to every quantity, if using a percentage discount.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)