定制 routigo/magento2-plugin 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

routigo/magento2-plugin

最新稳定版本:v1.1.2

Composer 安装命令:

composer require routigo/magento2-plugin

包简介

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

README 文档

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".

统计信息

  • 总下载量: 841
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: CC-BY-NC-ND-3.0
  • 更新时间: 2023-02-20