Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi there,
I am looking to add a line of text next to the price for all my items that are taxable (only 5-10% of my total items) I thought something like this could work but it doesn't. Any ideas?
{% if variant.taxable == true %}
<span class="money">custom text</span>
{% endif %}
Note: almost all of my items do not have variants.
Hi,
got the same problem - have you found a solution in the meantime?
Thanks and best regards
{% if product.taxable == true %}
<p>Preis inkl. 19% MwSt ({{ product.price | times: 0.19 | money }})</p>
{% else %}
<p>Kein Mehrwertsteuerausweis, da Differenzbesteuerung nach §25a UStG.</p>
{% endif %}
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025