forwarder / belco-magento2
Belco.io Magento Module to install widget code and sync customer information.
Installs: 18 848
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 5
Forks: 9
Open Issues: 3
Type:magento2-module
Requires
- php: ~7.2.0|~7.3.0|~7.4.0|~8.0.0|~8.1.0|~8.2.0|~8.3.0
- magento/framework: *
This package is not auto-updated.
Last update: 2025-03-25 23:08:58 UTC
README
Installation
composer require forwarder/belco-magento2 php bin/magento setup:upgrade php bin/magento setup:di:compile
If composer throws an error, run this command
composer config repositories.belco git https://github.com/forwarder/belco-magento2.git
or add this to your composer.json file manually
"repositories": [ "belco": { "url":"https://github.com/forwarder/belco-magento2.git", "type": "git" } ]
Configuration
After installing do the following procedure:
- Go to the admin panel
- Navigate to Stores > Configuration.
- Navigate to Belco > Settings.
- Fill in the
Shop id
andAPI Secret
and save.
Shop id
and API Secret
can be found within the belco app.
Under: Settings > API keys