Skip to content

This module changes the default Magento 2 404 page given when a product is disabled and redirects it to the first category it belongs to

Notifications You must be signed in to change notification settings

mokadev/disabled-products-redirect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redirect disabled products

This module changes the default magento 404 by redirecting users who try to go to a disabled product URL to the first category the product belongs

Features of this extension:

Backend

  • Customisable message once user is redirected from the disabled product URL to the first category it belongs to.

Installation

Manual Installation

  • Download the extension
  • Unzip the file
  • Create a folder {Magento root}/app/code/Sysforall/DisabledProductsRedirect
  • Copy the content from the unzip folder

Using Composer

composer require sysforall/disabled-products-redirect

Enable Extension

  • php bin/magento module:enable Sysforall DisabledProductsRedirect
  • php bin/magento setup:upgrade
  • php bin/magento setup:static-content:deploy

Settings

To customise the redirection message log into your Magento Admin Panel, go to Stores -> Configuration -> Sysforall -> Disabled Products Redirect

When complete, Save Config.

Clear cache if necessary

  • php bin/magento cache:clean

About

This module changes the default Magento 2 404 page given when a product is disabled and redirects it to the first category it belongs to

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%