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

0.4.6 2024-08-08 08:16 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:

  1. Go to the admin panel
  2. Navigate to Stores > Configuration.
  3. Navigate to Belco > Settings.
  4. Fill in the Shop id and API Secret and save.

Shop id and API Secret can be found within the belco app. Under: Settings > API keys