Nicolas, sorry to bother you again. Hikashop is completely new to me. The forum has helped me out with several things already. But getting stuck a little again.
1) Found the correct file. I think it is this syntax that I need to change:
<!-- NAME -->
<span id="hikashop_product_name_main" class="hikashop_product_name_main" itemprop="name"><?php
if(hikashop_getCID('product_id') != $this->element->product_id && isset($this->element->main->product_name))
echo $this->element->main->product_name;
else
echo $this->element->product_name;
?></span>
But still can't figure it out. Adding an attachment (title) with two colors. The main product in yellow (which needs to stay) and the selected characteristics in blue (which does not need to show.
2) I can configure the behavior of the 'pop-up' with the cart notification plugin, but that's not the issue. When I press 'add to cart' I want this page to go to the cart immediately. Now the pop-up appears but nothing happens.
Greets,