Hardcode product attribute to product_detail.php

Permalink
Hello everyone.

Is it possible to hardcode product attributes to the product_detail.php file ?

Normally I just use $product->getAttribute inside the display.php file:
$product->getAttribute('attributeHandle');


But this doesn't work outside the product block.

Is it possible to make this work ?

Thank you in advance.

87up