mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-12-25 22:20:29 +01:00
Shopware 6: Export translations for variants
This commit is contained in:
parent
cd2a163174
commit
f5ac09944e
@ -2901,6 +2901,9 @@ class Shopimporter_Shopware6 extends ShopimporterBase
|
||||
}
|
||||
|
||||
$this->addCoverImage($variantImageData, $variantProductId);
|
||||
if($article['texteuebertragen']) {
|
||||
$this->exportTranslationsForArticle($variant, $variantProductId);
|
||||
}
|
||||
}
|
||||
|
||||
$existingConfigurations = $this->shopwareRequest(
|
||||
|
Loading…
Reference in New Issue
Block a user