/m2.ProductSkuRedirect

Magento2. Extension redirects a exact matches for sku to the corresponding product.

Primary LanguagePHPOpen Software License 3.0OSL-3.0

Magento2 Product Sku Redirect

Extension redirects a exact matches for sku to the corresponding product.

Install with Composer as you go

  1. Go to Magento2 root folder

  2. Enter following commands to install module:

    composer require faonni/module-product-sku-redirect

    Wait while dependencies are updated.

  3. Enter following commands to enable module:

    php bin/magento setup:upgrade
    php bin/magento setup:static-content:deploy