Products from Category
This extension shows products in block. Great way display your products in home page from all parent categories.
Overview
This extension shows products in block. Great way display your products in home page from all parent categories.
Features
- Easy installation
- User guide
- Support
- A few blocks with different categories in same page.
- Grid and List display style - Cached data
Frequently Asked Questions
Categories
Contact UsYes, the extension can be installed via Composer as follows:
- Add our composer repository:
composer config repositories.magetrend composer https://repo.magetrend.com
- After that, you can run composer require command:
composer require magetrend/module-name
Where:
module-name - you can find it in extension composer.json
If the extension was installed via Composer and the files are located in the vendor/magetrend/module-name directory, run the following ssh commands:
composer require magetrend/module-name:1.0.0
php bin/magento setup:upgrade;
php bin/magento setup:di:compile;
php bin/magento setup:static-content:deploy;
If, on the other hand, the extension was installed manually and the extension's files are located in app/code/Magetrend/ModuleName directory, simply:
- Extract the .zip archive
- Upload file’s content to: app/code/Magetrend/ModuleName
- Run the following ssh commands:
php bin/magento setup:upgrade;
php bin/magento setup:di:compile;
php bin/magento setup:static-content:deploy -f;
All ours extensions are completely open source. There is no encrypted file – so you can customise it as you like.
There are thousands of extensions in the market, so we can't guarantee compatibility with every single one – it's just impossible to test it with all of them. But when we develop our extensions, we try to avoid any elements that might conflict with other extensions.
In the event that our extension conflicts with a third-party extension, our support team will assist you and make any necessary changes for free.
If you're installing the extension manually, the extension's files must be uploaded to: app/code/Magetrend/ModuleName. You can always check the "ModuleName" in extension's registration.php file.