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

View File

@ -25,7 +25,7 @@
}, },
'products':[ 'products':[
[{foreach key="_index" from=$_gtmBasket->getContents() item="_gtmBasketitem" name="gtmTransactionProducts"}] [{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}]', 'id':'[{$_gtmArticles[$_index]->oxarticles__oxartnum->value}]',
'name': '[{$_gtmArticles[$_index]->oxarticles__oxtitle->value}]', 'name': '[{$_gtmArticles[$_index]->oxarticles__oxtitle->value}]',