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.
Download routigo/magento2-plugin
More information about routigo/magento2-plugin
Files in routigo/magento2-plugin
Package magento2-plugin
Short Description Allows you to send your order data to RoutiGo to set up route plans.
License CC-BY-NC-ND-3.0
Homepage https://routigo.com/
Informations about the package magento2-plugin
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
-
Install the extension:
composer require routigo/magento2-plugin
-
Enable the RoutiGo Magento 2 extension
php bin/magento module:enable TIG_RoutiGo
- 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:
-
Compile DI:
php bin/magento setup:di:compile
-
Deploy static content:
php bin/magento setup:static-content:deploy
- Disable maintenance mode:
php bin/magento maintenance:disable
Installation manually
- Download the extension directly from github by clicking on Code and then Download ZIP.
- Create the directory app/code/TIG/RoutiGo (Case-sensitive)
- Extract the zip and upload the code into app/code/TIG/RoutiGo
-
Enable the RoutiGo Magento 2 extension
php bin/magento module:enable TIG_RoutiGo
- 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".