Author:
Yulia Andreyanova
Changed on:
26 Sept 2024
To customize the Pack Wizard you need to create a JSON setting with the name
`fc.mystique.fields.fulfilmentpack`
The Unpacked Items section allows you to define how unpacked items are displayed in your application. The following configurations are supported:
The Packed Items section configuration lets you manage how the packed items are displayed and behave. The following configurations are supported:
These settings allow you to customize both behavior and dropdown selections for parcel management:
The Rejected Items section allows you to manage items that were not packed due to rejection. The following configurations are supported:
Rejection reasons are defined through the fc.mystique.pack.rejection.reasons setting. This setting allows you to customize the reasons available for rejecting items during the packing process.
In mobile view, the tables are adapted to a more compact format using Core’s Product Card Component.
The Scanner section allows for additional configuration such as turning on the camera scanner, defining default decoders, specifying the fields upon scan, etc.
The fc.mystique.fields.fulfilmentpack description provides more detailed information about the available configuration.
1{
2 "unpackedList": {
3 "labels": {
4 "title": "New Title"
5 }
6 },
7 "parcels": {
8 "allowMultipleParcelsPerItem": true,
9 "autoAssignAllItemsToFirstParcel": true,
10 "defaultType": "Small",
11 "parcelTypes": [
12 {
13 "name": "Small",
14 "length": "18",
15 "width": "18",
16 "height": "18",
17 "barcode": "4811810001462",
18 "defaultWeight": "3",
19 "minWeight": "0.1",
20 "maxWeight": "4"
21 },
22 {
23 "name": "Medium",
24 "length": "30",
25 "width": "30",
26 "height": "30",
27 "barcode": "4260312440970",
28 "defaultWeight": "8",
29 "minWeight": "5",
30 "maxWeight": "9.9"
31 },
32 {
33 "name": "Large",
34 "length": "45",
35 "width": "45",
36 "height": "45",
37 "barcode": "4810243007157",
38 "defaultWeight": "19",
39 "minWeight": "10",
40 "maxWeight": "20"
41 }
42 ]
43 },
44 "scanner": {
45 "enableCameraScanner": true
46 }
47}
Language: json
Name: Pack Wizard configuration example
Description:
[Warning: empty required content area]Copyright © 2024 Fluent Retail Pty Ltd (trading as Fluent Commerce). All rights reserved. No materials on this docs.fluentcommerce.com site may be used in any way and/or for any purpose without prior written authorisation from Fluent Commerce. Current customers and partners shall use these materials strictly in accordance with the terms and conditions of their written agreements with Fluent Commerce or its affiliates.