From fb3496187ba3641183cd31fd3678a4e77059eff7 Mon Sep 17 00:00:00 2001 From: Marat Date: Fri, 14 Dec 2018 16:09:41 +0100 Subject: [PATCH] Update s5_thankyou.tpl --- .../tag-manager/application/views/blocks/ee/s5_thankyou.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/copy_this/modules/bla/tag-manager/application/views/blocks/ee/s5_thankyou.tpl b/copy_this/modules/bla/tag-manager/application/views/blocks/ee/s5_thankyou.tpl index c42c78d..f8f0117 100644 --- a/copy_this/modules/bla/tag-manager/application/views/blocks/ee/s5_thankyou.tpl +++ b/copy_this/modules/bla/tag-manager/application/views/blocks/ee/s5_thankyou.tpl @@ -25,7 +25,7 @@ }, 'products':[ [{foreach key="_index" from=$_gtmBasket->getContents() item="_gtmBasketitem" name="gtmTransactionProducts"}] - [{assign var="_price" value=$basketitem->getPrice()}] + [{assign var="_price" value=$_gtmBasketitem->getPrice()}] { 'id':'[{$_gtmArticles[$_index]->oxarticles__oxartnum->value}]', 'name': '[{$_gtmArticles[$_index]->oxarticles__oxtitle->value}]', @@ -41,4 +41,4 @@ } }); -[{$smarty.block.parent}] \ No newline at end of file +[{$smarty.block.parent}]