From ee5bad21f7d8e87a7ab0be4544480ff0e3bacce0 Mon Sep 17 00:00:00 2001 From: Matthias Lodner Date: Mon, 16 Jun 2025 11:58:35 +0200 Subject: [PATCH] vault backup: 2025-06-16 11:58:35 --- Geschäft/IT/Online Shop/Shopware 6/TopM - Migration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Geschäft/IT/Online Shop/Shopware 6/TopM - Migration.md b/Geschäft/IT/Online Shop/Shopware 6/TopM - Migration.md index d3282eb..45e7e20 100644 --- a/Geschäft/IT/Online Shop/Shopware 6/TopM - Migration.md +++ b/Geschäft/IT/Online Shop/Shopware 6/TopM - Migration.md @@ -42,6 +42,8 @@ Wenn mehrerer Sprachen ausgewählt sind müssen Größenschlüssel(Unter Org dan SEO URL Anpassung: Produktseite: `{% for part in product.categories.sortByPosition().first.breadcrumb %}{{ part|lower }}/{% endfor %}{{ product.translated.name|lower }}/{{ product.productNumber }}` +{% for part in product.categories.sortByPosition().first.breadcrumb %}{% if loop.index == 1 && part == 'Pfeffer Kontor' %}{% else %}{{ part|lower }}{% endif %}/{% endfor %}{{ product.translated.name|lower }}/{{ product.productNumber }} + Kategorie: {% for part in category.seoBreadcrumb %}{{ part|lower }}/{% endfor %}