Magento Display attribute on product page

0

My question is how to call the attribute. I've created an attribute as a "code-meter" and it's already showing up on the "Additional information" tab

But I need to display this attribute below the one in the product name. I'm not sure how to call the attribute in /app/design/frontend/templatemela/MAG100219_1/template/catalog/product/view.phtml Currently the code looks like this:

 <div class="page-title product-title"> 
<h1><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></h1>
</div>

<div class="codigoinmetro"> 
<h2><?php echo $_helper->productAttribute($_product, $_product->getName(), 'registroinmetro' ?></h2>
</div>
    
asked by anonymous 16.04.2018 / 21:35

0 answers