experius / Magento2-Module-Experius-ReindexCatalogUrlRewrites

Adds a function to Magento 2 to fix or 'reindex' your catalog product urls rewrites with a console command line script
10 stars 2 forks source link

[BUGFIX] Removed the requirement of -c parameter (given categories) #13

Closed borisvankatwijk closed 5 years ago

borisvankatwijk commented 5 years ago

[BUGFIX] Removed the requirement of -c parameter (given categories) to correctly generate all category url's. [BUGFIX] Added check for "" (empty value's) of url_key and url_path to prevent corrupt url_rewrites from being entered. [DOCS] Added "reset" description to the help/description message [SYNTAX] Minor syntax -> PSR2