Update s5_thankyou.tpl

This commit is contained in:
Marat 2018-12-14 16:09:41 +01:00 committed by GitHub
parent 6498d7477f
commit fb3496187b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 @@
}
});
</script>
[{$smarty.block.parent}]
[{$smarty.block.parent}]