qonfi/magento

Your Qonfi module to integrate Qonfi with your site

Installs: 70

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

Open Issues: 0

Type:magento2-module

1.1.8 2025-08-27 13:08 UTC

This package is not auto-updated.

Last update: 2025-09-10 13:57:12 UTC


README

The Qonfi product finder for Magento 2 extension provides two custom widget templates that allow you to easily integrate Qonfi into your store. The extension places the required vendor scripts into the head of your site and offers flexible widget configuration options, including display type and WYSIWYG content support.

Installation

Option 1: Install via Magento Marketplace

You can install the Qonfi product finder extension directly from the Magento Marketplace. Visit the following link to download and install the extension: Qonfi Block on Magento Marketplace.

Option 2: Install via Composer

Alternatively, you can install the extension using Composer. Run the following command in your terminal:

composer require qonfi/magento

After installation, make sure to enable the module and clear the cache:

bin/magento module:enable Qonfi_Qonfi
bin/magento setup:upgrade
bin/magento cache:flush

Features

Two custom widget templates for Qonfi integration. Automatic inclusion of the Qonfi vendor script in the head. Widget options for UUID, display type, and custom WYSIWYG content. Supports popup, inline, and sidebar display modes.

  1. Qonfi WYSIWYG Widget Qonfi wysiwyg UUID int Unique identifier for the Qonfi WYSIWYG instance Type - select- Display type: popup, inline, or sidebar WYSIWYG field - text - Custom content to be displayed within the widget, you can include widgets, blocks or write something

  2. Qonfi Widget Default Qonfi UUID - int - Unique identifier for the Qonfi block Type - select - Display type: popup, inline, sidebar Title - text - Block title Content text - text - Main content text Button text - text - Text for the action button Background Color - color - Block background color Text Color - color - Primary text color Button Text Color - color - Button text color Button Background Color - color - Button background color

Usage

In the Magento Admin Panel, navigate to Content > Widgets. Add a new widget and select your desired Qonfi widget template. Configure the widget options as needed. Assign the widget to store views and pages.

Including the Vendor Script

The extension automatically places the required Qonfi vendor script into the head of your site, ensuring that the widget functions correctly without manual script management.