kodbruket/magento2-gotosku

There is no license information available for the latest version (1.0.0) of this package.

Module for Magento 2.

Installs: 66

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 4

Open Issues: 3

Type:magento2-module

1.0.0 2016-12-15 20:27 UTC

This package is not auto-updated.

Last update: 2024-04-27 17:58:49 UTC


README

Build Status

This is a tiny Magento module that makes a 301 redirect to the product page when a SKU is passed to it's controller: https://example.com/gotosku/?sku=example-sku. If the product can't be found a 404 page will be shown instead.

Installation

The easiest way to install the extension is to use Composer, just run the following commands:

$ composer require kodbruket/magento2-gotosku

$ bin/magento module:enable Kodbruket_GoToSku

$ bin/magento setup:upgrade