[Fixed] missing currency-name

This commit is contained in:
2025-06-14 19:32:53 +02:00
parent bbfd38f3f6
commit ce05a64f15
2 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,8 @@ class BasketController extends BasketController_parent
{
$return = parent::render();
$this->addTplParam('d3ActCurrencyObject', Registry::getConfig()->getActShopCurrencyObject());
$this->d3GA4getRemovedArticlesListObject();
return $return;

View File

@ -13,7 +13,7 @@
'ecommerce':
{
'actionField': "step: 1",
'currency': "{{ currency.name }}",
'currency': "{{ d3ActCurrencyObject.name }}",
'value': {{ d3BasketPrice.getPrice() }},
'coupon': '{% for key, sVoucher in oxcmp_basket.getVouchers() %}{{ sVoucher.sVoucherNr }}{% if not loop.last %}, {% endif %}{% endfor %}',
'items':