×
Oct 25, 2016 · I deleted all URL keys for products from database, but now I want to generate them again using a script. // Edit: I need to do this in Magento 2 ...
People also ask
May 9, 2016 · I am adding products to it via code and its working. Now i am editing the category to show in navigation menu, it throws error as "URL key for ...
Missing: 40246652/ | Show results with:40246652/
Aug 11, 2020 · Is there a way to prevent magento 2 from replacing / by - when I try to rewrite the URL Key for my products? ... I don't believe you can. It would ...
Missing: 40246652/ programmatically
Jan 17, 2020 · When new store view is created from magento admin backend, all url rewrites for that store view are created automatically. But when I create ...
Missing: 40246652/ | Show results with:40246652/
Oct 30, 2013 · Try to make your own url key by this code: $urlKey = preg_replace('#[^0-9a-z]+#i', '-', $products_name); $urlKey = strtolower($urlKey); ...
Missing: 40246652/ | Show results with:40246652/
Jun 11, 2021 · The data for these rewrite objects is stored in the url_rewrite table. In addition to creating rewrites manually, many Magento features ( ...
Missing: 40246652/ | Show results with:40246652/
Mar 25, 2013 · This seems to be a bug in 1.7. If you have multiple simple products with the same url key as the configurable product (e.g. all names are ...
Missing: 40246652/ programmatically
Magento 2 Change Url Key on new product save. How can I programmatically change URL-key on product save? I need url-key as a first brand and product name ...
Missing: 40246652/ | Show results with:40246652/
In order to show you the most relevant results, we have omitted some entries very similar to the 9 already displayed. If you like, you can repeat the search with the omitted results included.