boxalino / rtux-shopware
Boxalino Real Time User Experience (RTUX) Framework
Installs: 4 946
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
Type:shopware-platform-plugin
Requires
- php: ^8.0
- boxalino/rtux-api-php: ~3.3.36
- doctrine/dbal: ^3.6
- symfony/service-contracts: ^3.1
- dev-master
- 3.5.2
- 3.5.1
- 3.5.0
- 3.4.13
- 3.4.12
- 3.4.11
- 3.4.10
- 3.4.9
- 3.4.8
- 3.4.7
- 3.4.6
- 3.4.5
- 3.4.4
- 3.4.3
- 3.4.2
- 3.4.1
- 3.4.0
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.0
- 3.0.10
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.5.5
- 2.5.4
- 2.5.3
- 2.5.2
- 2.5.1
- 2.5.0
- 2.4.2
- 2.4.1
- 2.4.0
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.3
- 2.2.2
- 2.2.0
- 2.1.0
- 2.0.1
- 2.0.0
- 1.0.26
- 1.0.25
- 1.0.24
- 1.0.23
- 1.0.22
- 1.0.21
- 1.0.20
- 1.0.19
- 1.0.18
- 1.0.17
- 1.0.16
- 1.0.15
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 0.0.2
- 0.0.1
This package is auto-updated.
Last update: 2024-11-01 09:01:18 UTC
README
Introduction
For the Shopware6 integration, Boxalino comes with a divided approach: framework layer, data export layer and integration layer. The current repository is used as a framework layer and includes:
- API bundle
- JS tracker
By adding this package to your Shopware6 project, your setup can do the following:
- Enable the tracking
- Proceed to integrate features.
In order to create your dedicated account data index, the data export layer has to be installed before you continue. https://github.com/boxalino/exporter-shopware6
In order to use the API for generic functionalities (search, autocomplete, recommendations, etc), please continue with the guidelines from the integration repository https://github.com/boxalino/rtux-integration-shopware
Documentation
Check the public documentation on Framework Integrations https://boxalino.atlassian.net/wiki/spaces/BPKB/pages/349503489/Framework+Integration https://boxalino.atlassian.net/wiki/spaces/BPKB/pages/349601793/Shopware+6
Additionally, please check the GITHUB wiki page.
Setup
-
Add the plugin to your project via composer
composer require boxalino/rtux-shopware
-
Activate the plugin per Shopware use
./bin/console plugin:refresh
./bin/console plugin:install --activate --clearCache BoxalinoRealTimeUserExperience
-
Log in your Shopware admin and configure the plugin with the configurations provided for your setup Shopware Admin >> Settings >> System >> Plugins >> Boxalino RTUX Framework for Shopware v6
-
Due to the JS files in the plugin (tracker, Shopware6 CMS blocks, etc), a theme compilation might be required:
./psh.phar administration:build
or./bin/build-administration.sh
./psh.phar storefront:build
or `./bin/build-storefront.sh `` -
If the plugin configurations are not displayed, they can be accessed via direct link:
admin#/sw/plugin/settings/BoxalinoRealTimeUserExperience
All events will use a dedicated log file ./var/log/boxalino-.log
Contact us!
If you have any question, just contact us at support@boxalino.com