From 1eb242dc5e540ca7018285ef79d2735cb9686bf7 Mon Sep 17 00:00:00 2001 From: Cid Lopes Date: Mon, 2 Jul 2018 13:07:05 +0300 Subject: [PATCH] Add Category Tagging to Listing Template --- CHANGELOG.md | 1 + Views/frontend/plugins/nosto_tagging/listing/index.tpl | 3 +++ 2 files changed, 4 insertions(+) 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}