pull/4/head
alexanderroese 2024-06-03 22:45:55 +02:00
parent 0c7853d394
commit cfd87755fb
2 changed files with 2 additions and 2 deletions

View File

@ -310,7 +310,7 @@
</span>
{%- elsif card_product.compare_at_price > card_product.price and card_product.available -%}
<span id="Badge-{{ section_id }}-{{ card_product.id }}" class="badge badge--bottom-left color-{{ settings.sale_badge_color_scheme }}">
{{- 'products.product.on_sale' | t -}} test
{{- 'products.product.on_sale' | t -}}
</span>
{%- endif -%}
</div>

View File

@ -122,7 +122,7 @@
</span>
<span class="badge price__badge-sold-out color-{{ settings.sold_out_badge_color_scheme }}">
{{ 'products.product.sold_out' | t }}
{{ 'products.product.sold_out' | t }} test
</span>
{%- endif -%}
</div>