Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.73 KB

README.md

File metadata and controls

46 lines (33 loc) · 1.73 KB

Magento 2 Module - Product SKU Redirection

Overview

This is a private module and is not currently aimed at public usage.

The Augustash_GotoSku module is a simple module to allow for short URLs to be used for redirecting to a product's SKU.

Installation

Via Composer

Install the extension using Composer from our development package repository:

composer require augustash/module-goto-sku
bin/magento module:enable --clear-static-content Augustash_GotoSku
bin/magento setup:upgrade
bin/magento cache:flush

Structure

Typical file structure for Magento 2 modules.

License

This module is licensed under the MIT.