- Issue created by @andriic
- Merge request !440Issue #3521073: respect quantity param in ChainPriceResolver → (Closed) created by andriic
- 🇮🇱Israel jsacksick
The issue is that DefaultPriceResolver will always be first in the list.
That isn't true.
On multiple projects I use the commerce_pricelist → module which defines a price resolver.
The price resolver the module defines has a priority of 600, and therefore it is invoked first.See the attached screenshot.
- 🇺🇦Ukraine andriic
thanks @jsacksick.
Yeah, that's correct. I've confused quantity with weight.
Closing the issue.