Skip to content

Commit

Permalink
Fixed max price display on filter drawer (#1512)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleralsbury authored Mar 18, 2022
1 parent 7e26c11 commit 6fcf0e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snippets/facets.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@
{{ filter.label | escape }}
</button>

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

<price-range class="facets__price">
Expand Down

0 comments on commit 6fcf0e1

Please sign in to comment.