Skip to content

Commit

Permalink
Merge pull request #9 from BitBagCommerce/OP-410
Browse files Browse the repository at this point in the history
OP-410 - Added functionalities.md
  • Loading branch information
senghe authored Aug 12, 2024
2 parents fea5286 + 266e8c4 commit 2fc5165
Show file tree
Hide file tree
Showing 7 changed files with 65 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ Like what we do? Want to join us? Check out our job listings on our [career page
***

* [Overview](#overview)
* [Functionalities](doc/functionalities.md)
* [Support](#we-are-here-to-help)
* [Installation](#installation)
* [Usage](#usage)
* [About us](#about-us)
* [Community](#community)
* [Demo](#demo)
Expand Down Expand Up @@ -81,7 +83,9 @@ Update your database schema
```bash
bin/console doctrine:schema:update --force --complete
```

# Usage
### Important!
If non-existent postal codes are provided - both in the "shipping gateway" and during the order, export of the shipment will not be possible. For the plugin to work properly, it is also necessary to add the weight of the products.
# About us

---
Expand Down
60 changes: 60 additions & 0 deletions doc/functionalities.md
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>
Binary file added doc/images/return_delivery_guarantee.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/shipping_export.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/shipping_gateway.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/shipping_gateway_details.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/shipping_method.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2fc5165

Please sign in to comment.