Skip to content

Commit

Permalink
Fix HTML markup for product listing and below content region (#2426)
Browse files Browse the repository at this point in the history
  • Loading branch information
sacr3dc0w authored Feb 8, 2024
1 parent 65cc349 commit f290f24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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 HTML markup for product listing and below content region [#2426](https://github.com/bigcommerce/cornerstone/pull/2426)
- With Product Filtering enabled widgets on category page disappear after navigating using pagination [#2425](https://github.com/bigcommerce/cornerstone/pull/2425)
- Update layout with correct usage of main tag [#2421](https://github.com/bigcommerce/cornerstone/pull/2421)
- Anchor links on category pages are not working when product filtering is enabled [#2415](https://github.com/bigcommerce/cornerstone/pull/2415)
Expand Down
4 changes: 2 additions & 2 deletions templates/pages/category.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ <h1 class="page-heading">{{category.name}}</h1>

<main class="page-content" id="product-listing-container">
{{> components/category/product-listing}}
</div>
</main>

<div class="page-region">
{{{region name="category_below_content"}}}
</main>
</div>
</div>

{{/partial}}
Expand Down

0 comments on commit f290f24

Please sign in to comment.