From 6660259a9e3f781210b3eedb933c55da27116c0b Mon Sep 17 00:00:00 2001 From: freiphone Date: Sun, 18 Nov 2018 23:57:03 +0100 Subject: [PATCH] Neu angelegte Artikel in Shopware aktivieren. Scheint seit Shopware 5.2 notwendig zu sein, damit der Artikel im Frontend erscheint. s. https://forum.shopware.com/discussion/39006/artikel-nach-import-ueber-rest-api-im-frontend-nicht-sichtbar --- SL/ShopConnector/Shopware.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/SL/ShopConnector/Shopware.pm b/SL/ShopConnector/Shopware.pm index f47ff0c57..fdfd14126 100644 --- a/SL/ShopConnector/Shopware.pm +++ b/SL/ShopConnector/Shopware.pm @@ -276,6 +276,7 @@ sub update_part { customerGroupKey => 'EK', }, ], + active => $shop_part->active, #attribute => { attr1 => $cvars->{CVARNAME}->{value}, } , #HowTo handle attributes }, supplier => 'AR', # Is needed by shopware, -- 2.20.1