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.
- Host: GitHub
- URL: https://github.com/karliuka/m2.productskuredirect
- Owner: karliuka
- License: osl-3.0
- Created: 2016-12-29T11:32:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T11:18:34.000Z (over 2 years ago)
- Last Synced: 2025-04-12T05:38:40.468Z (2 months ago)
- Topics: magento2, magento2-extension, redirect, sku, sku-redirect
- Language: PHP
- Homepage:
- Size: 14.6 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
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