Skip to content

Commit 6fcf0e1

Browse files
authored
Fixed max price display on filter drawer (Shopify#1512)
1 parent 7e26c11 commit 6fcf0e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

snippets/facets.liquid

+1
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@
358358
{{ filter.label | escape }}
359359
</button>
360360

361+
{%- assign max_price_amount = filter.range_max | money | strip_html | escape -%}
361362
<p class="mobile-facets__info">{{ "products.facets.max_price" | t: price: max_price_amount }}</p>
362363

363364
<price-range class="facets__price">

0 commit comments

Comments
 (0)