-
Notifications
You must be signed in to change notification settings - Fork 1
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 #7 from tomkalon/OP-412
OP-412 - Added functionalities.md
- Loading branch information
Showing
7 changed files
with
95 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
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,94 @@ | ||
# Functionalities | ||
|
||
--- | ||
### Introduction | ||
|
||
--- | ||
Poczta Polska is Poland's national postal operator, | ||
which offers letter, parcel, and special delivery services both domestically and internationally. | ||
|
||
The plug-in allows you to order postal services from the Poczta Polska Service with a click of the mouse, without having to fill in the data each time. | ||
|
||
This plugin supports communication with the PocztaPolska API (Elektroniczny Nadawca wersja), 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> | ||
|
||
#### API options | ||
|
||
It is possible to select: | ||
|
||
<div align="center"> | ||
<img src="./images/shipping_gateway_details2.png"/> | ||
</div> | ||
<br> | ||
|
||
Determine the payment page: | ||
- Sender | ||
- Recipient | ||
- Third party | ||
|
||
Payment method: | ||
- Bank transfer | ||
- Cash payment | ||
|
||
Type of request: | ||
- Create the shipment and order the courier | ||
- Order courier | ||
- Creating a shipment without restriction | ||
|
||
Type of transport service: | ||
- Domestic shipment | ||
- Service Domestic 09 | ||
- Service Domestic 12 | ||
- Shipment Connect | ||
- Shipment International | ||
|
||
**_Shipment start hour_**: | ||
Specifies the time from which the shipment is ready for collection by the courier | ||
|
||
**_Shipment end hour_**: | ||
Specifies the end time by which the courier can arrive to pick up the shipment. | ||
After this hour, the shipment may no longer be available for pickup. | ||
|
||
**_Pickup breaking hour_**: | ||
Specifies the cut-off time by which the courier can come to pick up the shipment. | ||
This is the hour after which the collection of the shipment will be postponed to the next business day. | ||
|
||
<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.