Quote Originally Posted by dharrison View Post
Yes just a suffix on the second price that reminds the visitor that the price given is "ex VAT"
I'll give my recommended code to add the suffix into the class file in a moment, but it appears that the inc_ex_functions file in includes/functions/extra_functions is missing a span tag in one place as seen by your website and then review of that code as downloaded a while back from zc. There is a line in that function file starting with
Code:
$show_normal_price=display_price(
The right side of that "equation" should be encompassed by a span of class normalPrice or similar it looks like.