-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from BitBagCommerce/OP-410
OP-410 - Added functionalities.md
- Loading branch information
Showing
7 changed files
with
65 additions
and
1 deletion.
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
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,60 @@ | ||
# Functionalities | ||
|
||
--- | ||
### Introduction | ||
|
||
--- | ||
DPD Poland is part of Geopost, the second-largest international courier network, | ||
which delivers parcels around the world every day in a sustainable manner. | ||
|
||
The plugin allows you to make a DPD (PL) courier order with one click of the mouse, without having to fill in the data each time. | ||
This plugin supports communication with the DPD_PL API, including exporting shipping data | ||
and creating ready-made labels to print directly from the order. | ||
|
||
### Usage | ||
|
||
--- | ||
#### Adding Shipping Gate | ||
|
||
After installation, users can add the shipping method corresponding to the service provider | ||
to which they want to export shipments. | ||
|
||
<div align="center"> | ||
<img src="./images/shipping_method.png"/> | ||
</div> | ||
<br> | ||
|
||
It then creates a new "shipping gateway" for the added shipping method. | ||
When a customer selects this shipping method when ordering products, the order will be captured by the gateway. | ||
<div align="center"> | ||
<img src="./images/shipping_gateway.png"/> | ||
</div> | ||
<br> | ||
|
||
Selects the shipping method and completes the form fields accordingly. | ||
|
||
<div align="center"> | ||
<img src="./images/shipping_gateway_details.png"/> | ||
</div> | ||
<br> | ||
|
||
It is possible to add return shipment handling and select a guaranteed delivery time: | ||
- Standard | ||
- Delivery before 9:30 | ||
- Delivery before 12:00 | ||
- Delivery on Saturday | ||
|
||
<div align="center"> | ||
<img src="./images/return_delivery_guarantee.png"/> | ||
</div> | ||
<br> | ||
|
||
#### Shipping Exports | ||
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. | ||
|
||
After exporting the shipment, it is possible to download the label for printing. | ||
<div align="center"> | ||
<img src="./images/shipping_export.png"/> | ||
</div> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.