Magento – Magento 1.9.3 additional information under details

additional-informationmagento-1.9product-tabproduct-view

On the product view page the additional information is next the details. (tabs)

I want the additional information under the details.

So:
Details
Additional information
Review

Best Answer

Go to local.xml then update this block

<catalog_product_view>
   ...
   <reference name="product.info">
       /*-->*/ <block type="catalog/product_view_additional" name="product.info.additional" as="product_additional_data" />
   </reference>
   ...
</catalog_product_view>

  like this:

<block type="catalog/product_view_additional" name="product.info.additional" as="product_additional_data" after="-"/>