Disabled Products Redirect
sysforall/disabled-products-redirect
Redirects users from disabled product pages to the product's first category. Allows admin to customize the redirection message displayed to the user.
Build Tests
Code Quality
Tested on Magento 2.4.8-p3
Recent Test History
Each release is tested against the latest Magento version at that time.
Share This Module's Status
README
Loaded from GitHubRedirect 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
This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.