k10r/version-central-tracker

This package is abandoned and no longer maintained. No replacement package was suggested.

VersionCentral Tracker

Installs: 85

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 1

Type:shopware-core-plugin

v1.0.1 2016-03-07 17:23 UTC

This package is not auto-updated.

Last update: 2020-01-16 20:08:06 UTC


README

Support

Shopware Version

  • Tested versions: 4.3.6, 5.1.2, 5.1.3
  • If you run any other versions, just try it ;-)

Installation

Manual

Download the current ZIP and copy the files into your shop directory into engine/Shopware/Plugins/Local/Core/K10rVersionCentralTracker.

Keep the directory structure of the ZIP intact.

Shopware Plugin Manager

Download the latest release ZIP and upload it via the plugin manager in your Shopware backend.

composer

You can also install the plugin via composer.

Add the following parts to your Shopware composer.json:

{
    # …
    "require": {
        # …
        "k10r/version-central-tracker": "dev-master"
    },
    "repositories": [
        # …
        {
            "type": "vcs",
            "url": "https://github.com/version-central/ext-shopware"
        }
    ]
}

Afterwards, run composer install and the plugin should be available

via Community Store

(coming soon, waiting for approval from Shopware)

Configuration

Open the Plugin Manager in your Shopware backend and install the plugin.

Afterwards open the plugin configuration and add your application token from the VersionCentral project. After saving the configuration, you can activate the plugin. Information should appear for your application in the VersionCentral dashboard.

Note: Shopware-Cronjob-Plugin has to be installed, enabled and running. Have a look on the Shopware Wiki for further information how to activate cronjobs.

Contact

If you have any problems or suggestions, just email us at support@versioncentral.com.