spree-contrib / spree_related_products

Related products extension for Spree Commerce.
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
149 stars 241 forks source link

Fix #137 - comparison of NilClass with BigDecimal failed #147

Closed mcocaro closed 4 years ago

mcocaro commented 7 years ago

Here's an attempt at resolving the scenario in which there are no related products with no discount on the DB. The original implementation was returning nil but Spree 3.1 is using the return of compare and adding it to the total so the sum operation was failing. The fix proposed here is to return 0 when the promotion is not eligible, plus to compare for master products instead of specific variants.

damianlegawiec commented 4 years ago

Merged via https://github.com/spree-contrib/spree_related_products/pull/182