How to Install and Configure the Venofy Module in Magento 2

Created on 20 February, 2025integration • 2 minutes read

How to Install and Configure the Venofy FOMO Module in Magento 2


The Venofy FOMO module for Magento 2 enhances your store’s performance by showing live notifications to users, creating a sense of urgency that encourages conversions. Follow this guide to install and configure the Venofy FOMO module on your Magento 2 store.


Prerequisites


Before you begin, ensure that:

Magento 2.3.x or later is installed.

PHP 7.0 or higher is running on your server (up to PHP 8.1).

• Your Magento store is set up and functional.


Step 1: Install the Venofy FOMO Module via Composer


To get started, you need to install the Venofy FOMO module using Composer.

1. Open your terminal and navigate to your Magento root directory.

2. Run the following Composer command to install the Venofy FOMO module:

composer require venofy/fomo

3. After installation, run the following command to enable the module:

php bin/magento module:enable Venofy_Fomo


Step 2: Run Magento Setup Upgrade


Once the module is enabled, update the Magento database to apply the necessary changes.

1. Run the setup upgrade command:

php bin/magento setup:upgrade

2. After the upgrade, clear Magento’s cache:

php bin/magento cache:flush


Step 3: Get the Pixel Code


The Pixel Code is essential for tracking and triggering FOMO notifications on your website. If you don’t have the pixel code yet, you will need to create a Venofy account first to generate the code.


If You Don’t Have a Venofy Account:

1. Create an Account:

• Go to the Venofy website and click on Sign Up.

• Complete the registration form with your details to create a new account.

• After successful registration, you can log in to your Venofy account.


Once Logged In:

1. Navigate to the Pixel Section:

After logging into your account, go to the Pixel section within your Venofy dashboard.

2. Copy the Pixel Code:

You will see a generated Pixel Code in the dashboard. Copy the entire code provided.


Once you’ve copied the Pixel Code, proceed to the next step in the configuration.


Step 4: Access the Configuration Settings


Once installed, you can access the Venofy module settings in your Magento admin panel.

1. Navigate to the Admin Panel:

Go to Stores > Configuration in the Magento backend.

2. Find the Venofy Tab:

In the Configuration page, you will see a new tab named Venofy.

3. Access General Settings:

Under the Venofy tab, select the General Settings section to configure the module.


Step 5: Configure the Venofy Module


The Venofy module provides two key settings that you can configure:

1. Enable Module:

• In the General Settings section, find the option to Enable the module.

• Set this field to Yes if you want to activate the Venofy feature on your store.


2. Add Pixel Code:

• The Pixel Code field allows you to input your pixel tracking code. This is essential for tracking and triggering the notifications.

• Paste your pixel code (which you obtained from Step 3) into the Pixel Code textarea field to integrate your notifications.


Step 6: Save and Test the Configuration

1. After making the desired changes, click Save Config to save your settings.

2. Now, visit your store’s frontend to ensure the notifications appear as expected. You should see live notifications that create urgency for your visitors.


Step 7: Going Live


Once you’ve configured and tested the module, your Venofy notifications will be live and ready to boost conversions. Make sure to monitor the performance and adjust settings as needed.