Price label is shown on main product but when user selects diferent characteristics price label dissaperas but price is shown.
This is code for Main product price
<span id="hikashop_product_price_main" class="hikashop_product_price_main" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">Precio:
<span class="hikashop_product_price_full"><span class="hikashop_product_price hikashop_product_price_0" itemprop="price" content="38">38,00 €</span> <span class="hikashop_product_price_per_unit"> por unidad</span>
</span>
<meta itemprop="availability" content="http://schema.org/InStock">
<meta itemprop="priceCurrency" content="EUR">
</span>
This is code for variant price
<span class="hikashop_product_price_full">
<span class="hikashop_product_price hikashop_product_price_0">38,00 €</span>
<span class="hikashop_product_price_per_unit"> por unidad</span>
</span>