QuintinAdam / spree_flexi_variants

Spree extension to create product variants as-needed. Spree 3.0+
https://github.com/QuintinAdam/spree_flexi_variants
BSD 3-Clause "New" or "Revised" License
27 stars 38 forks source link

Fixed "Unable to add to cart" issue added by spree 3.3 #16

Closed gbrlcustodio closed 6 years ago

gbrlcustodio commented 6 years ago

As described by issue #13 and #15, spree 3.3 breaks "add to cart" action by changing the way product options are passed down to models. This is a fix based on the current version of spree's order_contents model.

QuintinAdam commented 6 years ago

Thank you