Download the PHP package carriyo/module-shipment without Composer
On this page you can find all versions of the php package carriyo/module-shipment. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download carriyo/module-shipment
More information about carriyo/module-shipment
Files in carriyo/module-shipment
Download carriyo/module-shipment
More information about carriyo/module-shipment
Files in carriyo/module-shipment
Vendor carriyo
Package module-shipment
Short Description This module integrates your e-commerce with Carriyo platform.
License Apache-2.0
Package module-shipment
Short Description This module integrates your e-commerce with Carriyo platform.
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package module-shipment
Mage2 Module Carriyo Shipment
``carriyo/module-shipment``
Main Functionalities
This module integrates your ecommerce with Carriyo platform.
Installation
* = in production please use the --keep-generated
option
Type 1: Zip file
- Unzip the zip file in
app/code/Carriyo
- Rename the unziped folder to
Shipment
-
By this moment you should have the following folder tree
- Enable the module by running
php bin/magento module:enable Carriyo_Shipment
- Apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush
Type 2: Composer
- Add the composer repository to the configuration by running
composer config repositories.repo.magento.com composer https://repo.magento.com/
- Install the module composer by running
composer require carriyo/module-shipment:"^1.3.0"
. Replace version number if you want to use a previous version of the Carriyo module. - enable the module by running
php bin/magento module:enable Carriyo_Shipment
- apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush
Specifications
The following settings can be found in
Stores -> Configuration -> Carriyo -> Settings
- API Credentials
- API Domain - (required)
- Tenant ID - (required)
- Merchant ID - (required)
- API Key - (required)
- Client ID - (required)
- Client Secret - (required)
- Pickup Address
- Location Code - (required)
- Carriyo Mappings
- Shipping Methods - (required) A map between your sipping methods labels and Carriyo shipping type. Eg:
Flat Rate=STANDARD,Free Shipping=EXPRESS
- Allowed Order Statuses (COD): List of Magento statuses that are allowed to update Carriyo for COD orders. Eg:
pending,processing
- Allowed Order Statuses (Other Payment Types): List of Magento statuses that are allowed to update Carriyo for non COD orders. Eg:
processing
- Order Status Mapping: Map Carriyo statuses to update the Magento order status. Eg:
shipped=complete,cancelled=canceled
- Shipment Reference Prefix: Add an optional prefix to the Carriyo shipment reference. Use this when your Magento order numbers are not unique across merchants.
- Shipping Methods - (required) A map between your sipping methods labels and Carriyo shipping type. Eg:
Running in local environment
In order to run this environment please make sure you have docker
and docker-compose
installed.
- Download this repo: Clean docker Magento2
- After that you need to download a Magento2 project
- Move your Magento project to be the
src
inside the docker repo. - Now you can just
docker-compose up -d
to spin up the project normally.
All versions of module-shipment with dependencies
PHP Build Version
Package Version
No informations.
The package carriyo/module-shipment contains the following files
Loading the files please wait ....