In the show_default.php there´s this code at the top of the page:
<span id="hikashop_product_code_main" class="hikashop_product_code_main">
Art-Nr: <?php
echo $this->element->product_code;
?>
</span>
I want to know what php-file that populate the product-code on the frontend-page for the specific product.
Now there is a static word Art-Nr i the file but if I choose another charistic of the product the static word disappear.
So I thought that if create the Art-Nr-word in the product-code-file that wil solve the problem...
/Micke