#Price List configuration missing by min/max quantity

1 messages · Page 1 of 1 (latest)

honest lodge
#

I've been trying to set up a "bulk discount" on medusa but it seems the price list is missing a feature (configure by min or max quantity). I've read the docs and the feature should be available here. I've searched the entire admin panel and cant find it.

Any ideas why?

Thank you.

muted elbow
stuck dock
#

I am currently working on revamping the price list domain so it will be available soon 🙂

honest lodge
#

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.

shadow spade
#

Hi @honest lodge Could you able to fix the issue ?

muted elbow
#

@shadow spade One thread is enough

shadow spade
#

Can you share that please ?

shadow spade
honest lodge
#

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 :)

shadow spade
#

In the Pricing Module also, They have not implemented that Max or Min Order

stuck dock
shadow spade
#

Thank you @stuck dock We would be deeply grateful to you.

weary rivet
#

@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!

stuck dock
shadow spade
#

@stuck dock We are excited to see that

weary rivet
#

@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

stuck dock
shadow spade
shadow spade
#

@weary rivet Could you use Max or Min function under price list?

stuck dock
#

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

shadow spade
#

Thank you for the update @stuck dock

radiant fulcrum
#

Bump

Really need this feature since I'm working with a B2B site. Also want to request for a step quantity option.