tkotosz/catalog-router-magento2

Tkotosz - Catalog Router

Installs: 4 061

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 3

Open Issues: 0

Type:magento2-module

1.0.2 2018-02-28 14:25 UTC

This package is auto-updated.

Last update: 2024-03-29 03:34:15 UTC


README

License Latest Stable Version Scrutinizer Code Quality Build Status

This module disables the functionality of the Catalog Url Rewrite module and takes over the responsibility of url rendering and routing (so all category and product url will be handled by this module). It still allows to manually create rewrites/redirects in the admin using the default Catalog Url Rewrite module, but it will disable the automatic rewrite/redirect generation.

Note that:

  • it was only tested in magento 2.1.6 env
  • it requires php7
  • 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 needs to be created manually)

TODO:

  • Generate 301 redirects automatically when url key changed