Skip to content

Commit

Permalink
Merge pull request #2510 from bigcommerce/ES-5026
Browse files Browse the repository at this point in the history
ES-5026: Product Filter's configured Display Name does not appear on the "Show More" modal window
  • Loading branch information
oleksandrvekeryk authored Nov 11, 2024
2 parents 1e0168a + 96e5bca commit fdd78d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Draft
- Fix product filter display name in Show More modal window [#2510](https://github.com/bigcommerce/cornerstone/pull/2510)
- Bulk pricing modal on PLP only displays information for the first product [#2501](https://github.com/bigcommerce/cornerstone/pull/2501)
- Adding missing product reviews form validation [#2475](https://github.com/bigcommerce/cornerstone/pull/2475)
- Fix GH build action & added package version and short commit hash to artifact names in GitHub Actions workflow for improved traceability and uniqueness. ([#2494](https://github.com/bigcommerce/cornerstone/pull/2494))
Expand Down
6 changes: 5 additions & 1 deletion templates/components/faceted-search/show-more-facets.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<div class="modal-body">
<h1 class="facet-quick-heading">
{{all_facets}}
{{#if facet_title}}
{{facet_title}}
{{else}}
{{all_facets}}
{{/if}}
</h1>
<div class="form-field" id="facetedSearch-filterItems">
<input class="form-input" type="search" placeholder="{{lang 'forms.search.search'}}">
Expand Down

0 comments on commit fdd78d1

Please sign in to comment.