From e3c39a1613386e9770e7c397c584d527b1a9b7eb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Thu, 9 Dec 2021 12:25:49 +0100 Subject: [PATCH] Shopware6: Kategorien werden anders in kivi gespeichert --- templates/webpages/shop_part/categories.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/webpages/shop_part/categories.html b/templates/webpages/shop_part/categories.html index 9d51997a1..55e662887 100644 --- a/templates/webpages/shop_part/categories.html +++ b/templates/webpages/shop_part/categories.html @@ -15,7 +15,7 @@
  • [% checked = '' %] [% FOREACH cat_row = SELF.shop_part.shop_category %] - [% IF cat_row.0 == categorie.id %] + [% IF (cat_row.0 == categorie.id) || (SELF.shop_part.shop.connector == 'shopware6' && cat_row == categorie.id) %] [% checked = 'checked' %] [% END %] [% END %] -- 2.20.1