I am trying to change the routes for my Taxons but cannot find a way to do it.
Current: {domain}/taxons/{taxon name}Desired: {domain}/categories/{taxon name}
After searching Google/Stackoverflow I only could find a solution from 2018 that isn't working anymore.
I am using Sylius version 1.11.5.
Found the answer after some messing with the Symfony Debug bar. Just put the following piece of code in
config/routes/sylius_shop.yaml.This overrides the Route defined in
vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/config/routing/product.yml.