From 5ba613df3090feefc609b33cefb8f8eb90eaf4e2 Mon Sep 17 00:00:00 2001 From: MaxBUhe Date: Wed, 21 Dec 2022 11:12:35 +0100 Subject: [PATCH] add currency to the params --- Application/views/blocks/checkout_s5.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Application/views/blocks/checkout_s5.tpl b/Application/views/blocks/checkout_s5.tpl index 3129ac6..87c1e19 100644 --- a/Application/views/blocks/checkout_s5.tpl +++ b/Application/views/blocks/checkout_s5.tpl @@ -14,8 +14,8 @@ 'affiliation':'[{$oxcmp_shop->oxshops__oxname->value}]', 'revenue':'[{$_gtmOrder->oxorder__oxtotalordersum->value}]', 'tax':'[{math equation="x+y" x=$_gtmOrder->oxorder__oxartvatprice1->value y=$_gtmOrder->oxorder__oxartvatprice2->value }]', - 'shipping':'[{$_gtmOrder->oxorder__oxdelcost->value}]' - /*'coupon':'CANO25' //if a coupon code was used for this order*/ + 'shipping':'[{$_gtmOrder->oxorder__oxdelcost->value}]', + 'currency': "[{$_gtmOrder->getFieldData('oxcurrency')}]" }, 'products':[ [{foreach from=$_gtmArticles item="_gtmArticle" name="gtmArticles"}]