test
parent
0c7853d394
commit
cfd87755fb
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue