Describe your bug or feature request.
Currently, when using the "Buy x get Y" offer, the quantity is set to "0" early on refresh.
When managing prices via pricelist, no price is resolved for a quantity of 0, causing the order refresh to crash.
We have several ways of fixing this... But I believe not crashing when no price is resolved is a good compromise...
The alternative could be to skip resolving a price when the quantity is 0? Perhaps that makes more sense.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3253104-option-2-3.patch | 758 bytes | jsacksick |
| #2 | 3253104-2.patch | 954 bytes | jsacksick |
Comments
Comment #2
jsacksick commentedComment #3
jsacksick commentedAttaching another approach. The first one doesn't seem to work as expected, need to investigate this more.
Comment #6
jsacksick commentedCommitted!