The plugin crashes when accessing the feed with invalid value for BigDecimal(): "" if there are products where product.price is nil, because there's no nil check here:
def price(product)
::Spree::Money.new(product.price).money.format(symbol: false, with_currency: true)
end