Skip to content

forwarder/belco-magento

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento Belco.io integration

This package integrates the Belco.io API with your Magento shop. It synchronizes customer and order data and adds the Belco.io Widget to the front-end. The package is tested in Magento 1.9.

Setup

You will need your Belco Shop ID and API secret to complete the setup, which you can find in your Belco settings under 'Api keys'.

Installation

Composer

Composer is the prefered way to install our plugin.

composer require forwarder/belco-magento

If composer throws an error, run this command

composer config repositories.belco git https://github.com/forwarder/belco-magento.git

or add this to your composer.json file manually

    "repositories": [
        "belco": {     
            "url":"https://github.com/forwarder/belco-magento.git",
            "type": "git"
        }
    ]

Modman

You can also use modman to install the plugin.

Configuration

  • Log in to your Magento backend.
  • Go to System > Configuration > Belco.io > Settings
  • Enter your Shop ID and API secret
  • Click Save Config

Problems after installing

If you're having problems after installing the package, try to log out and log in again.

License

The code is licensed under the GPL v3 licence