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 b7a7d64..3d922ac 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,11 @@ Wenn mehrerer Sprachen ausgewählt sind müssen Größenschlüssel(Unter Org dan SEO URL Anpassung: Produktseite: `{% for main_categories in product.categories.sortByPosition() %}{% if main_categories.breadcrumb|first == 'Geschmackswelten'%}{% for part in main_categories.breadcrumb|slice(1) %}{{ part|lower }}/{% endfor %}{% endif %}{% endfor %}{{ product.translated.name|lower }}/{{ product.productNumber }}` + +{% for main_categories in product.categories.sortByPosition() %}{% if main_categories.breadcrumb|first == 'Geschmackswelten' %}{% for part in main_categories.breadcrumb|slice(1) %}{{ part|lower }}/{% endfor %}{% endif %}{% endfor %}{{ product.translated.name|lower }}/{{ product.productNumber }} + + + Kategorie: {% for part in category.seoBreadcrumb %}{{ part|lower }}/{% endfor %}