routigo/magento2-plugin

Allows you to send your order data to RoutiGo to set up route plans.

Installs: 430

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

v1.1.2 2023-03-06 11:07 UTC

This package is auto-updated.

Last update: 2025-04-10 11:03:36 UTC


README

RoutiGo Logo

RoutiGo Magento 2

Requirements

  • Magento version 2.4.5, 2.4.4, 2.4.3
  • PHP 7.4+

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
  1. Enable the RoutiGo Magento 2 extension
php bin/magento module:enable TIG_RoutiGo
  1. 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
  1. Deploy static content:
php bin/magento setup:static-content:deploy
  1. 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
  1. 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".