Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 743 Bytes

2024-01-16-add-main-category.md

File metadata and controls

18 lines (16 loc) · 743 Bytes
title issue author author_email
Add main category
NEXT-31342
oskroblin Skroblin

Core

  • Added mainCategories association, with current sales channel id filter, in \Shopware\Storefront\Framework\Seo\SeoUrlRoute\ProductPageSeoUrlRoute::prepareCriteria

Upgrade Information

Main categories are now available in seo url templates

We added the mainCategories association in the \Shopware\Storefront\Framework\Seo\SeoUrlRoute\ProductPageSeoUrlRoute::prepareCriteria method. This association is filtered by the current sales channel id. You can now use the main categories in your seo url templates for product detail pages.

{{ product.mainCategories.first.category.translated.name }}