-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spree 4.2 #206
Comments
I finally implemented my own solution, anyway for there are my points for necessary updates to Spree 4.2 compatibility: https://github.com/spree/spree/blob/c47e591882d79e766847c627773d29186aa2224b/frontend/app/assets/javascripts/spree/frontend/views/spree/products/cart_form.js#L283 ===========
-> double of [:selected_variants]['selected_variants’] … should be only [:selected_variants] =========== Maybe Spree issue, if not then create decorator …: =========== spree-product-assembly/app/models/spree/stock/inventory_unit_builder_decorator.rb Line 16 in 7e22b5f
-> outdated implementation that doubles InventoryUnits … should be maybe like
… maybe another issues, but this was what I noticed |
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. :(
The text was updated successfully, but these errors were encountered: