vault backup: 2025-06-16 23:20:03
This commit is contained in:
@@ -42,6 +42,11 @@ Wenn mehrerer Sprachen ausgewählt sind müssen Größenschlüssel(Unter Org dan
|
|||||||
SEO URL Anpassung:
|
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 }}`
|
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:
|
Kategorie:
|
||||||
{% for part in category.seoBreadcrumb %}{{ part|lower }}/{% endfor %}
|
{% for part in category.seoBreadcrumb %}{{ part|lower }}/{% endfor %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user