An open API service indexing awesome lists of open source software.

https://github.com/karliuka/m2.productskuredirect

Magento2. Extension redirects a exact matches for sku to the corresponding product.
https://github.com/karliuka/m2.productskuredirect

magento2 magento2-extension redirect sku sku-redirect

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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:

```bash
composer require faonni/module-product-sku-redirect
```
Wait while dependencies are updated.

3. Enter following commands to enable module:

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