Skip to content

Commit

Permalink
fix(storefront): BCTHEME-668 Google AMP feature request - Add in rele…
Browse files Browse the repository at this point in the history
…ase date info for preorder products (#2107)
  • Loading branch information
bc-vlad-dlogush authored Aug 19, 2021
1 parent 6478161 commit 760ad1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 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
- Google AMP feature request - Add in release date info for preorder products. [#2107](https://github.com/bigcommerce/cornerstone/pull/2107)

## 6.0.0 (08-06-2021)
- Translation mechanism for config.json has been updated. [#2089](https://github.com/bigcommerce/cornerstone/pull/2089)
Expand Down
3 changes: 3 additions & 0 deletions templates/components/amp/products/product-view-details.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ <h2 class="productView-brand"{{#if schema}} itemprop="brand" itemscope itemtype=
{{#if settings.show_product_rating}}
{{> components/amp/products/ratings rating=product.rating}}
{{/if}}
{{#if product.release_date }}
<p>{{product.release_date}}</p>
{{/if}}
<dl class="productView-info">
{{#if product.sku}}
<dt class="productView-info-name">{{lang 'products.sku'}}</dt>
Expand Down

0 comments on commit 760ad1d

Please sign in to comment.