I need this H3 to display the sku of our products in Magento 1.9
<h3 class="product-name<?php echo ($_options = $this->getOptionList())? " has-options": ""; ?>"><?php echo $this->escapeHtml($this->getProductName()) ?> <span>SKU: <?php echo $this->escapeHtml($this->getSku());?></span></h3>
And so far, it will not display the sku.