From f5ac09944e4d6647bc159a2d91d2addc514c5324 Mon Sep 17 00:00:00 2001 From: Andreas Palm Date: Tue, 9 Jul 2024 11:51:50 +0200 Subject: [PATCH] Shopware 6: Export translations for variants --- www/pages/shopimporter_shopware6.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/pages/shopimporter_shopware6.php b/www/pages/shopimporter_shopware6.php index 4016486b..73cfcd52 100644 --- a/www/pages/shopimporter_shopware6.php +++ b/www/pages/shopimporter_shopware6.php @@ -2901,6 +2901,9 @@ class Shopimporter_Shopware6 extends ShopimporterBase } $this->addCoverImage($variantImageData, $variantProductId); + if($article['texteuebertragen']) { + $this->exportTranslationsForArticle($variant, $variantProductId); + } } $existingConfigurations = $this->shopwareRequest(