diff --git a/package-lock.json b/package-lock.json index a11385e643..e1323e4ba8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bigcommerce-cornerstone", - "version": "4.3.0", + "version": "4.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/templates/components/faceted-search/show-more-facets.html b/templates/components/faceted-search/show-more-facets.html index a9de067aff..bb7935d28f 100644 --- a/templates/components/faceted-search/show-more-facets.html +++ b/templates/components/faceted-search/show-more-facets.html @@ -9,12 +9,22 @@

{{#each facets}} {{#if facet '===' ../all_facets}} {{#each items}} - + data-faceted-search-facet + > + {{title}} + {{#if ../show_product_counts}} + {{#if count}} + ({{count}}) + {{/if}} + {{/if}} + + {{/each}} {{/if}} {{/each}}