cancel
Showing results for 
Search instead for 
Did you mean: 

Move product option to below media

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Move product option to below media

 

Hi

 

 

I would like to move product options under product image.

Screen Shot 2019-04-12 at 16.png

 

 

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?

 

 

 

2 REPLIES 2

Re: Move product option to below media

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.

Re: Move product option to below media

i have found the solution. and it's work for me.
<move element="product.info.options.wrapper" destination="product.info.media" after="-" />