Hi,
I have added In the productpage behind the price:
{if isset($product.reference_to_display) && $product.reference_to_display neq ''}
{block name='product_reference'}
<div class="product-reference">
<label class="label">{l s='Reference' d='Shop.Theme.Catalog'} </label>
<span>{$product.reference_to_display}</span>
</div>
{/block}
{/if}
, but it isn´t refresh on change.
It´s a child of classic theme in PS 1.7.8.6
May some of you help me, please?