cancel
Showing results for 
Search instead for 
Did you mean: 

Moving attributes nex to product instead of in "more information"

Moving attributes nex to product instead of in "more information"

How would I accomplish the following?:

 

 

4 REPLIES 4

Re: Moving attributes nex to product instead of in "more information"

Use the move layout instruction: https://mage2.pro/t/856

You need to move the block "product.attributes": https://mage2.pro/t/855

Re: Moving attributes nex to product instead of in "more information"

Thank you Dmitry!

This did the trick, however: the styling looks like crap. What's the best approach to edit this styling? (and possibly a little bit of the attributes html)

Re: Moving attributes nex to product instead of in "more information"

How to add JavaScript / CSS / Less to Magento 2 with a custom module: https://mage2.pro/t/34

Re: Moving attributes nex to product instead of in "more information"

Dmitry_Fedyuk
Because of multiple reasons we had to roll back to 1.9, and it seems a lot harder to move the attributes next to the product.
Could you please help? I'll be forever thankful. Spent the enter morning looking for a solution but couldn't find a descent one yet.

 

Last thing I tried was manually adding   

<?php echo $this->getChildHtml('additional') ; ?>

in view.phtml

 

But that's just messy and it also displays the "Additional Information" title.