tkotosz/catalog-router-magento2 1.0.0

Tkotosz - Catalog Router

Type

magento2-module

License

MIT

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

catalog-router-magento2

Catalog Router module for Magento 2

This module disables the functionality of the Catalog Url Rewrite module. It still allows to manually create rewrites/redirects in the admin using that module. But it will disable the automatic rewrite/redirect generation. Instead of that this module will take over the responsibility of catalog url routing, so all category and product url will be handled by this module. (Including url rendering and routing). The module was tested wtih single store, multi store with different category roots, multi store with the same category roots (see behat tests), but the development is still in progress.

Note that: - it was only tested in magento 2.1.6 env - it requires php7 - this module is in development and not ready for production use. - It doesn't support generating product urls with category path (it can do the routing already, but will always render direct product url without category path) - It doesn't create 301 redirects automatically when changing product/category url key (so it need to be created manually)

TODO: - Generate 301 redirects automatically when url key changed - Support generating product urls with category path