I also have an error caused by this line of code in /common_files/customer/main/product_prices.tpl
Code:
<div id="wl-prices"{if not $product_wholesale} style="display: none;"{/if}>
the validator doesn't like that
is repeated on a page with multiple variants because id is supposed to be unique. If I change the line to
it validates fine but I don't know if that will break functionality or not. Anyone know if changing that is wrong?