Hi
I would like to move product options under product image.
I have tried adding this code on catalog_product_view.xml inside <body> tag.
<move element="product.info.form.options" destination="product.info.main" after="-" />
However, it removed the options and won't display anywhere on the page.
Do you have any suggestions?
I've found a solution:
<move element="product.info.options" destination="product.info.media" after="skip_gallery_before.target" />
But it stops knockout.js to work, selecting these options will not change the price.
<move element="product.info.options.wrapper" destination="product.info.media" after="-" />