You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING: When you regenerate Url Rewrites of some category then you also regenerate Url Rewrites of all products from this category AND Url Rewrites of all sub-categories (all levels - Magento use recursive logic) AND all products from this sub-categories. This is the built-in Magento logic. So, take into account that regenerating of Url Rewrites of any category (specially from top level) is a "heavy" process and it's take a time.
80
-
81
80
* to regenerate Url Rewrites of all categories in all stores set entity type to "category":
@@ -89,6 +88,8 @@ WARNING: When you regenerate Url Rewrites of some category then you also regener
89
88
90
89
\* if in the range you have a gap of ID's (in range 4-12 category with ID "6" not exists) - do not worry, script handle this.
91
90
91
+
\*\* If you use options `--category-id` or `--categories-range` then you can skip option `--entity-type=category` - extension will understand that you want to use a category entity.
0 commit comments