Change $_description_eng to whatever the attribute ID is of the attributes you would like to control the display of manually/outside of “Additional Information” block.
|
1 2 3 4 |
<?php $_description_eng = $_product->getResource()->getAttribute('description_eng')->getFrontend()->getValue($_product); if ($_description_eng) echo $_description_eng; ?> |
