From a4af3f4396b5f83218f9da9d5183a5ff6ae36db7 Mon Sep 17 00:00:00 2001
From: vanilla-thunder <1874024+vanilla-thunder@users.noreply.github.com>
Date: Tue, 4 Dec 2018 11:32:43 +0100
Subject: [PATCH] updates
---
README.md | 2 +-
copy_this/modules/bla/tag-manager/README.md | 2 +-
.../views/blocks/ee/impression.tpl | 34 +++++++++++++++++++
.../modules/bla/tag-manager/metadata.php | 7 +++-
4 files changed, 42 insertions(+), 3 deletions(-)
create mode 100644 copy_this/modules/bla/tag-manager/application/views/blocks/ee/impression.tpl
diff --git a/README.md b/README.md
index 84e8824..e7995ad 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# [bla] tag-manager
Tag Manager integration for OXID eShop: Google, Matomo and Yandex
-module version 0.2.0 ( 2018-12-03 )
+module version 0.2.0 ( 2018-12-04 )
# Installation
* [https://github.com/vanilla-thunder/oxid-module-tag-manager/archive/master.zip](https://github.com/vanilla-thunder/oxid-module-tag-manager/archive/master.zip) herunterladen und entpacken
diff --git a/copy_this/modules/bla/tag-manager/README.md b/copy_this/modules/bla/tag-manager/README.md
index 84e8824..e7995ad 100644
--- a/copy_this/modules/bla/tag-manager/README.md
+++ b/copy_this/modules/bla/tag-manager/README.md
@@ -1,6 +1,6 @@
# [bla] tag-manager
Tag Manager integration for OXID eShop: Google, Matomo and Yandex
-module version 0.2.0 ( 2018-12-03 )
+module version 0.2.0 ( 2018-12-04 )
# Installation
* [https://github.com/vanilla-thunder/oxid-module-tag-manager/archive/master.zip](https://github.com/vanilla-thunder/oxid-module-tag-manager/archive/master.zip) herunterladen und entpacken
diff --git a/copy_this/modules/bla/tag-manager/application/views/blocks/ee/impression.tpl b/copy_this/modules/bla/tag-manager/application/views/blocks/ee/impression.tpl
new file mode 100644
index 0000000..024d38f
--- /dev/null
+++ b/copy_this/modules/bla/tag-manager/application/views/blocks/ee/impression.tpl
@@ -0,0 +1,34 @@
+[{$smarty.block.parent}]
+[{strip}]
+ [{assign var="_tmProduct" value=$oView->getPrduct()}]
+ [{assign var="_tmCategory" value=$_tmProduct->getCategory()}]
+ [{* assign var="_tmManufacturer" value=$_tmProduct->getManufacturer() *}]
+ [{* setting: [{ $oViewConf->getGTMproductListPerformanceSetting() }] || id: [{$listId}] *}]
+
+[{/strip}]
diff --git a/copy_this/modules/bla/tag-manager/metadata.php b/copy_this/modules/bla/tag-manager/metadata.php
index b3fe45c..3ee324d 100644
--- a/copy_this/modules/bla/tag-manager/metadata.php
+++ b/copy_this/modules/bla/tag-manager/metadata.php
@@ -19,7 +19,7 @@ $aModule = [
'title' => 'bestlife Tag Manager',
'description' => 'Tag Manager integration for OXID eShop: Google, Matomo and Yandex',
'thumbnail' => '../bestlife.png',
- 'version' => '0.2.0 ( 2018-12-03 )',
+ 'version' => '0.2.0 ( 2018-12-04 )',
'author' => 'Marat Bedoev, bestlife AG',
'email' => 'oxid@bestlife.ag',
'url' => 'https://github.com/vanilla-thunder/oxid-module-tag-manager',
@@ -85,6 +85,11 @@ $aModule = [
'block' => 'widget_product_listitem_line_tobasket',
'file' => '/application/views/blocks/ee/impression.tpl'
],
+ [
+ 'template' => 'widget/product/boxproduct.tpl',
+ 'block' => 'widget_product_boxproduct_price',
+ 'file' => '/application/views/blocks/ee/impression.tpl'
+ ],
// checkout
[
'template' => 'page/checkout/basket.tpl',