2 x 'incl. VAT' suffix on Extra Product Options

Prices given via the ‘extra product options’ forms show 2 x ‘incl. VAT’.

Looking at the code it shows that indeed the suffix is called 2 times but I dont see any option in the plugin to correct this. Maybe some CSS to remove the suffix in that class?

image

.after-amount .woocommerce-price-suffix{display:none;visibility:hidden;}

1 Like

Thanks, worked.
p.s. why both, display none & visibility hidden? On their own they wont give the same result?

Maybe the configuration or third party extension.