Isabelle Bengrine

Results 2 comments of Isabelle Bengrine

I have this problem as well; I just installed the plugin and the command line works but if I click on the 'export' button on the order admin page, I...

By doing this: protected function process($key, $value): ?string { $locale = ''; if(isset($GLOBALS['request']) && $GLOBALS['request']) { $locale = $GLOBALS['request']->getLocale(); } $fmt = new \NumberFormatter( $locale, \NumberFormatter::CURRENCY ); return $fmt->formatCurrency($value/100, "EUR");...