Skip to content

Commit

Permalink
Update s5_thankyou.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
vanilla-thunder authored Dec 14, 2018
1 parent 6498d74 commit fb34961
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}]',
Expand All @@ -41,4 +41,4 @@
}
});
</script>
[{$smarty.block.parent}]
[{$smarty.block.parent}]

0 comments on commit fb34961

Please sign in to comment.