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

Issue adding product to cart #15

Closed MatthewWaite closed 6 years ago

MatthewWaite commented 6 years ago

Having an issue adding a product with customizations to the cart.

NoMethodError in Spree::OrdersController#populate undefined method `first' for #

Extracted source (around line #433):
431
432
433
434
435
436
              
else
match = matched_attribute_method(method.to_s)
match ? attribute_missing(match, *args, &block) : super
end
end
</div>
QuintinAdam commented 6 years ago

Spree version? if it is spree 3.4 try this branch https://github.com/gcmartins93/spree_flexi_variants

QuintinAdam commented 6 years ago

Changes are now in master or branch spree-3-3