Skip to content

Magento 2 extension which add feature of regenerating a url rewrites of products/categories

Notifications You must be signed in to change notification settings

Bilbaukai/magento2-regenerate_url_rewrites

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

“Regenerate Url rewrites” extension

Magento 2 "Regenerate Url rewrites" extension add a CLI feature which allow to regenerate a Url rewrites of products/categories in all stores or specific store. Extension homepage: https://github.com/olegkoval/magento2-regenerate_url_rewrites

INSTALLATION

COMPOSER INSTALLATION

  • run composer command:

$> composer require olegkoval/magento2-regenerate-url-rewrites=dev-master

MANUAL INSTALLATION

  • extract files from an archive

  • deploy files into Magento2 folder app/code/OlegKoval/RegenerateUrlRewrites

ENABLE EXTENSION

  • enable extension (use Magento 2 command line interface *):

$> bin/magento module:enable OlegKoval_RegenerateUrlRewrites

  • to make sure that the enabled module is properly registered, run 'setup:upgrade':

$> bin/magento setup:upgrade

  • [if needed] re-deploy static view files:

$> bin/magento setup:static-content:deploy

HOW TO USE IT:

  • to re-generate all Url rewrites of the categories/products in all stores (it support a multistores) run:

$> bin/magento ok:urlrewrites:regenerate

  • to regenerate all Url rewrites of the categories/products in the specific store view (e.g.: store view id is "2"):

$> bin/magento ok:urlrewrites:regenerate 2

Enjoy!

Best regards, Oleg Koval


* see: http://devdocs.magento.com/guides/v2.0/config-guide/cli/config-cli-subcommands.html

About

Magento 2 extension which add feature of regenerating a url rewrites of products/categories

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%