diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d87b97862..3bdab07c3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Draft - Add the +/- icons for the category filtering [#1211](https://github.com/bigcommerce/cornerstone/pull/1211) - Fix overlapping logo when using "original" sizing and large logos [#1213](https://github.com/bigcommerce/cornerstone/pull/1213) +- Fix Product Options hiding Add to Cart on a Google AMP page [#1214](https://github.com/bigcommerce/cornerstone/pull/1214) ## 1.17.0 (2018-04-26) - Fix empty object issue in app.js [#1204](https://github.com/bigcommerce/cornerstone/pull/1204) diff --git a/templates/components/amp/products/product-options.html b/templates/components/amp/products/product-options.html index 441c8b5d40..eaf1d2c02a 100644 --- a/templates/components/amp/products/product-options.html +++ b/templates/components/amp/products/product-options.html @@ -6,7 +6,7 @@ {{#each product.customizations}} {{{dynamicComponent 'components/products/customizations'}}} {{/each}} -