From 6498d7477fa65d1c723e066408585f671913f9c5 Mon Sep 17 00:00:00 2001 From: vanilla-thunder <1874024+vanilla-thunder@users.noreply.github.com> Date: Tue, 4 Dec 2018 15:53:10 +0100 Subject: [PATCH] ein paar fixes --- .../application/views/blocks/ee/detail.tpl | 58 ++++++++++--------- .../views/blocks/ee/impression.tpl | 12 ++-- .../application/views/blocks/ee/s1_cart.tpl | 4 +- .../views/blocks/ee/s5_thankyou.tpl | 7 ++- .../modules/bla/tag-manager/metadata.php | 2 +- 5 files changed, 44 insertions(+), 39 deletions(-) diff --git a/copy_this/modules/bla/tag-manager/application/views/blocks/ee/detail.tpl b/copy_this/modules/bla/tag-manager/application/views/blocks/ee/detail.tpl index 9983c0e..b4995af 100644 --- a/copy_this/modules/bla/tag-manager/application/views/blocks/ee/detail.tpl +++ b/copy_this/modules/bla/tag-manager/application/views/blocks/ee/detail.tpl @@ -1,40 +1,44 @@ [{strip}] [{assign var="_cur" value=$oView->getActCurrency()}] - [{assign var="_product" value=$oView->getProduct()}] - [{assign var="_manufacturer" value=$_product->getManufacturer()}] - [{assign var="_category" value=$_product->getCategory()}] + [{assign var="_tmProduct" value=$oView->getProduct()}] + [{assign var="_tmManufacturer" value=$_tmProduct->getManufacturer()}] + [{assign var="_tmCategory" value=$_tmProduct->getCategory()}]