tun2u/m2-module-klaviyoaddons

Magento 2 Klaviyo Addons Module

Installs: 298

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

1.0.5 2023-01-10 12:02 UTC

This package is auto-updated.

Last update: 2024-04-10 14:36:53 UTC


README

Latest Stable Version Total Downloads License

Features

  • Gets all unsubscribed users from klaviyo and unsubscribes them from magento. Scheduled by cron. Cron execution time can be set in module configuration.
  • Supports Magento 2.x

Installing

Manual Installation

Install Tun2U KlaviyoAddons extension for Magento 2

  • Download the extension
  • Unzip the file
  • Create a folder {Magento root}/app/code/Tun2U/KlaviyoAddons
  • Copy the content from the unzip folder
  • Run following command
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento setup:di:compile
php bin/magento cache:flush
  • Flush cache
Using Composer (from Magento Root Dir run)
composer require tun2u/m2-module-klaviyoaddons
php bin/magento setup:static-content:deploy
php bin/magento setup:di:compile
php bin/magento cache:flush

Requirements

  • PHP >= 7.0.0

Compatibility

  • Magento >= 2.0

Setup

  • From admin:
  • Go to stores > configuration
  • Find Klaviyo in sidebar
  • Open General
  • Open Klaviyo Add-ons
  • Set cron execution time

CLI commands:

  • To start synchronization of all unsubscribed users manually, use the command:
php bin/magento tun2u:klaviyoaddons --action sync_unsubscribed_users

Support

If you encounter any problems or bugs, please create an issue on GitHub.

Developer

Tun2U Team

Licence

GNU General Public License, version 3 (GPLv3)

Copyright

(c) 2022 Tun2U Team