Installation
You can install Klaviyo Connect Plus from the Plugin Store or with Composer
From the Plugin Store
Go to the Plugin Store in your project’s Control Panel and search for Klaviyo Connect Plus. Then click on the Install button in its modal window.
With Composer
Open your terminal and run the following commands:
# go to the project directory
cd /path/to/my-project
# tell Composer to load the plugin
composer require fostercommerce/klaviyo-connect-plus
# tell Craft to install the plugin
./craft install/plugin klaviyo-connect-plus
Further Reading
See Loading your plugin into a Craft project for more details on installing plugins.