A Magento 2 extension ecosystem providing UX/performance improvements and many new features.
This is a core metapackage which you should install in order to get MageSuite into your Magento 2 setup.
A small peek into to available features, this is by no means exaustive.
Short video presentation of the Content Constructor feature:
A demo installation showing the theme can be found here.
All of the packages require Magento 2.3.0+.
The whole ecosystem depends on elasticsuite and you need elasticsearch 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 theme.
WARNING! We do not support "easy"/"zip" magento installations. Creativeshop supports only the Integrator / composer route.
TIP It's advised you either have Elasticsuite
(version 2.7.x) already installed and running. If you don't then this package will install it and you must have
elasticsearch up and running on localhost:9200
prior to executing the setup:upgrade
or it will fail.
- (optional) Install Magento if you don't have it yet
- Execute
composer require creativestyle/magesuite ^2.0.0
- Execute
bin/magento setup:upgrade
- Build the theme (next chapter)
- Flush Magento cache
- Switch the theme to Theme Creativeshop in admin
MageSuite theme does not rely on Magento for building the assets, instead it uses gulp.
Before you start, make sure you have nodejs and yarn installed.
After the theme's composer package is installed to your Magento project, execute:
cd vendor/creativestyle/theme-creativeshop
yarn
yarn build
TIP If yarn
command fails with guppy-pre-push: Command failed
you need to run git init
in the theme's
directory as a workaround and retry yarn
. A permanent solution is on the way.
It will install the build artifacts into app/design
subfolder.
After the theme is built, clear your Magento cache and you should be able to select it in admin.
More about theme development you can find here