unbxd / magento2-product-feed
The Magento 2 module, which provides possibility for synchronization product catalog with Unbxd service
Package info
github.com/unbxd/Magento-2-Extension
Type:magento2-module
pkg:composer/unbxd/magento2-product-feed
2.0.56
2026-05-21 04:42 UTC
Requires
- php: ~8.3.0|~8.4.0|~8.5.0
This package is auto-updated.
Last update: 2026-06-02 07:46:08 UTC
README
This module provide possibility for synchronization product catalog with Unbxd service.
Support Magento 2.1.* || 2.2.* || 2.3.* || 2.4.*
Installation Guide
Install by composer
composer require unbxd/magento2-product-feed
php bin/magento module:enable Unbxd_ProductFeed
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush
Manual installation
-
Download this module Link
-
Unzip module in the folder:
app\code\Unbxd\ProductFeed
-
Access the root of you Magento 2 instance from command line and run the following commands:
php bin/magento module:enable Unbxd_ProductFeed
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush
- Configure module in backend