Flowbox integration for Magento2
- version: 1.4.6
- extension key: Itonomy_Flowbox
This extension integrates Flowbox default, dynamic-tag and dynamic-product flows into your Magento2 store as CMS widgets. These widgets have flexible configuration and can easily applied to the required parts of your store.
- Magento 2 CE/EE >= 2.3
- Navigate to the root directory of your Magento2 installation;
- Execute
composer require itonomy/module-flowbox
; - Execute
php bin/magento setup:upgrade
;
- Navigate to the root directory of your Magento2 installation;
- Extract the archive's contents to
app/code/Itonomy/Flowbox
; - Execute
php bin/magento setup:upgrade
- Navigate to the root directory of your Magento2 installation;
- Execute
composer remove itonomy/module-flowbox
; - Execute
php bin/magento setup:upgrade
;
- Navigate to the root directory of your Magento2 installation;
- Remove the directory
app/code/Itonomy/Flowbox
and all of its contents; - Execute
php bin/magento setup:upgrade
The module is configured in two ways.
First, basic settings related to the general functioning of the module such as the API key needed for the checkout script can be configured in the backend configuration page.
To access this page, first click on Stores
> Configuration
(under the heading Settings
) in the main menu to navigate to the system configuration page. From there, open the Catalog
tab. You should now see a tab named Flowbox
, which you can click on to open up the Flowbox configuration page.
Further per-widget configuration is done when creating or editing a widget of the Flowbox Flow
type.
Flowbox relies on tracking cookies. Please be aware that this module uses Magento's Cookie Restriction Mode to comply with GDPR. Third-party cookie consent solutions are not supported. If you need to use a third-party cookie consent solution please speak to your implementation partner and have them update your code to set the user_allowed_save_cookie when consent to placement of tracking cookies is given. Be advised that flowbox tracking cookies fall under the 'third party tracking' cookie category.
For inquiries about this module and requests for support please send us an e-mail
see DEVELOPING.md
see LICENSE.md
(c) 2021 Itonomy BV