You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the case of a buyxgety promotion, the promotion is applied randomly to line items.
As illustrated below:
The promotion is applied to the first line, indicated by the presence of an adjustment.
When I increase the quantity, whether on the first line (with the promotion) or the second line, the promotion shifts to the second line.
Expected behavior
The adjustment should remain on the same line. For instance, if it’s a gift or a promotion and I have an adjustment, I would like to hide the quantity selector. This is because I don't want customers to be able to increase the quantity. Additionally, having the promo badge moving is weird.
Actual behavior
When the customer increases the quantity, the adjustment shifts to another line.
Package.json file
Node.js version
v22
Database and its version
16
Operating system name and version
MacOS
Browser name
Arc
What happended?
In the case of a
buyxgety
promotion, the promotion is applied randomly to line items.As illustrated below:

The promotion is applied to the first line, indicated by the presence of an
adjustment
.When I increase the quantity, whether on the first line (with the promotion) or the second line, the promotion shifts to the second line.

Expected behavior
The
adjustment
should remain on the same line. For instance, if it’s a gift or a promotion and I have anadjustment
, I would like to hide the quantity selector. This is because I don't want customers to be able to increase the quantity. Additionally, having the promo badge moving is weird.Actual behavior
When the customer increases the quantity, the
adjustment
shifts to another line.Link to reproduction repo
https://github.com/medusajs/medusa-starter-default
The text was updated successfully, but these errors were encountered: