From f290f24a96523ea0a92ea92aae1f2cc795281bbf Mon Sep 17 00:00:00 2001 From: sacr3dc0w Date: Thu, 8 Feb 2024 01:10:49 -0800 Subject: [PATCH] Fix HTML markup for product listing and below content region (#2426) --- CHANGELOG.md | 1 + templates/pages/category.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52e42b4671..0cf382bc8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/templates/pages/category.html b/templates/pages/category.html index 4e6a673a0b..f1a728c578 100644 --- a/templates/pages/category.html +++ b/templates/pages/category.html @@ -49,11 +49,11 @@

{{category.name}}

{{> components/category/product-listing}} - +
{{{region name="category_below_content"}}} - +
{{/partial}}