From 8a469d23207afe47f12bdd42653ee05157239684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Mon, 22 Jul 2019 16:09:40 +0200 Subject: [PATCH] Use product code in favor of product name in csv export --- .../ext/ep_products/Classes/Service/ResellerDataService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/typo3conf/ext/ep_products/Classes/Service/ResellerDataService.php b/public/typo3conf/ext/ep_products/Classes/Service/ResellerDataService.php index 279cfc3e..7625d7cb 100644 --- a/public/typo3conf/ext/ep_products/Classes/Service/ResellerDataService.php +++ b/public/typo3conf/ext/ep_products/Classes/Service/ResellerDataService.php @@ -101,7 +101,7 @@ class ResellerDataService implements SingletonInterface 'utm_source' => $type === 'google' ? 'google' : 'social', 'utm_medium' => 'cpc', 'utm_campaign' => 'dynamisches-remarketing', - 'utm_content' => $product->getName(), + 'utm_content' => $product->getCode(), ]; $data = SerializedProduct::fromEntity(