klaviyo / shopware-klaviyo
3.1.3
2024-10-07 10:21 UTC
Requires
- php: ^8.2
- ext-json: *
- od/sw6-job-scheduler: 3.0.0
- shopware/administration: 6.6.*
- shopware/core: 6.6.*
- shopware/storefront: 6.6.*
- dev-master-1.x.x
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.0
- 2.14.1
- 2.14.0
- 2.13.3
- 2.13.2
- 2.13.1
- 2.13.0
- 2.12.0
- 2.11.1
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.3
- 2.7.0
- 2.6.0
- 2.3.2
- 2.3.1
- 2.1.1
- 2.1.0
- 2.0.1
- 1.12.1
- 1.12.0
- 1.11.3
- 1.11.2
- 1.11.1
- 1.11.0
- 1.10.0
- 1.9.1
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.4
- 1.6.3
- 1.6.1
- 1.6.0
- 1.5.0
- 1.4.0
- 1.1.3
- 1.1.1
- 1.1.0
- 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.2
- 1.0.1
- 1.0
- dev-master-3.x.x
- dev-master-2.x.x
This package is not auto-updated.
Last update: 2024-10-30 15:12:40 UTC
README
This plug-in integrates a new module in Shopware which allows the integration of Klaviyo
The main feature of this plugin is the integration of Klaviyo Event Tracking
The plugin offers the following features:
- Tracking customer data
- Tracking subscribers
- Tracking website activity
- Tracking order activity
- Tracking products
Requirements
- Shopware >= 6.4.0.0
Embedded Dependencies:
- OD Scheduler ^1.0.0
Documentation
Testing
To perform tests, phpunit.xml.dist must be configured properly (at least KLAVIYO_PRIVATE_KEY const parameter), overwise this tests willl be skipped. Run the following command to execute common testsuite in module root:
./bin/phpunit.sh --testsuite General
How to run load tests:
./bin/phpunit.sh --testsuite Load