diff --git a/CHANGELOG.md b/CHANGELOG.md index 13e627bf..a68f5b5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Views/frontend/plugins/nosto_tagging/listing/index.tpl b/Views/frontend/plugins/nosto_tagging/listing/index.tpl index c5d91810..4d66e781 100644 --- a/Views/frontend/plugins/nosto_tagging/listing/index.tpl +++ b/Views/frontend/plugins/nosto_tagging/listing/index.tpl @@ -36,4 +36,7 @@ {block name="frontend_index_content" append}
+ {if isset($nostoCategory) && $nostoCategory} + {$nostoCategory->toHtml()} + {/if} {/block}