techyouknow / module-redirect-simple-products
Redirect simple products to its parent configurable product with pre-selected configurable options.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: 7.0.2|7.0.4|~7.0.6|^7.1.0|^8.0
This package is auto-updated.
Last update: 2025-04-06 02:23:22 UTC
README
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
orcd /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
orcd /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 directoryapp/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