diff --git a/CHANGELOG.md b/CHANGELOG.md index b357777a23..966993f073 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog ## Draft +- Hide Info in footer if no address is provided in Store Profile. Hide Brands in footer if Merchant has no brands [#1053](https://github.com/bigcommerce/cornerstone/pull/1053) ## 1.9.1 (2017-07-25) - Move some hard-coded validation messages to language file [#1040](https://github.com/bigcommerce/cornerstone/pull/1040) diff --git a/templates/components/common/footer.html b/templates/components/common/footer.html index 56290a3f48..663daa6e44 100644 --- a/templates/components/common/footer.html +++ b/templates/components/common/footer.html @@ -42,7 +42,7 @@ - {{#if theme_settings.shop_by_brand_show_footer}} + {{#and theme_settings.shop_by_brand_show_footer shop_by_brand.length}} - {{/if}} + {{/and}} + {{#if settings.address}} + {{/if}}