IVO Marketplace
ivo/module-marketplace
Integrates Magento 2 with the IVO Marketplace platform, enabling automatic product synchronization, offer management, and real-time listing status tracking from the admin panel.
Build Tests
Code Quality
Tested on Magento 2.4.8-p4
Recent Test History
Each release is tested against the latest Magento version at that time.
Top Contributors
View LeaderboardShare This Module's Status
README
Loaded from GitHubIVO Marketplace - Magento 2 Extension
Integrate your Magento 2 store with the IVO Marketplace platform. Automatically sync products, manage offers, and track listing status directly from the Magento admin panel.
Features
- Automatic Product Sync: Products are automatically synced to IVO Marketplace when saved
- Status Tracking: View real-time IVO listing status (Active/Inactive/Draft) in product edit page
- Force Sync: Manually trigger product synchronization with one click
- Multi-language Support: Admin interface available in English, Romanian, and Russian
Requirements
- Magento 2.4.x or higher
- PHP 7.4 or higher
Installation
Method 1: Composer (Recommended)
This is the official Magento-recommended way to install extensions.
composer require ivo/module-marketplace
bin/magento module:enable Ivo_Marketplace --clear-static-content
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:clean
Method 2: Manual Installation
If you don't use Composer, you can install manually:
- Download the latest
Ivo_Marketplace-x.x.x.zipfile - Extract the ZIP file to your Magento root directory (the
app/folder will merge automatically)
That's it! The files will be placed in app/code/Ivo/Marketplace/
Then run:
bin/magento module:enable Ivo_Marketplace --clear-static-content
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:clean
Configuration
- Go to Stores > Configuration > IVO > Configuration
- Click the "Configure Plugin" button
- You will be redirected to IVO to authorize your store
- After authorization, you'll return to Magento
- Select your Merchant Point from the dropdown (this links your store to a specific IVO selling point)
- Click Save Config
That's it! Your products will now sync automatically with IVO Marketplace.
Usage
Viewing Product Status
- Go to Catalog > Products
- Edit any product
- Click on the IVO Marketplace tab
- View the current sync status and marketplace URL
Force Sync
If a product needs to be re-synced manually:
- Open the product edit page
- Go to the IVO Marketplace tab
- Click Force Sync with IVO
- Wait for confirmation message
Changelog
Version 1.0.0
- Initial release
- Automatic product sync on save
- IVO Status tab in product edit page
- Force Sync button
- Multi-language support (EN, RO, RU)
Support
For support, please contact:
- Email: support@ivo.md
- Website: https://ivo.md
License
Proprietary - All rights reserved by IVO.
This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.