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

fixes an error when related product is not available #16

Closed cea2k closed 12 years ago

cea2k commented 13 years ago

inside que select block products are filtered by deleted_at and available_on, but if available_on is nil then an exception raises. this patch fixes the condition and tests first if available on ir not nil.

JDutil commented 12 years ago

Fix is in master for 0.80.x and within 0-70-stable for older for spree apps.