The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

1064 Modules
570 Ready
490 Need Help
🏆 Leaderboard
Potentially Abandoned v1.0.2

Redirect Simple Products to Configurable for Magento 2

techyouknow/module-redirect-simple-products

Redirects simple product URLs to their parent configurable product with the matching configurable options preselected, configurable from the admin.

7
Downloads
Below average
3
GitHub Stars
Below average
4y ago
Last Release
0
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
30 warnings
PHPStan Failed

Tested on Magento 2.4.9

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.0.2 on Magento 2.4.9
Jun 1, 2026

Share This Module's Status

Redirect Simple Products to Configurable for Magento 2 Magento compatibility status badge

README

Loaded from GitHub

Redirect Simple products to its parent configurable For Magento 2

Redirect simple products to its parent configurable product with pre-selected configurable options.

This extension is configurable on the backend.

Usage Instructions

TechYouKnow RedirectSimpleProducts Extension - Installation steps

INSTALL TechYouKnow RedirectSimpleProducts EXTENSION FROM ZIP FILE ON YOUR DEV INSTANCE. TEST THAT THE EXTENSION WAS INSTALLED CORRECTLY BEFORE SHIPPING THE CODE TO PRODUCTION

INSTALLATION

Composer Installation

  • Go to your magento root path
  • Execute command cd /var/www/Magento or cd /var/www/html/Magento based on your server Centos or Ubuntu.
  • run composer command: composer require techyouknow/module-redirect-simple-products
  • To enable module execute php bin/magento module:enable Techyouknow_RedirectSimpleProducts
  • Execute php bin/magento setup:upgrade
  • Execute php bin/magento setup:di:compile
  • Optional php bin/magento setup:static-content:deploy
  • Execute php bin/magento cache:clean

Manual Installation

  • extract files from an archive.
  • Execute command cd /var/www/Magento/app/code or cd /var/www/html/Magento/app/code based on your server Centos or Ubuntu.
  • Move files into Magento2 folder app/code/Techyouknow/RedirectSimpleProducts. If you downloaded zip file on github, you need to create directory app/code/Techyouknow/RedirectSimpleProducts.
  • To enable module execute php bin/magento module:enable Techyouknow_RedirectSimpleProducts
  • Execute php bin/magento setup:upgrade
  • Optional php bin/magento setup:static-content:deploy
  • Execute php bin/magento setup:di:compile
  • Execute php bin/magento cache:clean

Requirements

Techyouknow RedirectSimpleProducts Extension For Magento2 requires

  • Magento version 2.0 and above
  • PHP 7.0 or greater

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.