Skip to content

Commit

Permalink
OP-511 - functionalities.md has been updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkalon committed Sep 11, 2024
1 parent 991d6a3 commit 8625a97
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
Binary file modified 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.
27 changes: 25 additions & 2 deletions doc/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,22 @@ Select 'Shipping gateways' from Sylius Admin Panel and add methods for Courier a

### Exporting shipping data

Select 'Export shipping data' from Sylius Admin Panel
- Select 'Export shipping data' from Sylius Admin Panel.

Now you can export each shipment or all at once.

> It is possible to select the shipment size (`parcel template`) by clicking on the appropriate button.
The `.env` file can be used to set the default selection for all new shipments.
```dotenv
BITBAG_INPOST_DEFAULT_PARCEL_TEMPLATE='medium'
```
#### Three types of parcel templates are allowed:

- 'small'
- 'medium'
- 'large'

Now you can export each shipment or all at once

<div align="center">
<img src="./images/shipping_export.png"/>
Expand All @@ -61,3 +74,13 @@ Now you can export each shipment or all at once
### Printing label

Once your order got exported you can download shipping label

#### Two types of labels are allowed:

- 'normal'
- 'A6'

Settings can be changed in the `.env` file:
```dotenv
BITBAG_INPOST_DEFAULT_LABEL_TYPE='normal'
```

0 comments on commit 8625a97

Please sign in to comment.