Skip to content

Commit

Permalink
Add content regions to cornerstone
Browse files Browse the repository at this point in the history
  • Loading branch information
Tolu Abayomi committed Jun 30, 2017
1 parent 5751df1 commit 731978c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## Draft
## Draft (2017-06-29)
- 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.1 (2017-05-05)

Expand Down
4 changes: 1 addition & 3 deletions templates/components/common/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<a href="#" class="mobileMenu-toggle" data-mobile-menu-toggle="menu">
<span class="mobileMenu-toggleIcon">Toggle menu</span>
</a>

{{> components/common/navigation}}

{{#if template_file '===' 'pages/home'}}
Expand All @@ -21,8 +20,7 @@ <h1 class="header-logo header-logo--{{theme_settings.logo-position}}">
{{> components/common/store-logo}}
</div>
{{/if}}


{{{region name="header_bottom"}}}
<div class="navPages-container" id="menu" data-menu>
{{> components/common/navigation-menu}}
</div>
Expand Down
1 change: 1 addition & 0 deletions templates/components/products/product-view.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ <h2 class="productView-brand"{{#if schema}} itemprop="brand" itemscope itemtype=
{{> components/common/login-for-pricing}}
{{/or}}
</div>
{{{region name="product_below_price"}}}
<div class="productView-rating"{{#if schema}} itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating"{{/if}}>
{{#if settings.show_product_rating}}
{{#if product.num_reviews '>' 0}}
Expand Down

0 comments on commit 731978c

Please sign in to comment.