#Price List configuration missing by min/max quantity
1 messages · Page 1 of 1 (latest)
It's in the backlog as far as I know: https://github.com/medusajs/admin/issues/861
I am currently working on revamping the price list domain so it will be available soon 🙂
awesome. by the way, I've come across other people mention the same but is the min/max setting in pricelist working? I set it using the API but cart doesn't seem to acknowledge it.
Hi @honest lodge Could you able to fix the issue ?
@shadow spade One thread is enough
Can you share that please ?
Hi Kasper. Thank you for your help. Can we get an esimate date when we will get it.. We are in dare need.
hi @shadow spade I haven't, but in the latest release they mentioned a Pricing Module. If I understand correctly it will solve this issue too, so best to wait for now :)
In the Pricing Module also, They have not implemented that Max or Min Order
Trying to get it in by next release, which would be end of this week/next week
Thank you @stuck dock We would be deeply grateful to you.
@stuck dock what does the revamping of the price list domain entail? Will it support more flexible configuration rules as well? We were about to start building Bundle and Bulk discounts, but seeing this thread we will hold of and see what this release brings!
No new features, just proper support for the ones that were never properly implemented (min/max quantity requirements) and a new UI for making it easier to manage creating and editing Price Lists.
@stuck dock We are excited to see that
@stuck dock does this also includes fixes when min/max quantity is (re)calculated? I.e. I just tested a price list with a min quantity, where that price override only gets applied if you directly add the item to the cart with the quantity selection of the price override. When you incrementally add the same item, it uses original pricing.
Setup:
- Create a product X with price 10€
- Create a price list with override for product X to 8€ when min_quantity = 2
Scenario 1:
- Create cart and add 1 product X, price is 10€, this is correct
- On the same cart add 1 product X, price is 20€, this is not correct
Scenario 2:
- Create cart and add 2 product X, price is 16€, this is correct
- On the same cart remove 1 product X, price is 8€, this is not correct
I think in cart updates / line item updates there should be added a recalculation of the variant price with the quantity on the cart
Yes there is an open PR to fix that 🙂
Hi. Is the Min / Max function added in the last Release?
@weary rivet Could you use Max or Min function under price list?
No it wasn’t included in this release the PR is opened but needs to be reviewed 🙂
But the fix to the functionality was included so if you create prices with min/max quantity requirements using the API they should now work correctly
Thank you for the update @stuck dock
Bump
Really need this feature since I'm working with a B2B site. Also want to request for a step quantity option.