Re: Promo Code Discount Per Product

2015-04-13 Thread Robert Lasater
This is a very simple function. Why is it so complicated in OFBIZ? We want to put in a promo code that will give a percentage discount on a specific product. If we don't put a limit of 1 use per order, it applies the promo to every quantity which messes up the sales order and invoice, because it

Re: Promo Code Discount Per Product

2015-03-26 Thread Divesh Dutta
Hi Robert, What you are trying to achieve can be easily achieved using Price Rules of OFBiz . Thanks -- Divesh Dutta. On Wed, Mar 25, 2015 at 11:02 PM, Robert Lasater rob...@ineight.net wrote: We are looking for a way that a promo code will do a discount on a product price, despite the

Re: Promo Code Discount Per Product

2015-03-26 Thread Divesh Dutta
Also I guess you can put 0 in quantity field and give greater than or equal to in condition of your rule. In that way you can avoid quantity and then promotion will work for every product. Thanks -- Divesh Dutta. On Wed, Mar 25, 2015 at 11:02 PM, Robert Lasater rob...@ineight.net wrote: We are

Promo Code Discount Per Product

2015-03-25 Thread Robert Lasater
We are looking for a way that a promo code will do a discount on a product price, despite the quantity. The only way we can get it to work right now is to have a quantity in the promo rule. Does anyone know how to get the percent discount per product to work, no matter what the quantity ordered