Skip to content

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

Notifications You must be signed in to change notification settings

bartlubbersen/Magento2-Module-Experius-ReindexCatalogUrlRewrites

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warnings

  • BETA
  • Don't ever use without testing on dev or staging enviroment first.

Usage

All Categories, All Products, All Storeviews php bin/magento experius_reindexcatalogurlrewrites:categoryurls

Specific Products, Specific Store Ids

php bin/magento experius_reindexcatalogurlrewrites:producturls --product_ids=36,37 --store_ids=1

All Products, All Storeviews

php bin/magento experius_reindexcatalogurlrewrites:producturls

All Products, Selected Storeviews

php bin/magento experius_reindexcatalogurlrewrites:producturls --store_ids=1

All Storeviews, Selected Products

php bin/magento experius_reindexcatalogurlrewrites:producturls --product_ids=36,37

Credits

https://github.com/Iazel/magento2-regenurl/

@PascalBrouwers categories url pull request

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%