Getting Started
MageSuite documentation is under refactor and update phase.
MageSuite is a Magento 2 extension ecosystem providing UX/performance improvements and many new features.
Demo
Short video presentation of the Content Constructor feature:
Other features are presented as part of our User guide.
User guide
The user guide of MageSuite features can be found here.
Some of extensions presented in User Guide are optional and not included in the main MageSuite Metapackage. You might need to install them separately.
List of available modules
Basic MageSuite modules are a part of MageSuite metapackage, but MageSuite offers plenty of optional modules that can be added separately.
Module’s documentation is under refactor and construction, available module docs can be found here Modules
Â
MageSuite Metapackage
This is the main metapackage that you should install in order to get basic MageSuite installation into your Magento 2 setup:
https://github.com/magesuite/magesuite/blob/13.x/composer.json
Requirements
Magento version requirements depend on the MageSuite version used.
Check the Magento Versions compatibility table for reference.
The whole ecosystem depends on ElasticSuite and you need an ElasticSearch server in order to use it.
All of the frontend features and improvements are implemented in theme-creativeshop. You won't be able to take advantage of them if you use Luma or other custom themes.
WARNING! We do not support "easy"/"zip" Magento installations. MageSuite supports only the composer way of setting up Magento.
Installation
https://experienceleague.adobe.com/docs/commerce-operations/installation-guide/overview.html if you don't have it yet
Execute
composer require creativestyle/magesuite {version}
- according to the compatibility tableExecute
bin/magento setup:upgrade
Build the theme (next chapter)
Flush Magento cache
Switch the theme to Theme Creativeshop in the Admin Panel
Building theme-creativeshop
MageSuite theme does not rely on Magento for building the assets, instead, it uses gulp
and webpack
.
Before you start, make sure you have nodejs and yarn installed.
After the theme's composer package is installed on your Magento project, execute:
cd vendor/creativestyle/theme-creativeshop
yarn install
yarn build
It will build and place build artifacts into the app/design
subfolder.
After the theme is built, clear your Magento cache and you should be able to select it in the admin.
Magento versions compatibility table
Magento version | MageSuite Package version | Breaking changes documentation |
---|---|---|
2.3.0-2.3.1 | ^2.0.0 | Â |
2.3.2 | ^3.0.0 | Â |
2.3.3 | ^4.0.0 | Â |
2.3.4+ | ^5.0.0 | Â |
2.4.0-2.4.1 | ^7.0.0 | Â |
2.4.2 | ^8.0.0 | Â |
2.4.2 | ^9.0.0 | |
2.4.3 | ^10.0.0 | |
2.4.4 | ^11.0.0 | |
2.4.5 | ^12.0.0 | |
2.4.6 | ^13.0.0 | |
2.4.7 | ^14.0.0 |
Â