Skip to content

Commit

Permalink
Add Category Tagging to Listing Template
Browse files Browse the repository at this point in the history
  • Loading branch information
supercid committed Jul 2, 2018
1 parent b380a51 commit 1eb242d
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 @@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Fix SKU Variations For Single Products
- Add Variant Configuration Group Options Into Custom Attributes
- Fix issue when updating the plugin could not create database column for cart restore hash
- Fix Missing Category Tagging In Category Listing Page

## [2.1.1]
- Fix Backwards Compatibility With PHP 5.4
Expand Down
3 changes: 3 additions & 0 deletions Views/frontend/plugins/nosto_tagging/listing/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@
{block name="frontend_index_content" append}
<div class="nosto_element" id="nosto-page-category1"></div>
<div class="nosto_element" id="nosto-page-category2"></div>
{if isset($nostoCategory) && $nostoCategory}
{$nostoCategory->toHtml()}
{/if}
{/block}

0 comments on commit 1eb242d

Please sign in to comment.