From 99be4e8dc9cb60b130b73fbe5259395020839a6d Mon Sep 17 00:00:00 2001 From: bc-vlad-dlogush <83779098+bc-vlad-dlogush@users.noreply.github.com> Date: Tue, 25 Apr 2023 19:05:41 +0300 Subject: [PATCH] fix(storefront): BCTHEME-1420 If the gift is a variant, the button Change shows in cart, and other variant are visible (#2349) --- CHANGELOG.md | 1 + templates/components/cart/content.html | 16 +++++++++------- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7154cb9a15..c14330d7b1 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 +- If the gift is a variant, the button "Change" shows in cart, and other variant are visible [#2349](https://github.com/bigcommerce/cornerstone/pull/2349) - Removes the URL encoding from the 'description' in the product rich snippet schema [#2350](https://github.com/bigcommerce/cornerstone/pull/2350) - Running Lighthouse npm script fails in terminal [#2345](https://github.com/bigcommerce/cornerstone/pull/2345) - Removed accelerated checkout integration [#2341](https://github.com/bigcommerce/cornerstone/pull/2341) diff --git a/templates/components/cart/content.html b/templates/components/cart/content.html index 4cf0339029..2b8c5f24e1 100644 --- a/templates/components/cart/content.html +++ b/templates/components/cart/content.html @@ -53,13 +53,15 @@