Download Magento extension (.zip)
Requirements
- Magento 2.4.x or higher
- PHP 7.4 or higher
Installation
Method 1: Composer (recommended)
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:cleanMethod 2: Manual installation (ZIP)
- Download the ZIP using the button above.
- Extract it into your Magento root directory (the
app/folder will merge automatically). - Confirm the module is located at
app/code/Ivo/Marketplace. - Run the Magento commands:
bin/magento module:enable Ivo_Marketplace --clear-static-content
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:cleanConfiguration (connect to IVO)
- In Magento Admin, go to Stores → Configuration → IVO → Configuration.
- Click Configure Plugin (or Authorize).
- You will be redirected to IVO to authorize the connection.
- After authorization, return to Magento and select your Merchant Point.
- Set Price Modifier (%) if you want to increase or decrease prices sent to IVO.
- Use Update stock on sale to automatically deduct local stock when a sale occurs on IVO.
- Click Save Config.
Usage
- Status: open a product in admin and look for the IVO Marketplace tab/section to see listing status and URL.
- Force sync: use the Force Sync action when you need to push changes immediately.
- Price modifier: changing the percentage refreshes synced prices according to the configured value.
- Stock update: when enabled, IVO sales update the local Magento stock.