spree-product-assembly
spree-product-assembly copied to clipboard
Adds ability to make product bundles
redirect to failure.
fix Spree::CheckoutController error when Spree::Frontend is not used.
remove deprecated method causing 500 error
Gem is failing to create multiple inventory units when there are multiple in the order. This will throw off all inventory when there is a product in multiple bundles and...
Are you going to update it for Spree 4.2? There are some very small glitches in admin, but mainly "Add to cart" is not working. :(
Hi In the admin, when I'm checking a particular order that has assembly products I'm getting: `undefined method `variant_options' for #` This line is in: [/app/views/spree/admin/orders/_assemblies.html.erb:25](https://github.com/spree-contrib/spree-product-assembly/blob/97fc6575a0e4e382d0a66c98f5c2847f98318fc0/app/views/spree/admin/orders/_assemblies.html.erb#L25). I can't find where...
If the product is not an assembly, keep spree's original computation. The error manifests when computing return item refunds for line items with quantity greater than 1.
Resolves: ``` DEPRECATION WARNING: The behavior of `changed?` inside of after callbacks will be changing in the next version of Rails. The new return value will ref lect the behavior...
When more than one variant is used on an assembly product, if any one of the variants has an out of stock part, no variant can be added to the...