I'm trying to display the product name on top of the "short product description".
I have been told that this can be accomplished by using PHP, which I know nothing of. The only way I can use a PHP function in the desired space is using HTML, which I saw that can be used with:
<div><?php $functiongoeshere();></div>
This is on a wordpress/woocommerce site, you can see a product example by clicking here.
Could someone please help me?