From 2328e7a78c47cee59feb80326acfb9f653bbb930 Mon Sep 17 00:00:00 2001 From: Tolu Abayomi Date: Wed, 14 Jun 2017 16:45:28 -0700 Subject: [PATCH] Add content regions to cornerstone --- CHANGELOG.md | 1 + templates/components/common/header.html | 4 +--- templates/components/products/product-view.html | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1283854d08..75c4cd3aa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Draft - Product Images were obscuring product details on smaller viewports [#1019](https://github.com/bigcommerce/cornerstone/pull/1019) +- Add region tags to two template files to support payments team banner integration with content service [#1023](https://github.com/bigcommerce/cornerstone/pull/1023) ## 1.8.2 (2017-06-23) - Swaps `writeReview` for `write_review` to fix email link issue [#1017](https://github.com/bigcommerce/cornerstone/pull/1017) diff --git a/templates/components/common/header.html b/templates/components/common/header.html index 5e67dc2704..a85ea3c8c6 100644 --- a/templates/components/common/header.html +++ b/templates/components/common/header.html @@ -9,7 +9,6 @@ Toggle menu - {{> components/common/navigation}} {{#if template '===' 'pages/home'}} @@ -21,8 +20,7 @@

{{> components/common/store-logo}} {{/if}} - - + {{{region name="header_bottom"}}} diff --git a/templates/components/products/product-view.html b/templates/components/products/product-view.html index ad0b5302ee..b89a196b7a 100644 --- a/templates/components/products/product-view.html +++ b/templates/components/products/product-view.html @@ -27,6 +27,7 @@

components/common/login-for-pricing}} {{/or}} + {{{region name="product_below_price"}}}
{{#if settings.show_product_rating}} {{#if product.num_reviews '>' 0}}