How to install NotiPack with Magento?
Last updated
Last updated
Current version: 1.0.0
Plugin update:
In ssh, type the following commands (one at a time):
composer update notipack/magento2_integration
php bin/magento setup:upgrade php bin/magento setup:di:compile
To integrate Notipack with your store on Magento, first connect via ssh and go to the main directory of the application, follow the steps below, the plugin will automatically download from the official repository.
In ssh, type the following commands (one at a time):
composer require notipack/magento2_integration
php bin/magento module:enable Notipack_Integration
php bin/magento setup:upgrade
Go back to the Notipack panel, next to your domain in the "INSTALLATION" section you will find the KEY to integrate with Notipack, paste it in the plugin and click "SEND".
If you haven't done it yet - ADD DOMAIN, after adding you will receive the KEY.
That's all, from now on the created notifications will display automatically. Notifications like "LATEST CONVERSION" and "CONVERSION COUNTER" don't forget to set them as ACTIVE to collect data from the last conversions made in your store.
Use variables in the title and description:
{buyer_name} - will display the name
{city} - will display the buyer's city
{product_name} - will display the product name
{thumbnail} - image URL
{product_link} - URL when clicked
The notification should look more or less like this (use variables as you like):