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}]