Installation
Front-Commerce applications requires a Front-Commerce module to be installed in Magento2. This guide explains how to install and configure it.
Module compatibility
The Magento2 module is compatible with Magento2 Open Source, Commerce and B2B (see supported versions in our release notes). To use respectively Commerce or B2B specific features, you need to install and setup the Front-Commerce's Magento2 Commerce module or the Front-Commerce's Magento2 B2B module.
Magento 2.4.3 requires an Adobe official patch.
To use Magento >= 2.4.6 you need at least version 2.10.0 of the Front-Commerce Magento2 Module
Install with composer
composer config repositories.front-commerce git git@gitlab.blackswift.cloud:front-commerce/magento2-module-front-commerce.git
composer require front-commerce/magento2-module
bin/magento setup:upgrade
We recommend to use a specific version of this module and not to blindly rely on the latest version.
Configuration
If the installation is successful, in Magento's administration panel, you will see Front-Commerce settings for instance under Stores > Configuration > General > General
Settings to configure the REST API behavior
This can be done by running the following commands:
./bin/magento config:set "webapi/webapisecurity/allow_insecure" "1"
./bin/magento config:set "tax/display/type" "3"
./bin/magento config:set "tax/display/shipping" "3"