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 %}