wearepixel / laravel-cart

MIT License
5 stars 1 forks source link

Cart conditions break when one brings the subtotal to 0, and another adds to the subtotal (in that order) #7

Closed joelwmale closed 2 months ago

joelwmale commented 2 months ago

Take for instance:

  1. A condition to make the subtotal $0
  2. A condition to add shipping cost

Right now the second condition does not get applied even though it should since it's order is after the condition to make the subtotal 0.