Skip to content

Commit

Permalink
fix(storefront): BCTHEME-1461 A bug with the display of the product q…
Browse files Browse the repository at this point in the history
…uantity on the PDP
  • Loading branch information
bc-vlad-dlogush committed Mar 22, 2023
1 parent d4f242b commit de9ce5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +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

- A bug with the display of the product quantity on the PDP [#2240](https://github.com/bigcommerce/cornerstone/pull/2240)
## 6.9.0 (03-03-2023)
- Fix sold-out badge appearance [#2315](https://github.com/bigcommerce/cornerstone/pull/2315)
- Remove xlink attributes on svg [#2322](https://github.com/bigcommerce/cornerstone/pull/2322)
Expand Down
2 changes: 1 addition & 1 deletion templates/components/products/add-to-cart.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div id="add-to-cart-wrapper" class="add-to-cart-wrapper" {{#unless product.can_purchase}}style="display: none"{{/unless}}>
{{#if theme_settings.show_product_quantity_box}}
{{#if product.show_quantity_input}}
{{inject 'productQuantityErrorMessage' (lang 'products.quantity_error_message')}}
<div class="form-field form-field--increments">
<label class="form-label form-label--alternate"
Expand Down

0 comments on commit de9ce5a

Please sign in to comment.