Carsten Heinrigs
Carsten Heinrigs
With spree 2.4.6 and spree_related_products 2-4-stable, the Calculator doesn't work. This small change in 'app/models/spree/calculator/related_product_discount.rb' fixed it: ``` order.line_items.each do |li| mastervariant = li.variant.product.master if discount_applies_to.include? mastervariant discount = relations.detect...
Greetings, using the spree_product_zoom extension, we found several problems. Most obvious is the overwriting of the 'zoom.gif' below the main image (through showVariantImages in product.js.coffee). Also, the behavior in different...