Carl, checked my code for you (but be aware: it is 4.2.x):
It is in your product.tpl and I
think this is taking care of it:
Code:
{if $product.taxed_price gt 0 && $product.list_price gt 0}
<div class="save" id="save_percent_box"{if $product.appearance.market_price_discount eq ""} style="display: none;"{/if}>
<span id="save_percent">{$product.appearance.market_price_discount}</span>%<br />Discount
</div>
{/if}
But wait, I see this twice in my code, so maybe I just added it again somewhere in the description section and thus it'll show ... I'm not a hardcoder unfortunately and fix some things through trial and error - without recollection.
I am quite sure I changed this in the past because something wasn't working correctly with the icon, have no memory what the issue was though ...
But with me the icon remains shown with selection of other variants - great because it shows the same percentage as discount with all of them.
