Download the PHP package routigo/magento2-plugin without Composer

On this page you can find all versions of the php package routigo/magento2-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package magento2-plugin

RoutiGo Magento 2

Requirements

Installation

We strongly recommend that you use a Staging Environment for the installation, and to also make a backup of your environment.

Installation using composer (recommended)

To install the extension login to your environment using SSH. Then navigate to the Magento 2 root directory and run the following commands in the same order as described:

Enable maintenance mode:

php bin/magento maintenance:enable
  1. Install the extension:

    composer require routigo/magento2-plugin
  2. Enable the RoutiGo Magento 2 extension

    php bin/magento module:enable TIG_RoutiGo
  3. Update the Magento 2 environment:
    php bin/magento setup:upgrade

When your Magento environment is running in production mode, you also need to run the following comands:

  1. Compile DI:

    php bin/magento setup:di:compile
  2. Deploy static content:

    php bin/magento setup:static-content:deploy
  3. Disable maintenance mode:
    php bin/magento maintenance:disable

Installation manually

  1. Download the extension directly from github by clicking on Code and then Download ZIP.
  2. Create the directory app/code/TIG/RoutiGo (Case-sensitive)
  3. Extract the zip and upload the code into app/code/TIG/RoutiGo
  4. Enable the RoutiGo Magento 2 extension

    php bin/magento module:enable TIG_RoutiGo
  5. Update the Magento 2 environment:
    php bin/magento setup:upgrade

Configuration

After installing the RoutiGo Magento 2 extension it can be found within the Magento backend under Stores > Configuration > Sales > RoutiGo.

Account settings

To activate the plugin it needs to be set on Test or Live mode and a working Api Key needs to be filled. The key can be tested using the button "Validate Webhook", this needs to be done after saving the settings for the Api key.

Settings

Here the cutoff time can be defined, when an order is placed after this time an extra day will be added to the shipping duration. Also the shipment days can be setup here.

Timeframes

By enabling timeframes you can give the customers the option to select a preferred time within the checkout of the webshop.

Upload

Orders placed with a RoutiGo shipping method can be send to RoutiGo based on the order status. When the order is send to RoutiGo, it is possible to give the order a specific status to keep an overview which ones have been send to RoutiGo.

Shipping Costs

The shipping costs can be defined within the RoutiGo shipping method. This can be found in the backend under *Stores > Configuration > Sales > Deliver Methods > RoutiGo".


All versions of magento2-plugin with dependencies

PHP Build Version
Package Version
Requires magento/framework Version ~102.0|~103.0
php Version ~7.2.0|~7.3.0|~7.4.0|~8.0|~8.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package routigo/magento2-plugin contains the following files

Loading the files please wait ....