2017 © Pedro Peláez
 

magento2-module module-regen-product-url

N/A

image

iazel/module-regen-product-url

N/A

  • Saturday, August 12, 2017
  • by Iazel
  • Repository
  • 11 Watchers
  • 57 Stars
  • 3,382 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 55 Forks
  • 27 Open issues
  • 1 Versions
  • 10 % Grown

The README.md

DEPRECATED

Hello everyone, this repo never meant to be maintained and just happened to come to life after a discussion with an user that had the same problem with regenerating urls. I'm really happy that it have been useful for many of you, but given that I don't use Magento anymore and I don't have time nor will to maintain it, please switch to: https://github.com/peterjaap/magento2-regenurl, (*1)

By the way, thank you @peterjaap for contributing :), (*2)


Install

Download and copy the Iazel directory into app/code/ or install using composer, (*3)

composer require iazel/module-regen-product-url 

Then call:, (*4)

php bin/magento setup:upgrade

How to use

Usage:
 iazel:regenurl [-s|--store="..."] [pids1] ... [pidsN]

Arguments:
 pids                  Products to regenerate

Options:
 --store (-s)          Use the specific Store View (default: 0)
 --help (-h)           Display this help message

Eg:, (*5)

# Regenerate url for all products and the global store
php bin/magento iazel:regenurl

# Regenerate url for products with id (1, 2, 3, 4) for store 1
php bin/magento iazel:regenurl -s1 1 2 3 4

The Versions

12/08 2017

dev-master

9999999-dev

N/A

  Sources   Download

OSL-3.0 AFL-3.0

The Requires