Download the PHP package risecommerce/magento-2-auto-related-products-extension without Composer
On this page you can find all versions of the php package risecommerce/magento-2-auto-related-products-extension. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download risecommerce/magento-2-auto-related-products-extension
More information about risecommerce/magento-2-auto-related-products-extension
Files in risecommerce/magento-2-auto-related-products-extension
Package magento-2-auto-related-products-extension
Short Description Risecommerce Auto Related Products Extension for Magento 2
License OSL-3.0 AFL-3.0
Informations about the package magento-2-auto-related-products-extension
Risecommerce Auto Related Products Module
The Magento 2 Auto Related Products extension enhances your store by automatically displaying related, cross-sell, and up-sell products based on customizable rules. These rules can be applied to product, category, shopping cart, and checkout pages, making it easier for customers to discover products they need.
For more details about the extension, visit the Risecommerce Auto Related Products page.
If you're looking to enhance your Magento store further, consider hiring a dedicated Magento developer.
For support or inquiries, please visit our contact page.
Supported Versions
- Magento 2.3.x
- Magento 2.4.x
Installation Instructions
Method I: Manual Installation
- Download the archive file.
- Unzip the file.
- Create the following directory:
[Magento_Root]/app/code/Risecommerce/AutoRelatedProducts
. - Move the unzipped files into the directory
[Magento_Root]/app/code/Risecommerce/AutoRelatedProducts
.
Method II: Installation Using Composer
composer require risecommerce/magento-2-auto-related-products-extension:1.0.1
Run the following command:
Enable Extension:
- php bin/magento module:enable Risecommerce_AutoRelatedProducts
- php bin/magento setup:upgrade
- php bin/magento setup:di:compile
- php bin/magento setup:static-content:deploy
- php bin/magento cache:flush
Disable Extension:
- php bin/magento module:disable Risecommerce_AutoRelatedProducts
- php bin/magento setup:upgrade
- php bin/magento setup:di:compile
- php bin/magento setup:static-content:deploy
- php bin/magento cache:flush