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>