Closed
Description
Related to this PR
Describe the bug
A clear and concise description of what went wrong.
Expected behavior
Explain what you expected to happen instead.
Steps to Reproduce
Steps to reproduce the behavior:
- Create a cart rule
1.1 Informations: without code
1.2 Conditions: Product selection demo_6
1.3 Actions: Free shipping + discount amount = 1euro tax included + Free gift (demo_11) - Add a product demo_11 to the cart
- Continue checkout
- Go to the BO > Order detail page
- Try to add demo_6 to the order
In this case, we have two behaviors
If the quantity of demo_11 = 1
=> the discount is well applied but quantity of demo_11 = 1 (not updated)
If the quantity of demo_11 > 1 (=2)
=> the discount is well applied and quantity of demo_11 = 2 (well updated)
Additional information
- PrestaShop version: 1.7.7.x
- PHP version: 7.2
Metadata
Metadata
Assignees
Labels
BranchCategory: Back OfficeType: BugLabel: Which BO under menu is concernedLabel: Which BO under menu is concernedResolution: issue closed because fixedSeverity: minor bug > https://build.prestashop.com/news/severity-classificationKanban prioritization: issue could be included in next versionComponent: Which BO section is concernedSolution: issue is being addressedType: regression
Activity
prestashop-issue-bot commentedon Oct 19, 2020
Thanks for opening this issue! We will help you to keep its state consistent
khouloudbelguith commentedon Oct 19, 2020
Ping @jolelievre @MatShir what do you think about the severity of this issue? is it minor or Major?
Thanks!
MatShir commentedon Oct 19, 2020
I would say Minor since it happens only when there is one product left.
19 remaining items