From 3df3966668dd194fe2c29ecc06c411a674b739e9 Mon Sep 17 00:00:00 2001 From: BC-tymurbiedukhin <66319629+BC-tymurbiedukhin@users.noreply.github.com> Date: Tue, 19 Jan 2021 13:58:18 +0200 Subject: [PATCH] BCTHEME-327: PDP - Empty "Description" is Hiding All Tabs When in Tab View (#1947) --- CHANGELOG.md | 1 + .../components/products/description-tabs.html | 36 ++++++++++--------- .../components/products/description.html | 10 +++--- .../components/products/product-view.html | 16 ++++----- 4 files changed, 34 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77a783d264..175e5cd1ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog ## Draft +- PDP - Fixed Empty "Description" Hiding All Tabs When in Tab View. [#1947](https://github.com/bigcommerce/cornerstone/pull/1947) - Added custom event for product price change on PDP page. [#1948](https://github.com/bigcommerce/cornerstone/pull/1948) - Fixed announcement of subscription message. [#1952](https://github.com/bigcommerce/cornerstone/pull/1952) - Error message on PLPs not announced by screen reader. [#1956](https://github.com/bigcommerce/cornerstone/pull/1956) diff --git a/templates/components/products/description-tabs.html b/templates/components/products/description-tabs.html index b7bc602e6d..5c22ab9312 100644 --- a/templates/components/products/description-tabs.html +++ b/templates/components/products/description-tabs.html @@ -1,9 +1,11 @@
{{lang 'products.description'}}
-{{lang 'products.description'}}
+{{lang 'products.warranty'}}
diff --git a/templates/components/products/product-view.html b/templates/components/products/product-view.html index 9bfb82eeaf..a3c9b2c951 100644 --- a/templates/components/products/product-view.html +++ b/templates/components/products/product-view.html @@ -250,15 +250,13 @@