Closed
Description
If you need move product details
above add to cart
block we can't add product in cart.
Preconditions
- Magento 2.1 EE
Steps to reproduce
- Add to layout xml
<move element="product.info.details" destination="product.info.main" before="-" />
- Create product with swatch options (color, size, etc.)
- Open category page
- Open product page and add product to cart
Actual result
- Message
You need to choose options for your item.
~~
Bug in file vendor/magento/module-swatches/view/frontend/web/js/swatch-renderer.js
Line: this.productForm = this.element.parents(this.options.selectorProduct).find('form:first');
selectorProduct is .product-info-main
and this code selected first form - review form!
Shitcode, shitcode everywhere 👍