How can I hide a product variation field in the page template?
I have successfully hidden one of the content type fields using the code below:
<?php
hide($content['field_desc']);
?>
I have then managed to display the above where I want it using the code below: