{"section":"known-issues","requestedLocale":"en","requestedSlug":"maximum-number-of-eligible-items-for-each-cart-more-for-less-applies-incorrect-discount-when-using-the-same-item","locale":"en","slug":"maximum-number-of-eligible-items-for-each-cart-more-for-less-applies-incorrect-discount-when-using-the-same-item","path":"docs/en/known-issues/Catalog/maximum-number-of-eligible-items-for-each-cart-more-for-less-applies-incorrect-discount-when-using-the-same-item.md","branch":"main","content":"## Summary\n\n\nWhen using a more for less discount along with another promotion that uses the \"maximum items per cart\" for the same item, both of them accumulating, in incorrect discount is given, exceeding the initially configured setup.\n\nThis happens due to the way that the checkout splits the items.\n\nFor instance, let's say you have a more for less promotion (A) set to give a \"100% discount for 1 item out of every 8 inserted in the cart\".\n\nAlong that, you have another promotion (B) that, for this same SKU, gives a 50% discount, limited to a maximum of 2 items.\n\n**What is expected**:\n\nIf 80 items are inserted on the checkout, a total of 11 items should be given for free.  10 coming from (A), 1 coming from (B).\n\n**What actually happens**:\n\nThe items are split into 3 different quantities in the checkout\n\n(1) those that only got the discount (A)\n(2) those that only got the discount (B)\n(3) those that got both discount (AB)\n\nHowever, line (2), which should have only 2 items with a 50% discount, actually replicates the 100% off from line (1), essentially giving 2 extra items off, in a total of 13 items, instead of 11.\n\n\n\n\n##\n\n## Simulation\n\n\nCreate a promotion scenario as described above or similar to it, using the \"maximum number of eligible items for each cart\" and a more for less promotion, both set to accumulate.\n\nIt is important to note that this issue only happens when **all of the promotions are configured for the same SKU**.\n\n\n##\n\n## Workaround\n\n\nn/a (avoid using these 2 specific setting together when operating with discounts for the same SKU)."}