Hello friends,
I am trying to set up a promo where if customer buys x amount of product - 'A' he gets product 'B' FREE. I was trying that using promo action - 'Gift With Purchase'. It works, if the free product is same as the buying product - like Buy product A and get 1 free. But I want buy product A and get 'product B' free. When I change the productID in Action to something else other than the buying product, promo does not work for me. It does not do anything. Any idea is really helpful. Thank you. |
Administrator
|
Ha, that's another problem... (but I have not time to look at it)
Jacques From: "su2" <[hidden email]> > > Hello friends, > > I am trying to set up a promo where if customer buys x amount of product - > 'A' he gets product 'B' FREE. > > I was trying that using promo action - 'Gift With Purchase'. > > It works, if the free product is same as the buying product - like Buy > product A and get 1 free. But I want buy product A and get 'product B' free. > When I change the productID in Action to something else other than the > buying product, promo does not work for me. It does not do anything. > > Any idea is really helpful. > > Thank you. > > > > -- > View this message in context: http://n4.nabble.com/Promo-Action-Gift-With-Purchase-tp277980p277980.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > |
Is there anywhere specific I can look at and can fix the issue ?
|
In reply to this post by su2
Hello Su2:
I can verify that this works in 4.x releases of the project. Not sure how well it works in 9.x versions. What release are you using? That may be a clue to solving your problem. Regards, Ruth su2 wrote: > Hello friends, > > I am trying to set up a promo where if customer buys x amount of product - > 'A' he gets product 'B' FREE. > > I was trying that using promo action - 'Gift With Purchase'. > > It works, if the free product is same as the buying product - like Buy > product A and get 1 free. But I want buy product A and get 'product B' free. > When I change the productID in Action to something else other than the > buying product, promo does not work for me. It does not do anything. > > Any idea is really helpful. > > Thank you. > > > > |
In reply to this post by su2
Check to make sure that the product you are trying to give away
actually has some stock available. I believe the promotion stops working if there is no inventory available i.e. "while stocks last". Regards Scott HotWax Media http://www.hotwaxmedia.com On 30/10/2009, at 5:24 AM, su2 wrote: > > Is there anywhere specific I can look at and can fix the issue ? > > Jacques Le Roux wrote: >> >> Ha, that's another problem... (but I have not time to look at it) >> >> Jacques >> >> From: "su2" <[hidden email]> >>> >>> Hello friends, >>> >>> I am trying to set up a promo where if customer buys x amount of >>> product >>> - >>> 'A' he gets product 'B' FREE. >>> >>> I was trying that using promo action - 'Gift With Purchase'. >>> >>> It works, if the free product is same as the buying product - like >>> Buy >>> product A and get 1 free. But I want buy product A and get >>> 'product B' >>> free. >>> When I change the productID in Action to something else other than >>> the >>> buying product, promo does not work for me. It does not do anything. >>> >>> Any idea is really helpful. >>> >>> Thank you. >>> >>> >>> >>> -- >>> View this message in context: >>> http://n4.nabble.com/Promo-Action-Gift-With-Purchase-tp277980p277980.html >>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>> >> >> >> > > -- > View this message in context: http://n4.nabble.com/Promo-Action-Gift-With-Purchase-tp277980p277989.html > Sent from the OFBiz - User mailing list archive at Nabble.com. smime.p7s (4K) Download Attachment |
Scott:
You are correct. If the product has been set up as having inventory, then the promotion will stop working if no inventory is available. At least that is how it works in the 4.x release. Regards, Ruth Scott Gray wrote: > Check to make sure that the product you are trying to give away > actually has some stock available. I believe the promotion stops > working if there is no inventory available i.e. "while stocks last". > > Regards > Scott > > HotWax Media > http://www.hotwaxmedia.com > > On 30/10/2009, at 5:24 AM, su2 wrote: > >> >> Is there anywhere specific I can look at and can fix the issue ? >> >> Jacques Le Roux wrote: >>> >>> Ha, that's another problem... (but I have not time to look at it) >>> >>> Jacques >>> >>> From: "su2" <[hidden email]> >>>> >>>> Hello friends, >>>> >>>> I am trying to set up a promo where if customer buys x amount of >>>> product >>>> - >>>> 'A' he gets product 'B' FREE. >>>> >>>> I was trying that using promo action - 'Gift With Purchase'. >>>> >>>> It works, if the free product is same as the buying product - like Buy >>>> product A and get 1 free. But I want buy product A and get 'product B' >>>> free. >>>> When I change the productID in Action to something else other than the >>>> buying product, promo does not work for me. It does not do anything. >>>> >>>> Any idea is really helpful. >>>> >>>> Thank you. >>>> >>>> >>>> >>>> -- >>>> View this message in context: >>>> http://n4.nabble.com/Promo-Action-Gift-With-Purchase-tp277980p277980.html >>>> >>>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>>> >>> >>> >>> >> >> -- >> View this message in context: >> http://n4.nabble.com/Promo-Action-Gift-With-Purchase-tp277980p277989.html >> >> Sent from the OFBiz - User mailing list archive at Nabble.com. > |
Hi Scott,
Item is in stock. 7 is in stock. Thanks.
|
Hi Scott,
You are right. ATP was 0 thats why it was not working. I changed it manually to 1 and it worked. But I am getting another issue. My Condition is I want to give only 1 Product B Free with any quantity of Product A. Example, If I buy 1 Book I get 1 pencil free or If I buy 10 books I get only 1 pencil free. But right now whats happening is it gives 10 pencils free with 10 books instead of 1. (Quantity of Item is becoming same as quantity of buying item.) In my Rules I have following: Conditions: X Quantity of Product; is Greater Than Equal to; 1 Conditions Products:book-123 Actions: Gift With Purchase;Quantity = 1;Item=Pencil-123 Actions Products: Pencil-123 I am not sure what I am missing. I really appreciate your help. Thank you.
|
Administrator
|
Quick answer : this could be related to https://issues.apache.org/jira/browse/OFBIZ-1560
Please check Jacques From: "su2" <[hidden email]> > Hi Scott, > > You are right. ATP was 0 thats why it was not working. I changed it manually > to 1 and it worked. > > But I am getting another issue. > > My Condition is I want to give only 1 Product B Free with any quantity of > Product A. Example, If I buy 1 Book I get 1 pencil free or If I buy 10 books > I get only 1 pencil free. > > But right now whats happening is it gives 10 pencils free with 10 books > instead of 1. (Quantity of Item is becoming same as quantity of buying > item.) > > In my Rules I have following: > > Conditions: > > X Amount of Product; is Greater Than Equal to; 1 > > Conditions Products:book-123 > > Actions: > > Gift With Purchase;Quantity = 1;Item=Pencil-123 > > Actions Products: Pencil-123 > > I am not sure what I am missing. > > I really appreciate your help. > > Thank you. > > > > su2 wrote: >> >> Hi Scott, >> >> Item is in stock. 7 is in stock. >> >> Thanks. >> >> Ruth Hoffman-2 wrote: >>> >>> Scott: >>> >>> You are correct. If the product has been set up as having inventory, >>> then the promotion will stop working if no inventory is available. At >>> least that is how it works in the 4.x release. >>> >>> Regards, >>> Ruth >>> Scott Gray wrote: >>>> Check to make sure that the product you are trying to give away >>>> actually has some stock available. I believe the promotion stops >>>> working if there is no inventory available i.e. "while stocks last". >>>> >>>> Regards >>>> Scott >>>> >>>> HotWax Media >>>> http://www.hotwaxmedia.com >>>> >>>> On 30/10/2009, at 5:24 AM, su2 wrote: >>>> >>>>> >>>>> Is there anywhere specific I can look at and can fix the issue ? >>>>> >>>>> Jacques Le Roux wrote: >>>>>> >>>>>> Ha, that's another problem... (but I have not time to look at it) >>>>>> >>>>>> Jacques >>>>>> >>>>>> From: "su2" <[hidden email]> >>>>>>> >>>>>>> Hello friends, >>>>>>> >>>>>>> I am trying to set up a promo where if customer buys x amount of >>>>>>> product >>>>>>> - >>>>>>> 'A' he gets product 'B' FREE. >>>>>>> >>>>>>> I was trying that using promo action - 'Gift With Purchase'. >>>>>>> >>>>>>> It works, if the free product is same as the buying product - like >>>>>>> Buy >>>>>>> product A and get 1 free. But I want buy product A and get 'product >>>>>>> B' >>>>>>> free. >>>>>>> When I change the productID in Action to something else other than >>>>>>> the >>>>>>> buying product, promo does not work for me. It does not do anything. >>>>>>> >>>>>>> Any idea is really helpful. >>>>>>> >>>>>>> Thank you. >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> View this message in context: >>>>>>> http://n4.nabble.com/Promo-Action-Gift-With-Purchase-tp277980p277980.html >>>>>>> >>>>>>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>>>>>> >>>>>> >>>>>> >>>>>> >>>>> >>>>> -- >>>>> View this message in context: >>>>> http://n4.nabble.com/Promo-Action-Gift-With-Purchase-tp277980p277989.html >>>>> >>>>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>>> >>> >>> >> >> > > -- > View this message in context: http://n4.nabble.com/Promo-Action-Gift-With-Purchase-tp277980p278236.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > |
Unfortunately this patch does not help!
|
There should be a use limit per order setting on the promotion
somewhere, setting it to one should do the trick. Regards Scott On 31/10/2009, at 8:19 AM, su2 wrote: > > Unfortunately this patch does not help! > > > Jacques Le Roux wrote: >> >> Quick answer : this could be related to >> https://issues.apache.org/jira/browse/OFBIZ-1560 >> >> Please check >> >> Jacques >> >> From: "su2" <[hidden email]> >>> Hi Scott, >>> >>> You are right. ATP was 0 thats why it was not working. I changed it >>> manually >>> to 1 and it worked. >>> >>> But I am getting another issue. >>> >>> My Condition is I want to give only 1 Product B Free with any >>> quantity of >>> Product A. Example, If I buy 1 Book I get 1 pencil free or If I >>> buy 10 >>> books >>> I get only 1 pencil free. >>> >>> But right now whats happening is it gives 10 pencils free with 10 >>> books >>> instead of 1. (Quantity of Item is becoming same as quantity of >>> buying >>> item.) >>> >>> In my Rules I have following: >>> >>> Conditions: >>> >>> X Amount of Product; is Greater Than Equal to; 1 >>> >>> Conditions Products:book-123 >>> >>> Actions: >>> >>> Gift With Purchase;Quantity = 1;Item=Pencil-123 >>> >>> Actions Products: Pencil-123 >>> >>> I am not sure what I am missing. >>> >>> I really appreciate your help. >>> >>> Thank you. >>> >>> >>> >>> su2 wrote: >>>> >>>> Hi Scott, >>>> >>>> Item is in stock. 7 is in stock. >>>> >>>> Thanks. >>>> >>>> Ruth Hoffman-2 wrote: >>>>> >>>>> Scott: >>>>> >>>>> You are correct. If the product has been set up as having >>>>> inventory, >>>>> then the promotion will stop working if no inventory is >>>>> available. At >>>>> least that is how it works in the 4.x release. >>>>> >>>>> Regards, >>>>> Ruth >>>>> Scott Gray wrote: >>>>>> Check to make sure that the product you are trying to give away >>>>>> actually has some stock available. I believe the promotion stops >>>>>> working if there is no inventory available i.e. "while stocks >>>>>> last". >>>>>> >>>>>> Regards >>>>>> Scott >>>>>> >>>>>> HotWax Media >>>>>> http://www.hotwaxmedia.com >>>>>> >>>>>> On 30/10/2009, at 5:24 AM, su2 wrote: >>>>>> >>>>>>> >>>>>>> Is there anywhere specific I can look at and can fix the issue ? >>>>>>> >>>>>>> Jacques Le Roux wrote: >>>>>>>> >>>>>>>> Ha, that's another problem... (but I have not time to look at >>>>>>>> it) >>>>>>>> >>>>>>>> Jacques >>>>>>>> >>>>>>>> From: "su2" <[hidden email]> >>>>>>>>> >>>>>>>>> Hello friends, >>>>>>>>> >>>>>>>>> I am trying to set up a promo where if customer buys x >>>>>>>>> amount of >>>>>>>>> product >>>>>>>>> - >>>>>>>>> 'A' he gets product 'B' FREE. >>>>>>>>> >>>>>>>>> I was trying that using promo action - 'Gift With Purchase'. >>>>>>>>> >>>>>>>>> It works, if the free product is same as the buying product >>>>>>>>> - like >>>>>>>>> Buy >>>>>>>>> product A and get 1 free. But I want buy product A and get >>>>>>>>> 'product >>>>>>>>> B' >>>>>>>>> free. >>>>>>>>> When I change the productID in Action to something else >>>>>>>>> other than >>>>>>>>> the >>>>>>>>> buying product, promo does not work for me. It does not do >>>>>>>>> anything. >>>>>>>>> >>>>>>>>> Any idea is really helpful. >>>>>>>>> >>>>>>>>> Thank you. >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> View this message in context: >>>>>>>>> http://n4.nabble.com/Promo-Action-Gift-With-Purchase-tp277980p277980.html >>>>>>>>> >>>>>>>>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> -- >>>>>>> View this message in context: >>>>>>> http://n4.nabble.com/Promo-Action-Gift-With-Purchase-tp277980p277989.html >>>>>>> >>>>>>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>>>>> >>>>> >>>>> >>>> >>>> >>> >>> -- >>> View this message in context: >>> http://n4.nabble.com/Promo-Action-Gift-With-Purchase-tp277980p278236.html >>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>> >> >> >> > > -- > View this message in context: http://n4.nabble.com/Promo-Action-Gift-With-Purchase-tp277980p278279.html > Sent from the OFBiz - User mailing list archive at Nabble.com. smime.p7s (4K) Download Attachment |
Hello su2,
"useLimitPerOrder" field is available in the entity "ProductPromo" set value 1 then it will apply only once for a order. Regards Brajesh Patel Scott Gray wrote: > There should be a use limit per order setting on the promotion > somewhere, setting it to one should do the trick. > > Regards > Scott > > On 31/10/2009, at 8:19 AM, su2 wrote: > >> >> Unfortunately this patch does not help! >> >> >> Jacques Le Roux wrote: >>> >>> Quick answer : this could be related to >>> https://issues.apache.org/jira/browse/OFBIZ-1560 >>> >>> Please check >>> >>> Jacques >>> >>> From: "su2" <[hidden email]> >>>> Hi Scott, >>>> >>>> You are right. ATP was 0 thats why it was not working. I changed it >>>> manually >>>> to 1 and it worked. >>>> >>>> But I am getting another issue. >>>> >>>> My Condition is I want to give only 1 Product B Free with any >>>> quantity of >>>> Product A. Example, If I buy 1 Book I get 1 pencil free or If I buy 10 >>>> books >>>> I get only 1 pencil free. >>>> >>>> But right now whats happening is it gives 10 pencils free with 10 >>>> books >>>> instead of 1. (Quantity of Item is becoming same as quantity of buying >>>> item.) >>>> >>>> In my Rules I have following: >>>> >>>> Conditions: >>>> >>>> X Amount of Product; is Greater Than Equal to; 1 >>>> >>>> Conditions Products:book-123 >>>> >>>> Actions: >>>> >>>> Gift With Purchase;Quantity = 1;Item=Pencil-123 >>>> >>>> Actions Products: Pencil-123 >>>> >>>> I am not sure what I am missing. >>>> >>>> I really appreciate your help. >>>> >>>> Thank you. >>>> >>>> >>>> >>>> su2 wrote: >>>>> >>>>> Hi Scott, >>>>> >>>>> Item is in stock. 7 is in stock. >>>>> >>>>> Thanks. >>>>> >>>>> Ruth Hoffman-2 wrote: >>>>>> >>>>>> Scott: >>>>>> >>>>>> You are correct. If the product has been set up as having inventory, >>>>>> then the promotion will stop working if no inventory is >>>>>> available. At >>>>>> least that is how it works in the 4.x release. >>>>>> >>>>>> Regards, >>>>>> Ruth >>>>>> Scott Gray wrote: >>>>>>> Check to make sure that the product you are trying to give away >>>>>>> actually has some stock available. I believe the promotion stops >>>>>>> working if there is no inventory available i.e. "while stocks >>>>>>> last". >>>>>>> >>>>>>> Regards >>>>>>> Scott >>>>>>> >>>>>>> HotWax Media >>>>>>> http://www.hotwaxmedia.com >>>>>>> >>>>>>> On 30/10/2009, at 5:24 AM, su2 wrote: >>>>>>> >>>>>>>> >>>>>>>> Is there anywhere specific I can look at and can fix the issue ? >>>>>>>> >>>>>>>> Jacques Le Roux wrote: >>>>>>>>> >>>>>>>>> Ha, that's another problem... (but I have not time to look at it) >>>>>>>>> >>>>>>>>> Jacques >>>>>>>>> >>>>>>>>> From: "su2" <[hidden email]> >>>>>>>>>> >>>>>>>>>> Hello friends, >>>>>>>>>> >>>>>>>>>> I am trying to set up a promo where if customer buys x amount of >>>>>>>>>> product >>>>>>>>>> - >>>>>>>>>> 'A' he gets product 'B' FREE. >>>>>>>>>> >>>>>>>>>> I was trying that using promo action - 'Gift With Purchase'. >>>>>>>>>> >>>>>>>>>> It works, if the free product is same as the buying product - >>>>>>>>>> like >>>>>>>>>> Buy >>>>>>>>>> product A and get 1 free. But I want buy product A and get >>>>>>>>>> 'product >>>>>>>>>> B' >>>>>>>>>> free. >>>>>>>>>> When I change the productID in Action to something else other >>>>>>>>>> than >>>>>>>>>> the >>>>>>>>>> buying product, promo does not work for me. It does not do >>>>>>>>>> anything. >>>>>>>>>> >>>>>>>>>> Any idea is really helpful. >>>>>>>>>> >>>>>>>>>> Thank you. >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> View this message in context: >>>>>>>>>> http://n4.nabble.com/Promo-Action-Gift-With-Purchase-tp277980p277980.html >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> View this message in context: >>>>>>>> http://n4.nabble.com/Promo-Action-Gift-With-Purchase-tp277980p277989.html >>>>>>>> >>>>>>>> >>>>>>>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>> >>>> -- >>>> View this message in context: >>>> http://n4.nabble.com/Promo-Action-Gift-With-Purchase-tp277980p278236.html >>>> >>>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>>> >>> >>> >>> >> >> -- >> View this message in context: >> http://n4.nabble.com/Promo-Action-Gift-With-Purchase-tp277980p278279.html >> >> Sent from the OFBiz - User mailing list archive at Nabble.com. > |
Please have a look on following link :
https://demo.ofbiz.org/catalog/control/EditProductPromo?productPromoId=9020 Surly, It helps you to get setting of "use limit per order" field for a promotion. Regards, -- Ratnesh Upadhyay On Sat, Oct 31, 2009 at 10:07 AM, Brajesh Patel < [hidden email]> wrote: > Hello su2, > > "useLimitPerOrder" field is available in the entity "ProductPromo" set > value 1 then it will apply only once for a order. > > Regards > Brajesh Patel > > > Scott Gray wrote: > >> There should be a use limit per order setting on the promotion somewhere, >> setting it to one should do the trick. >> >> Regards >> Scott >> >> On 31/10/2009, at 8:19 AM, su2 wrote: >> >> >>> Unfortunately this patch does not help! >>> >>> >>> Jacques Le Roux wrote: >>> >>>> >>>> Quick answer : this could be related to >>>> https://issues.apache.org/jira/browse/OFBIZ-1560 >>>> >>>> Please check >>>> >>>> Jacques >>>> >>>> From: "su2" <[hidden email]> >>>> >>>>> Hi Scott, >>>>> >>>>> You are right. ATP was 0 thats why it was not working. I changed it >>>>> manually >>>>> to 1 and it worked. >>>>> >>>>> But I am getting another issue. >>>>> >>>>> My Condition is I want to give only 1 Product B Free with any quantity >>>>> of >>>>> Product A. Example, If I buy 1 Book I get 1 pencil free or If I buy 10 >>>>> books >>>>> I get only 1 pencil free. >>>>> >>>>> But right now whats happening is it gives 10 pencils free with 10 books >>>>> instead of 1. (Quantity of Item is becoming same as quantity of buying >>>>> item.) >>>>> >>>>> In my Rules I have following: >>>>> >>>>> Conditions: >>>>> >>>>> X Amount of Product; is Greater Than Equal to; 1 >>>>> >>>>> Conditions Products:book-123 >>>>> >>>>> Actions: >>>>> >>>>> Gift With Purchase;Quantity = 1;Item=Pencil-123 >>>>> >>>>> Actions Products: Pencil-123 >>>>> >>>>> I am not sure what I am missing. >>>>> >>>>> I really appreciate your help. >>>>> >>>>> Thank you. >>>>> >>>>> >>>>> >>>>> su2 wrote: >>>>> >>>>>> >>>>>> Hi Scott, >>>>>> >>>>>> Item is in stock. 7 is in stock. >>>>>> >>>>>> Thanks. >>>>>> >>>>>> Ruth Hoffman-2 wrote: >>>>>> >>>>>>> >>>>>>> Scott: >>>>>>> >>>>>>> You are correct. If the product has been set up as having inventory, >>>>>>> then the promotion will stop working if no inventory is available. At >>>>>>> least that is how it works in the 4.x release. >>>>>>> >>>>>>> Regards, >>>>>>> Ruth >>>>>>> Scott Gray wrote: >>>>>>> >>>>>>>> Check to make sure that the product you are trying to give away >>>>>>>> actually has some stock available. I believe the promotion stops >>>>>>>> working if there is no inventory available i.e. "while stocks last". >>>>>>>> >>>>>>>> Regards >>>>>>>> Scott >>>>>>>> >>>>>>>> HotWax Media >>>>>>>> http://www.hotwaxmedia.com >>>>>>>> >>>>>>>> On 30/10/2009, at 5:24 AM, su2 wrote: >>>>>>>> >>>>>>>> >>>>>>>>> Is there anywhere specific I can look at and can fix the issue ? >>>>>>>>> >>>>>>>>> Jacques Le Roux wrote: >>>>>>>>> >>>>>>>>>> >>>>>>>>>> Ha, that's another problem... (but I have not time to look at it) >>>>>>>>>> >>>>>>>>>> Jacques >>>>>>>>>> >>>>>>>>>> From: "su2" <[hidden email]> >>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> Hello friends, >>>>>>>>>>> >>>>>>>>>>> I am trying to set up a promo where if customer buys x amount of >>>>>>>>>>> product >>>>>>>>>>> - >>>>>>>>>>> 'A' he gets product 'B' FREE. >>>>>>>>>>> >>>>>>>>>>> I was trying that using promo action - 'Gift With Purchase'. >>>>>>>>>>> >>>>>>>>>>> It works, if the free product is same as the buying product - >>>>>>>>>>> like >>>>>>>>>>> Buy >>>>>>>>>>> product A and get 1 free. But I want buy product A and get >>>>>>>>>>> 'product >>>>>>>>>>> B' >>>>>>>>>>> free. >>>>>>>>>>> When I change the productID in Action to something else other >>>>>>>>>>> than >>>>>>>>>>> the >>>>>>>>>>> buying product, promo does not work for me. It does not do >>>>>>>>>>> anything. >>>>>>>>>>> >>>>>>>>>>> Any idea is really helpful. >>>>>>>>>>> >>>>>>>>>>> Thank you. >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> -- >>>>>>>>>>> View this message in context: >>>>>>>>>>> >>>>>>>>>>> http://n4.nabble.com/Promo-Action-Gift-With-Purchase-tp277980p277980.html >>>>>>>>>>> >>>>>>>>>>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>> -- >>>>>>>>> View this message in context: >>>>>>>>> >>>>>>>>> http://n4.nabble.com/Promo-Action-Gift-With-Purchase-tp277980p277989.html >>>>>>>>> >>>>>>>>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>> -- >>>>> View this message in context: >>>>> >>>>> http://n4.nabble.com/Promo-Action-Gift-With-Purchase-tp277980p278236.html >>>>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>>>> >>>>> >>>> >>>> >>>> >>> -- >>> View this message in context: >>> http://n4.nabble.com/Promo-Action-Gift-With-Purchase-tp277980p278279.html >>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>> >> >> > |
Going through the threads, I want to establish one of the previous available Promotion where
Buy 'A' products X and get 'B' products Y I am using the stable version... e.g. Buy 3 products X and get 1 product Y.... Condition X quantity of product greater than 3, Action- Gift with purchase , qty 1 Now if I buy 6 products X,it does not give me 2 qty of Y rather 1. Use limit per order I tried with 3... Also, instead of products X it can be any product of Category "XX" Please let me know what could be done?
Thanks,
Dev Panda |
Free forum by Nabble | Edit this page |