I need the “Inc VAT” text to be on the same line as the Price. Can someone please advise?
Code:
{% if product.tags contains "treatment-couches" or product.tags contains "Couch Accessories" or product.tags contains "Couch Roll" or product.tags contains "Couch Spares" or product.title contains "Avalon" %}
{% assign formatted_price = product.compare_at_price | money %}
# inc VAT# inc VAT
{% else %}
{% include 'price' with variant.price %}
{% endif %}