-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ab5bb61
commit cfffbab
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Functionalities | ||
|
||
--- | ||
|
||
There are many shipping providers and each has its own API format you might want to use to export shipping data and request the pickup. | ||
This plugin allows you to write simple API calls and configuration form for specific shipping provider. | ||
|
||
After installation, user is now able to create gateway for a specific shipping provider (of course the right configuration form must be firstly written). | ||
|
||
<div align="center"> | ||
<img src="./images/shipping_gateways.png"/> | ||
</div> | ||
|
||
Once the shipping method and shipping gateway for the shipping provider are created, customer can use this shipping method during a checkout. | ||
When the order is placed, user can now go to the 'Export shipping data' section from Sylius Admin Panel and export chosen shipments. | ||
|
||
<div align="center"> | ||
<img src="./images/shipping_export.png"/> | ||
</div> |