[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;