-
Notifications
You must be signed in to change notification settings - Fork 103
Expand file tree
/
Copy pathpbc_all_sidebar.yml
More file actions
4548 lines (4216 loc) · 366 KB
/
pbc_all_sidebar.yml
File metadata and controls
4548 lines (4216 loc) · 366 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
title: PBC guides
entries:
- product: PBC
nested:
- title: AI Foundation
url: /docs/pbc/all/ai-foundation/latest/ai-foundation.html
- title: AI Commerce
url: /docs/pbc/all/ai-commerce/latest/ai-commerce.html
nested:
- title: Visual Add to Cart
url: /docs/pbc/all/ai-commerce/latest/visual-add-to-cart.html
- title: Back Office Assistant
url: /docs/pbc/all/ai-commerce/latest/backoffice-assistant.html
- title: Search by Image
url: /docs/pbc/all/ai-commerce/latest/search-by-image.html
- title: Smart PIM
url: /docs/pbc/all/ai-commerce/latest/smart-pim.html
- title: Yves
nested:
- title: Install and upgrade
nested:
- title: Enable the Zero State component for empty data
url: /docs/pbc/all/yves/install-and-upgrade/enable-zero-state-component-for-empty-data.html
- title: Back Office
nested:
- title: Base shop
nested:
- title: Spryker Core Back Office feature overview
url: /docs/pbc/all/back-office/base-shop/spryker-core-back-office-feature-overview.html
- title: Back Office Translations overview
url: /docs/pbc/all/back-office/base-shop/back-office-translations-overview.html
- title: Backoffice Configuration Framework
url: /docs/pbc/all/back-office/base-shop/backoffice-configuration-framework.html
- title: Basic Shop Theme feature overview
url: /docs/pbc/all/back-office/base-shop/basic-shop-theme-feature-overview.html
- title: Install and upgrade
nested:
- title: Install the Spryker Core Back Office feature
url: /docs/pbc/all/back-office/base-shop/install-and-upgrade/install-the-spryker-core-back-office-feature.html
- title: Install the Spryker Core Back Office + Comments feature
url: /docs/pbc/all/back-office/base-shop/install-and-upgrade/install-the-spryker-core-back-office-comments-feature.html
- title: Install the Back Office number formatting
url: /docs/pbc/all/back-office/base-shop/install-and-upgrade/install-the-back-office-number-formatting.html
- title: Upgrade the Chart module
url: /docs/pbc/all/back-office/base-shop/install-and-upgrade/upgrade-the-chart-module.html
- title: Upgrade the Back Office to Bootstrap 5
url: /docs/pbc/all/back-office/base-shop/install-and-upgrade/upgrade-the-back-office-to-bootstrap-5.html
- title: Install Back Office accessibility improvements
url: /docs/pbc/all/back-office/base-shop/install-and-upgrade/install-back-office-accessibility-improvements.html
- title: Install Back Office dropdown navigation
url: /docs/pbc/all/back-office/base-shop/install-and-upgrade/install-back-office-dropdown-navigation.html
- title: Install Back Office dashboard home path
url: /docs/pbc/all/back-office/base-shop/install-and-upgrade/install-back-office-dashboard-home-path.html
- title: Enable Google Material Icons
url: /docs/pbc/all/back-office/base-shop/install-and-upgrade/enable-google-material-icons.html
- title: Update the INSPINIA theme in Back Office
url: /docs/pbc/all/back-office/base-shop/install-and-upgrade/update-inpinia-theme-version-at-back-office.html
- title: Configure the timezone in the Back Office
url: /docs/pbc/all/back-office/base-shop/configure-the-timezone-in-the-back-office.html
- title: Unified Commerce
nested:
- title: Install features
nested:
- title: Spryker Core Back Office + Warehouse User Management
url: /docs/pbc/all/back-office/unified-commerce/install-and-upgrade/install-the-spryker-core-back-office-warehouse-user-management-feature.html
- title: Business Intelligence
url: /docs/pbc/all/business-intelligence/business-intelligence.html
nested:
- title: Amazon QuickSight third-party integration
url: /docs/pbc/all/business-intelligence/amazon-quicksight-third-party-integration/amazon-quicksight.html
nested:
- title: Set up
url: /docs/pbc/all/business-intelligence/amazon-quicksight-third-party-integration/set-up-amazon-quicksight.html
- title: Install
url: /docs/pbc/all/business-intelligence/amazon-quicksight-third-party-integration/install-amazon-quicksight.html
- title: "Best practices: working with analytics"
url: /docs/pbc/all/business-intelligence/amazon-quicksight-third-party-integration/best-practices-working-with-analytics.html
- title: Refresh analytics datasets
url: /docs/pbc/all/business-intelligence/amazon-quicksight-third-party-integration/back-office-refresh-analytics-datasets.html
- title: Manage analytics users and roles
url: /docs/pbc/all/business-intelligence/amazon-quicksight-third-party-integration/manage-analytics-users-and-roles.html
- title: Install the Analytics feature
url: /docs/pbc/all/business-intelligence/install-the-analytics-feature.html
- title: Carrier Management
url: /docs/pbc/all/carrier-management/carrier-management.html
nested:
- title: Base shop
nested:
- title: Shipment feature overview
url: /docs/pbc/all/carrier-management/base-shop/shipment-feature-overview.html
- title: Shipment + Cart feature overview
url: /docs/pbc/all/carrier-management/base-shop/shipment-cart-feature-overview.html
- title: Shipment + Customer Account Management feature overview
url: /docs/pbc/all/carrier-management/base-shop/shipment-customer-account-management-feature-overview.html
- title: Install and upgrade
nested:
- title: Install features
nested:
- title: Shipment
url: /docs/pbc/all/carrier-management/base-shop/install-and-upgrade/install-features/install-the-shipment-feature.html
- title: Shipment + Approval Process
url: /docs/pbc/all/carrier-management/base-shop/install-and-upgrade/install-features/install-the-shipment-approval-process-feature.html
- title: Shipment + Cart
url: /docs/pbc/all/carrier-management/base-shop/install-and-upgrade/install-features/install-the-shipment-cart-feature.html
- title: Shipment + Customer Account Management
url: /docs/pbc/all/carrier-management/base-shop/install-and-upgrade/install-features/install-the-shipment-customer-account-management-feature.html
- title: Upgrade modules
nested:
- title: Shipment
url: /docs/pbc/all/carrier-management/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipment-module.html
- title: ShipmentCartConnector
url: /docs/pbc/all/carrier-management/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipmentcartconnector-module.html
- title: ShipmentCheckoutConnector
url: /docs/pbc/all/carrier-management/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipmentcheckoutconnector-module.html
- title: ShipmentDiscountConnector
url: /docs/pbc/all/carrier-management/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipmentdiscountconnector-module.html
- title: ShipmentGui
url: /docs/pbc/all/carrier-management/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-shipmentgui-module.html
- title: Install the Shipment Glue API
url: /docs/pbc/all/carrier-management/base-shop/install-and-upgrade/install-the-shipment-glue-api.html
- title: Manage in the Back Office
url: /docs/pbc/all/carrier-management/base-shop/manage-in-the-back-office/manage-carrier-companies-and-delivery-methods-in-the-back-office.html
nested:
- title: Add carrier companies
url: /docs/pbc/all/carrier-management/base-shop/manage-in-the-back-office/add-carrier-companies.html
- title: Add delivery methods
url: /docs/pbc/all/carrier-management/base-shop/manage-in-the-back-office/add-delivery-methods.html
- title: Edit delivery methods
url: /docs/pbc/all/carrier-management/base-shop/manage-in-the-back-office/edit-delivery-methods.html
- title: Manage using Glue API
nested:
- title: Retrieve shipments and shipment methods when submitting checkout data
url: /docs/pbc/all/carrier-management/base-shop/manage-using-glue-api/glue-api-retrieve-shipments-and-shipment-methods-when-submitting-checkout-data.html
- title: Retrieve shipments when checking out purchases
url: /docs/pbc/all/carrier-management/base-shop/manage-using-glue-api/glue-api-retrieve-shipments-when-checking-out-purchases.html
- title: Retrieve shipments in orders
url: /docs/pbc/all/carrier-management/base-shop/manage-using-glue-api/glue-api-retrieve-shipments-in-orders.html
- title: Manage shipment types
nested:
- title: Add shipment types
url: /docs/pbc/all/carrier-management/base-shop/manage-using-glue-api/manage-shipment-types/glue-api-add-shipment-types.html
- title: Retrieve shipment types
url: /docs/pbc/all/carrier-management/base-shop/manage-using-glue-api/manage-shipment-types/glue-api-retrieve-shipment-types.html
- title: Update shipment types
url: /docs/pbc/all/carrier-management/base-shop/manage-using-glue-api/manage-shipment-types/glue-api-update-shipment-types.html
- title: Import data
url: /docs/pbc/all/carrier-management/base-shop/import-and-export-data/import-carrier-management-data.html
nested:
- title: "shipment.csv"
url: /docs/pbc/all/carrier-management/base-shop/import-and-export-data/import-file-details-shipment.csv.html
- title: "shipment_method_store.csv"
url: /docs/pbc/all/carrier-management/base-shop/import-and-export-data/import-file-details-shipment-method-store.csv.html
- title: "shipment_price.csv"
url: /docs/pbc/all/carrier-management/base-shop/import-and-export-data/import-file-details-shipment-price.csv.html
- title: "shipment_method_shipment_type.csv"
url: /docs/pbc/all/carrier-management/base-shop/import-and-export-data/import-file-details-shipment-method-shipment-type.csv.html
- title: "shipment_type.csv"
url: /docs/pbc/all/carrier-management/base-shop/import-and-export-data/import-file-details-shipment-type.csv.html
- title: "shipment_type_store.csv"
url: /docs/pbc/all/carrier-management/base-shop/import-and-export-data/import-file-details-shipment-type-store.csv.html
- title: Add shipment methods
url: /docs/pbc/all/carrier-management/base-shop/add-shipment-methods.html
- title: Domain model and relationships
nested:
- title: "Shipment method entities in the database: reference information"
url: /docs/pbc/all/carrier-management/base-shop/domain-model-and-relationships/shipment-method-entities-in-the-database-reference-information.html
- title: Extend and customize
nested:
- title: "Shipment method plugins: reference information"
url: /docs/pbc/all/carrier-management/base-shop/extend-and-customize/shipment-method-plugins-reference-information.html
- title: Third-party integrations
nested:
- title: Seven Senders
url: /docs/pbc/all/carrier-management/base-shop/third-party-integrations/seven-senders/seven-senders.html
nested:
- title: Install and configure
url: /docs/pbc/all/carrier-management/base-shop/third-party-integrations/seven-senders/install-and-configure-seven-senders.html
- title: Integrate
url: /docs/pbc/all/carrier-management/base-shop/third-party-integrations/seven-senders/integrate-seven-senders.html
- title: API requests
url: /docs/pbc/all/carrier-management/base-shop/third-party-integrations/seven-senders/seven-senders-api-requests.html
- title: Mappers
url: /docs/pbc/all/carrier-management/base-shop/third-party-integrations/seven-senders/seven-senders-mappers.html
- title: Persistence layer
url: /docs/pbc/all/carrier-management/base-shop/third-party-integrations/seven-senders/seven-senders-persistance-layer.html
- title: Paazl
url: /docs/pbc/all/carrier-management/base-shop/third-party-integrations/paazl.html
- title: Paqato
url: /docs/pbc/all/carrier-management/base-shop/third-party-integrations/paqato.html
- title: Marketplace
nested:
- title: Marketplace Shipment feature overview
url: /docs/pbc/all/carrier-management/marketplace/marketplace-shipment-feature-overview.html
- title: Install features
nested:
- title: Marketplace Shipment
url: /docs/pbc/all/carrier-management/marketplace/install-features/install-marketplace-shipment-feature.html
- title: Marketplace Shipment + Customer
url: /docs/pbc/all/carrier-management/marketplace/install-features/install-marketplace-shipment-customer-feature.html
- title: Marketplace Shipment + Cart
url: /docs/pbc/all/carrier-management/marketplace/install-features/install-the-marketplace-shipment-cart-feature.html
- title: Marketplace Shipment + Checkout
url: /docs/pbc/all/carrier-management/marketplace/install-features/install-the-marketplace-shipment-checkout-feature.html
- title: Domain model and relationships
url: /docs/pbc/all/carrier-management/marketplace/marketplace-shipment-feature-domain-model-and-relationships.html
- title: Unified Commerce
nested:
- title: Shipment + Service Points feature overview
url: /docs/pbc/all/carrier-management/unified-commerce/shipment-service-points-feature-overview.html
- title: Install features
nested:
- title: Shipment Cart
url: /docs/pbc/all/carrier-management/unified-commerce/install-features/install-the-shipment-cart-feature.html
- title: Shipment Product Offer Service Points Availability
url: /docs/pbc/all/carrier-management/unified-commerce/install-features/install-the-shipment-product-offer-service-points-availability-feature.html
- title: Shipment Service Points
url: /docs/pbc/all/carrier-management/unified-commerce/install-features/install-the-shipment-service-points-feature.html
- title: "Import file details: shipment_type_service_type.csv"
url: /docs/pbc/all/carrier-management/unified-commerce/file-details-shipment-type-service-type.csv.html
- title: Cart and Checkout
url: /docs/pbc/all/cart-and-checkout/cart-and-checkout.html
nested:
- title: Base shop
url: /docs/pbc/all/cart-and-checkout/base-shop/cart-and-checkout-base-shop.html
nested:
- title: Feature overviews
nested:
- title: Cart feature overview
url: /docs/pbc/all/cart-and-checkout/base-shop/feature-overviews/cart-feature-overview/cart-feature-overview.html
nested:
- title: Cart notes
url: /docs/pbc/all/cart-and-checkout/base-shop/feature-overviews/cart-feature-overview/cart-notes-overview.html
- title: Cart widget
url: /docs/pbc/all/cart-and-checkout/base-shop/feature-overviews/cart-feature-overview/cart-widget-overview.html
- title: Dynamic cart
url: /docs/pbc/all/cart-and-checkout/base-shop/feature-overviews/cart-feature-overview/dynamic-cart-overview.html
- title: Quick order from the catalog page
url: /docs/pbc/all/cart-and-checkout/base-shop/feature-overviews/cart-feature-overview/quick-order-from-the-catalog-page-overview.html
- title: Multiple Carts feature overview
url: /docs/pbc/all/cart-and-checkout/base-shop/feature-overviews/multiple-carts-feature-overview.html
- title: Persistent Cart Sharing feature overview
url: /docs/pbc/all/cart-and-checkout/base-shop/feature-overviews/persistent-cart-sharing-feature-overview.html
- title: Quick Add to Cart feature overview
url: /docs/pbc/all/cart-and-checkout/base-shop/feature-overviews/quick-add-to-cart-feature-overview.html
- title: Shared Carts feature overview
url: /docs/pbc/all/cart-and-checkout/base-shop/feature-overviews/shared-carts-feature-overview.html
- title: Checkout feature overview
url: /docs/pbc/all/cart-and-checkout/base-shop/feature-overviews/checkout-feature-overview/checkout-feature-overview.html
nested:
- title: Multi-step checkout
url: /docs/pbc/all/cart-and-checkout/base-shop/feature-overviews/checkout-feature-overview/multi-step-checkout-overview.html
- title: Order thresholds overview
url: /docs/pbc/all/cart-and-checkout/base-shop/feature-overviews/checkout-feature-overview/order-thresholds-overview.html
- title: Approval Process feature overview
url: /docs/pbc/all/cart-and-checkout/base-shop/feature-overviews/approval-process-feature-overview.html
- title: Purchasing Control feature overview
url: /docs/pbc/all/cart-and-checkout/base-shop/feature-overviews/purchasing-control-feature-overview.html
- title: Comments feature overview
url: /docs/pbc/all/cart-and-checkout/base-shop/feature-overviews/comments-feature-overview.html
- title: Non-splittable Products feature overview
url: /docs/pbc/all/cart-and-checkout/base-shop/feature-overviews/non-splittable-products-feature-overview.html
- title: Resource Sharing feature overview
url: /docs/pbc/all/cart-and-checkout/base-shop/feature-overviews/resource-sharing-feature-overview.html
- title: Install and upgrade
nested:
- title: Install features
nested:
- title: Approval Process
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-features/install-the-approval-process-feature.html
- title: Purchasing Control
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-features/install-the-purchasing-control-feature.html
- title: Cart + Agent Assist
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-features/install-the-cart-agent-assist-feature.html
- title: Cart
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-features/install-the-cart-feature.html
- title: Cart + Dynamic Multistore
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-features/install-the-cart-feature-dynamic-multistore.html
- title: Cart Notes
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-features/install-the-cart-notes-feature.html
- title: Cart + Non-splittable Products
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-features/install-the-cart-non-splittable-products-feature.html
- title: Cart + Prices
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-features/install-the-cart-prices-feature.html
- title: Cart + Product
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-features/install-the-cart-product-feature.html
- title: Cart + Product Bundles
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-features/install-the-cart-product-bundles-feature.html
- title: Cart + Product Group
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-features/install-the-cart-product-group-feature.html
- title: Cart + Shipment
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-features/install-the-cart-shipment-feature.html
- title: Checkout
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-features/install-the-checkout-feature.html
- title: Checkout + Non-splittable Products
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-features/install-the-checkout-non-splittable-products-feature.html
- title: Checkout + Quotation Process
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-features/install-the-checkout-quotation-process-feature.html
- title: Checkout + Workflow
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-features/install-the-checkout-workflow-feature.html
- title: Comments
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-features/install-the-comments-feature.html
- title: Comments + Order Management
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-features/install-the-comments-order-management-feature.html
- title: Comments + Persistent Cart
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-features/install-the-comments-persistent-cart-feature.html
- title: Comments + Merchant B2B Contract Requests feature
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-features/install-the-comments-merchant-b2b-contract-requests-feature.html
- title: Comments + Merchant B2B Contracts
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-features/install-the-comments-merchant-b2b-contracts-feature.html
- title: Comments + Spryker Core Back Office
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-features/install-the-comments-spryker-core-back-office-feature.html
- title: Multiple Carts
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-features/install-the-multiple-carts-feature.html
- title: Multiple Carts + Quick Order
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-features/install-the-multiple-carts-quick-order-feature.html
- title: Multiple Carts + Quotation Process
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-features/install-the-multiple-carts-quotation-process-feature.html
- title: Multiple Carts + Reorder
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-features/install-the-multiple-carts-reorder-feature.html
- title: Persistent Cart + Comments
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-features/install-the-persistent-cart-comments-feature.html
- title: Persistent Cart Sharing
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-features/install-the-persistent-cart-sharing-feature.html
- title: Persistent Cart Sharing + Shared Carts
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-features/install-the-persistent-cart-sharing-shared-carts-feature.html
- title: Quick Add to Cart + Discontinued Products
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-features/install-the-quick-add-to-cart-discontinued-products-feature.html
- title: Quick Add to Cart
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-features/install-the-quick-add-to-cart-feature.html
- title: Quick Add to Cart + Measurement Units
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-features/install-the-quick-add-to-cart-measurement-units-feature.html
- title: Quick Add to Cart + Non-splittable Products
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-features/install-the-quick-add-to-cart-non-splittable-products-feature.html
- title: Quick Add to Cart + Packaging Units
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-features/install-the-quick-add-to-cart-packaging-units-feature.html
- title: Quick Add to Cart + Shopping Lists
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-features/install-the-quick-add-to-cart-shopping-lists-feature.html
- title: Resource Sharing
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-features/install-the-resource-sharing-feature.html
- title: Shared Carts
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-features/install-the-shared-carts-feature.html
- title: Uuid Generation Console
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-features/install-the-uuid-generation-console-feature.html
- title: Install Glue API
nested:
- title: Install the Cart Glue API
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-glue-api/install-the-cart-glue-api.html
- title: Install the Cart + Configurable Bundle Glue API
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-glue-api/install-the-cart-configurable-bundle-glue-api.html
- title: Install the Cart + Product Bundle Glue API
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-glue-api/install-the-cart-product-bundle-glue-api.html
- title: Install the Checkout Glue API
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-glue-api/install-the-checkout-glue-api.html
- title: Install the Multiple Carts Glue API
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-glue-api/install-the-multiple-carts-glue-api.html
- title: Install the Shared Carts Glue API
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/install-glue-api/install-the-shared-carts-glue-api.html
- title: Upgrade modules
nested:
- title: Calculation
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-calculation-module.html
- title: Cart
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-cart-module.html
- title: CartExtension
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-cartextension-module.html
- title: CartPage
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-cartpage-module.html
- title: CartsRestApi
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-cartsrestapi-module.html
- title: CartVariant
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-cartvariant-module.html
- title: Checkout
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-checkout-module.html
- title: CheckoutPage
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-checkoutpage-module.html
- title: CheckoutRestApi
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-checkoutrestapi-module.html
- title: MultiCartPage
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-multicartpage-module.html
- title: PersistentCart
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-persistentcart-module.html
- title: QuickOrder
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-quickorder-module.html
- title: QuickOrderPage
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-quickorderpage-module.html
- title: StepEngine
url: /docs/pbc/all/cart-and-checkout/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-stepengine-module.html
- title: Extend and customize
nested:
- title: "Calculation 3.0"
url: /docs/pbc/all/cart-and-checkout/base-shop/extend-and-customize/calculation-3-0.html
- title: Calculation data structure
url: /docs/pbc/all/cart-and-checkout/base-shop/extend-and-customize/calculation-data-structure.html
- title: Calculator plugins
url: /docs/pbc/all/cart-and-checkout/base-shop/extend-and-customize/calculator-plugins.html
- title: "Cart module: reference information"
url: /docs/pbc/all/cart-and-checkout/base-shop/extend-and-customize/cart-module-reference-information.html
- title: Checkout process review and implementation
url: /docs/pbc/all/cart-and-checkout/base-shop/extend-and-customize/checkout-process-review-and-implementation.html
- title: Checkout steps
url: /docs/pbc/all/cart-and-checkout/base-shop/extend-and-customize/checkout-steps.html
- title: Import and export data
url: /docs/pbc/all/cart-and-checkout/base-shop/import-and-export-data/import-cart-and-checkout-data.html
nested:
- title: File details - comment.csv
url: /docs/pbc/all/cart-and-checkout/base-shop/import-and-export-data/import-file-details-comment.csv.html
- title: File details - product_quantity.csv
url: /docs/pbc/all/cart-and-checkout/base-shop/import-and-export-data/import-file-details-product-quantity.csv.html
- title: File details - sales_order_threshold.csv
url: /docs/pbc/all/cart-and-checkout/base-shop/import-and-export-data/import-file-details-sales-order-threshold.csv.html
- title: Manage in the Back Office
url: /docs/pbc/all/cart-and-checkout/base-shop/manage-in-the-back-office/manage-thresholds-the-back-office.html
nested:
- title: Define global thresholds
url: /docs/pbc/all/cart-and-checkout/base-shop/manage-in-the-back-office/define-global-thresholds.html
- title: Manage threshold settings
url: /docs/pbc/all/cart-and-checkout/base-shop/manage-in-the-back-office/manage-threshold-settings.html
- title: Define merchant order thresholds
url: /docs/pbc/all/cart-and-checkout/base-shop/manage-in-the-back-office/define-merchant-order-thresholds.html
- title: Manage using Glue API
nested:
- title: Check out
nested:
- title: Glue API checkout workflow
url: /docs/pbc/all/cart-and-checkout/base-shop/manage-using-glue-api/check-out/glue-api-checkout-workflow.html
- title: Submit checkout data
url: /docs/pbc/all/cart-and-checkout/base-shop/manage-using-glue-api/check-out/glue-api-submit-checkout-data.html
- title: Check out purchases
url: /docs/pbc/all/cart-and-checkout/base-shop/manage-using-glue-api/check-out/glue-api-check-out-purchases.html
- title: Update payment data
url: /docs/pbc/all/cart-and-checkout/base-shop/manage-using-glue-api/check-out/glue-api-update-payment-data.html
- title: Manage carts of registered users
url: /docs/pbc/all/cart-and-checkout/base-shop/manage-using-glue-api/manage-carts-of-registered-users/glue-api-manage-carts-of-registered-users.html
nested:
- title: Manage items in carts of registered users
url: /docs/pbc/all/cart-and-checkout/base-shop/manage-using-glue-api/manage-carts-of-registered-users/glue-api-manage-items-in-carts-of-registered-users.html
- title: Manage guest carts
url: /docs/pbc/all/cart-and-checkout/base-shop/manage-using-glue-api/manage-guest-carts/glue-api-manage-guest-carts.html
nested:
- title: Manage guest cart items
url: /docs/pbc/all/cart-and-checkout/base-shop/manage-using-glue-api/manage-guest-carts/glue-api-manage-guest-cart-items.html
- title: Share company user carts
url: /docs/pbc/all/cart-and-checkout/base-shop/manage-using-glue-api/share-company-user-carts/glue-api-share-company-user-carts.html
nested:
- title: Manage shared company user carts
url: /docs/pbc/all/cart-and-checkout/base-shop/manage-using-glue-api/share-company-user-carts/glue-api-manage-shared-company-user-carts.html
- title: Retrieve cart permission groups
url: /docs/pbc/all/cart-and-checkout/base-shop/manage-using-glue-api/share-company-user-carts/glue-api-retrieve-cart-permission-groups.html
- title: Retrieve customer carts
url: /docs/pbc/all/cart-and-checkout/base-shop/manage-using-glue-api/glue-api-retrieve-customer-carts.html
- title: Tutorials and HowTos
nested:
- title: Add additional countries to checkout
url: /docs/pbc/all/cart-and-checkout/base-shop/tutorials-and-howtos/add-additional-countries-to-checkout.html
- title: Define if carts are deleted after placing an order
url: /docs/pbc/all/cart-and-checkout/base-shop/tutorials-and-howtos/define-if-carts-are-deleted-after-placing-an-order.html
- title: Enable guest checkout in the B2B Demo Shop
url: /docs/pbc/all/cart-and-checkout/base-shop/tutorials-and-howtos/enable-guest-checkout-in-the-b2b-demo-shop.html
- title: Implement a customer approval process based on a generic state machine
url: /docs/pbc/all/cart-and-checkout/base-shop/tutorials-and-howtos/implement-a-customer-approval-process-based-on-a-generic-state-machine.html
- title: Handling carts with a big number of items
url: /docs/pbc/all/cart-and-checkout/base-shop/tutorials-and-howtos/handling-carts-with-a-big-number-of-items.html
- title: "Tutorial: Checkout and step engine"
url: /docs/pbc/all/cart-and-checkout/base-shop/tutorials-and-howtos/tutorial-checkout-and-step-engine.html
- title: "Tutorial: Calculator plugin"
url: /docs/pbc/all/cart-and-checkout/base-shop/tutorials-and-howtos/tutorial-calculator-plugin.html
- title: Domain model and relationships
nested:
- title: "Approval Process feature: module relations"
url: /docs/pbc/all/cart-and-checkout/base-shop/domain-model-and-relationships/approval-process-feature-module-relations.html
- title: "Checkout feature: module relations"
url: /docs/pbc/all/cart-and-checkout/base-shop/domain-model-and-relationships/checkout-feature-module-relations.html
- title: "Comments feature: Module relations"
url: /docs/pbc/all/cart-and-checkout/base-shop/domain-model-and-relationships/comments-feature-module-relations.html
- title: "Persistent Cart Sharing feature: module relations"
url: /docs/pbc/all/cart-and-checkout/base-shop/domain-model-and-relationships/persistent-cart-sharing-feature-module-relations.html
- title: "Quick Add to Cart feature: Module relations"
url: /docs/pbc/all/cart-and-checkout/base-shop/domain-model-and-relationships/quick-add-to-cart-feature-module-relations.html
- title: Marketplace
url: /docs/pbc/all/cart-and-checkout/marketplace/marketplace-cart-feature-overview.html
nested:
- title: Install
nested:
- title: Install features
nested:
- title: Marketplace Cart
url: /docs/pbc/all/cart-and-checkout/marketplace/install/install-features/install-the-marketplace-cart-feature.html
- title: Cart + Marketplace Product
url: /docs/pbc/all/cart-and-checkout/marketplace/install/install-features/install-the-cart-marketplace-product-feature.html
- title: Cart + Marketplace Product Offer
url: /docs/pbc/all/cart-and-checkout/marketplace/install/install-features/install-the-cart-marketplace-product-offer-feature.html
- title: Cart + Marketplace Product Options
url: /docs/pbc/all/cart-and-checkout/marketplace/install/install-features/install-the-cart-marketplace-product-options-feature.html
- title: Checkout + Marketplace Product Offer
url: /docs/pbc/all/cart-and-checkout/marketplace/install/install-features/install-the-checkout-marketplace-product-offer-feature.html
- title: Checkout + Marketplace Product Options
url: /docs/pbc/all/cart-and-checkout/marketplace/install/install-features/install-the-checkout-marketplace-product-options-feature.html
- title: Quick Add to Cart + Marketplace Product
url: /docs/pbc/all/cart-and-checkout/marketplace/install/install-features/install-the-quick-add-to-cart-marketplace-product-feature.html
- title: Quick Add to Cart + Marketplace Product Offer
url: /docs/pbc/all/cart-and-checkout/marketplace/install/install-features/install-the-quick-add-to-cart-marketplace-product-offer-feature.html
- title: Install Glue API
nested:
- title: Install the Cart + Marketplace Product Glue API
url: /docs/pbc/all/cart-and-checkout/marketplace/install/install-glue-api/install-the-cart-marketplace-product-glue-api.html
- title: Install the Cart + Marketplace Product Offer Glue API
url: /docs/pbc/all/cart-and-checkout/marketplace/install/install-glue-api/install-the-cart-marketplace-product-offer-glue-api.html
- title: Manage using Glue API
nested:
- title: Carts of registered users
url: /docs/pbc/all/cart-and-checkout/marketplace/manage-using-glue-api/carts-of-registered-users/carts-of-registered-users.html
nested:
- title: Manage carts of registered users
url: /docs/pbc/all/cart-and-checkout/marketplace/manage-using-glue-api/carts-of-registered-users/manage-carts-of-registered-users.html
- title: Manage items in carts of registered users
url: /docs/pbc/all/cart-and-checkout/marketplace/manage-using-glue-api/carts-of-registered-users/manage-items-in-carts-of-registered-users.html
- title: Guest carts
url: /docs/pbc/all/cart-and-checkout/marketplace/manage-using-glue-api/guest-carts/guest-carts.html
nested:
- title: Manage guest carts
url: /docs/pbc/all/cart-and-checkout/marketplace/manage-using-glue-api/guest-carts/manage-guest-carts.html
- title: Manage guest cart items
url: /docs/pbc/all/cart-and-checkout/marketplace/manage-using-glue-api/guest-carts/manage-guest-cart-items.html
- title: "Marketplace Cart feature: Module relations"
url: /docs/pbc/all/cart-and-checkout/marketplace/marketplace-cart-feature-module-relations.html
- title: Cart performance configuration
url: /docs/pbc/all/cart-and-checkout/cart-page-performance-configuration.html
- title: Content Management System
url: /docs/pbc/all/content-management-system/content-management-system.html
nested:
- title: Base shop
nested:
- title: CMS feature overview
url: /docs/pbc/all/content-management-system/base-shop/cms-feature-overview/cms-feature-overview.html
nested:
- title: CMS Pages
url: /docs/pbc/all/content-management-system/base-shop/cms-feature-overview/cms-pages-overview.html
- title: CMS blocks
url: /docs/pbc/all/content-management-system/base-shop/cms-feature-overview/cms-blocks-overview.html
- title: CMS pages in search results
url: /docs/pbc/all/content-management-system/base-shop/cms-feature-overview/cms-pages-in-search-results-overview.html
- title: Email as a CMS block
url: /docs/pbc/all/content-management-system/base-shop/cms-feature-overview/email-as-a-cms-block-overview.html
- title: Templates and Slots
url: /docs/pbc/all/content-management-system/base-shop/cms-feature-overview/templates-and-slots-overview.html
- title: Content items feature overview
url: /docs/pbc/all/content-management-system/base-shop/content-items-feature-overview.html
- title: File Manager feature overview
url: /docs/pbc/all/content-management-system/base-shop/file-manager-feature-overview.html
- title: Navigation feature overview
url: /docs/pbc/all/content-management-system/base-shop/navigation-feature-overview.html
- title: Product Sets feature overview
url: /docs/pbc/all/content-management-system/base-shop/product-sets-feature-overview.html
- title: Install and upgrade
nested:
- title: Install features
nested:
- title: CMS
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/install-features/install-the-cms-feature.html
- title: CMS + Catalog
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/install-features/install-the-cms-catalog-feature.html
- title: CMS + Category Management
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/install-features/install-the-cms-category-management-feature.html
- title: CMS + Dynamic Multistore
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/install-features/install-the-cms-feature-dynamic-multistore.html
- title: CMS + Product Lists + Catalog
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/install-features/install-the-cms-product-lists-catalog-feature.html
- title: Content Items
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/install-features/install-the-content-items-feature.html
- title: File Manager
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/install-features/install-the-file-manager-feature.html
- title: Navigation
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/install-features/install-the-navigation-feature.html
- title: Product Sets
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/install-features/install-the-product-sets-feature.html
- title: Install Glue API
nested:
- title: CMS
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/install-glue-api/install-the-cms-glue-api.html
- title: Content Items
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/install-glue-api/install-the-content-items-glue-api.html
- title: Navigation
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/install-glue-api/install-the-navigation-glue-api.html
- title: Upgrade modules
nested:
- title: Cms
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-cms-module.html
- title: CmsBlock
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-cmsblock-module.html
- title: CmsBlockCategoryConnector
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-cmsblockcategoryconnector-module.html
- title: CmsBlockCategoryConnector migration script
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-cmsblockcategoryconnector-migration-console-module.html
- title: CmsBlockCollector
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-cmsblockcollector-module.html
- title: CmsBlockGui
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-cmsblockgui-module.html
- title: CmsBlockStorage
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-cmsblockstorage-module.html
- title: CmsBlockWidget
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-cmsblockwidget-module.html
- title: CmsCollector
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-cmscollector-module.html
- title: CmsGui
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-cmsgui-module.html
- title: CmsPageSearch
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-cmspagesearch-module.html
- title: CmsStorage
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-cmsstorage-module.html
- title: Content
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-content-module.html
- title: ContentBanner
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-contentbanner-module.html
- title: ContentBannerGui
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-contentbannergui-module.html
- title: ContentBannersRestApi
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-contentbannersrestapi-module.html
- title: ContentFileGui
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-contentfilegui-module.html
- title: ContentFileWidget
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-contentfilewidget-module.html
- title: ContentGui
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-contentgui-module.html
- title: ContentStorage
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-contentstorage-module.html
- title: FileManager
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-filemanager-module.html
- title: FileManagerStorage
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-filemanagerstorage-module.html
- title: FileManagerWidget
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-filemanagerwidget-module.html
- title: Navigation
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-navigation-module.html
- title: NavigationGui
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-navigationgui-module.html
- title: NavigationsRestApi
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-navigationsrestapi-module.html
- title: ProductSetGui
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-productsetgui-module.html
- title: Category CMS blocks
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/install-category-cms-blocks.html
- title: Product CMS blocks
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/install-product-cms-blocks.html
- title: Content widget
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/install-the-content-widget.html
- title: Multi-store CMS blocks
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/install-multi-store-cms-blocks.html
- title: Navigation module
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/install-the-navigation-module.html
- title: ContentProductWidget module
url: /docs/pbc/all/content-management-system/base-shop/install-and-upgrade/install-the-content-product-widget.html
- title: Import and export data
url: /docs/pbc/all/content-management-system/base-shop/import-and-export-data/import-content-management-system-data.html
nested:
- title: cms_template.csv
url: /docs/pbc/all/content-management-system/base-shop/import-and-export-data/import-file-details-cms-template.csv.html
- title: cms_block.csv
url: /docs/pbc/all/content-management-system/base-shop/import-and-export-data/import-file-details-cms-block.csv.html
- title: cms_block_store.csv
url: /docs/pbc/all/content-management-system/base-shop/import-and-export-data/import-file-details-cms-block-store.csv.html
- title: cms_block_category_position.csv
url: /docs/pbc/all/content-management-system/base-shop/import-and-export-data/import-file-details-cms-block-category-postion.csv.html
- title: cms_block_category.csv
url: /docs/pbc/all/content-management-system/base-shop/import-and-export-data/import-file-details-cms-block-category.csv.html
- title: content_banner.csv
url: /docs/pbc/all/content-management-system/base-shop/import-and-export-data/import-file-details-content-banner.csv.html
- title: content_product_abstract_list.csv
url: /docs/pbc/all/content-management-system/base-shop/import-and-export-data/import-file-details-content-product-abstract-list.csv.html
- title: content_product_set.csv
url: /docs/pbc/all/content-management-system/base-shop/import-and-export-data/import-file-details-content-product-set.csv.html
- title: cms_page.csv.csv
url: /docs/pbc/all/content-management-system/base-shop/import-and-export-data/import-file-details-cms-page.csv.html
- title: cms_page_store.csv
url: /docs/pbc/all/content-management-system/base-shop/import-and-export-data/import-file-details-cms-page-store.csv.html
- title: cms_slot_template.csv
url: /docs/pbc/all/content-management-system/base-shop/import-and-export-data/import-file-details-cms-slot-template.csv.html
- title: cms_slot.csv
url: /docs/pbc/all/content-management-system/base-shop/import-and-export-data/import-file-details-cms-slot.csv.html
- title: cms_slot_block.csv
url: /docs/pbc/all/content-management-system/base-shop/import-and-export-data/import-file-details-cms-slot-block.csv.html
- title: mime_type.csv
url: /docs/pbc/all/content-management-system/base-shop/import-and-export-data/import-file-details-mime-type.csv.html
- title: navigation.csv
url: /docs/pbc/all/content-management-system/base-shop/import-and-export-data/import-file-details-navigation.csv.html
- title: navigation_node.csv
url: /docs/pbc/all/content-management-system/base-shop/import-and-export-data/import-file-details-navigation-node.csv.html
- title: content_navigation.csv
url: /docs/pbc/all/content-management-system/base-shop/import-and-export-data/import-file-details-content-navigation.csv.html
- title: product_set.csv
url: /docs/pbc/all/content-management-system/base-shop/import-and-export-data/import-file-details-product-set.csv.html
- title: Manage using Glue API
nested:
- title: Retrieve abstract product list content items
url: /docs/pbc/all/content-management-system/base-shop/manage-using-glue-api/glue-api-retrieve-abstract-product-list-content-items.html
- title: Retrieve banner content items
url: /docs/pbc/all/content-management-system/base-shop/manage-using-glue-api/glue-api-retrieve-banner-content-items.html
- title: Retrieve CMS pages
url: /docs/pbc/all/content-management-system/base-shop/manage-using-glue-api/glue-api-retrieve-cms-pages.html
- title: Retrieve navigation trees
url: /docs/pbc/all/content-management-system/base-shop/manage-using-glue-api/glue-api-retrieve-navigation-trees.html
- title: Manage in the Back Office
url: /docs/pbc/all/content-management-system/base-shop/manage-in-the-back-office/manage-content-in-the-back-office.html
nested:
- title: "Best practices: Add content to the Storefront pages using templates and slots"
url: /docs/pbc/all/content-management-system/base-shop/manage-in-the-back-office/best-practices-add-content-to-the-storefront-pages-using-templates-and-slots.html
- title: Navigation
nested:
- title: Create navigation elements
url: /docs/pbc/all/content-management-system/base-shop/manage-in-the-back-office/navigation/create-navigation-elements.html
- title: Create navigation nodes
url: /docs/pbc/all/content-management-system/base-shop/manage-in-the-back-office/navigation/create-navigation-nodes.html
- title: Duplicate navigation elements
url: /docs/pbc/all/content-management-system/base-shop/manage-in-the-back-office/navigation/duplicate-navigation-elements.html
- title: Edit navigation elements
url: /docs/pbc/all/content-management-system/base-shop/manage-in-the-back-office/navigation/edit-navigation-elements.html
- title: Edit navigation nodes
url: /docs/pbc/all/content-management-system/base-shop/manage-in-the-back-office/navigation/edit-navigation-nodes.html
- title: Delete navigation nodes
url: /docs/pbc/all/content-management-system/base-shop/manage-in-the-back-office/navigation/delete-navigation-nodes.html
- title: Content items
nested:
- title: Create abstract product list content items
url: /docs/pbc/all/content-management-system/base-shop/manage-in-the-back-office/content-items/create-abstract-product-list-content-items.html
- title: Create banner content items
url: /docs/pbc/all/content-management-system/base-shop/manage-in-the-back-office/content-items/create-banner-content-items.html
- title: Create file list content items
url: /docs/pbc/all/content-management-system/base-shop/manage-in-the-back-office/content-items/create-file-list-content-items.html
- title: Create navigation content items
url: /docs/pbc/all/content-management-system/base-shop/manage-in-the-back-office/content-items/create-navigation-content-items.html
- title: Create product set content items
url: /docs/pbc/all/content-management-system/base-shop/manage-in-the-back-office/content-items/create-product-set-content-items.html
- title: Edit content items
url: /docs/pbc/all/content-management-system/base-shop/manage-in-the-back-office/content-items/edit-content-items.html
- title: Blocks
nested:
- title: Create CMS blocks
url: /docs/pbc/all/content-management-system/base-shop/manage-in-the-back-office/blocks/create-cms-blocks.html
- title: Create category CMS blocks
url: /docs/pbc/all/content-management-system/base-shop/manage-in-the-back-office/blocks/create-category-cms-blocks.html
- title: Create email CMS blocks
url: /docs/pbc/all/content-management-system/base-shop/manage-in-the-back-office/blocks/create-email-cms-blocks.html
- title: Create product CMS blocks
url: /docs/pbc/all/content-management-system/base-shop/manage-in-the-back-office/blocks/create-product-cms-blocks.html
- title: Edit CMS blocks
url: /docs/pbc/all/content-management-system/base-shop/manage-in-the-back-office/blocks/edit-cms-blocks.html
- title: Add content items to CMS blocks
url: /docs/pbc/all/content-management-system/base-shop/manage-in-the-back-office/blocks/add-content-items-to-cms-blocks.html
- title: Edit placeholders in CMS blocks
url: /docs/pbc/all/content-management-system/base-shop/manage-in-the-back-office/blocks/edit-placeholders-in-cms-blocks.html
- title: Pages
nested:
- title: Create CMS pages
url: /docs/pbc/all/content-management-system/base-shop/manage-in-the-back-office/pages/create-cms-pages.html
- title: Edit CMS pages
url: /docs/pbc/all/content-management-system/base-shop/manage-in-the-back-office/pages/edit-cms-pages.html
- title: Add content items to CMS pages
url: /docs/pbc/all/content-management-system/base-shop/manage-in-the-back-office/pages/add-content-items-to-cms-pages.html
- title: View CMS pages and history
url: /docs/pbc/all/content-management-system/base-shop/manage-in-the-back-office/pages/view-cms-pages-and-history.html
- title: Preview CMS pages
url: /docs/pbc/all/content-management-system/base-shop/manage-in-the-back-office/pages/preview-cms-pages.html
- title: Product sets
nested:
- title: Create product sets
url: /docs/pbc/all/content-management-system/base-shop/manage-in-the-back-office/product-sets/create-product-sets.html
- title: Delete product sets
url: /docs/pbc/all/content-management-system/base-shop/manage-in-the-back-office/product-sets/delete-product-sets.html
- title: Edit product sets
url: /docs/pbc/all/content-management-system/base-shop/manage-in-the-back-office/product-sets/edit-product-sets.html
- title: Reorder product sets
url: /docs/pbc/all/content-management-system/base-shop/manage-in-the-back-office/product-sets/reorder-product-sets.html
- title: View product sets
url: /docs/pbc/all/content-management-system/base-shop/manage-in-the-back-office/product-sets/view-product-sets.html
- title: Manage slots
url: /docs/pbc/all/content-management-system/base-shop/manage-in-the-back-office/manage-slots.html
- title: Redirects
nested:
- title: Create CMS redirects
url: /docs/pbc/all/content-management-system/base-shop/manage-in-the-back-office/redirects/create-cms-redirects.html
- title: Edit CMS redirects
url: /docs/pbc/all/content-management-system/base-shop/manage-in-the-back-office/redirects/edit-cms-redirects.html
- title: Manage file list
url: /docs/pbc/all/content-management-system/base-shop/manage-in-the-back-office/manage-file-list.html
- title: Manage file tree
url: /docs/pbc/all/content-management-system/base-shop/manage-in-the-back-office/manage-file-tree.html
- title: Add and edit MIME types
url: /docs/pbc/all/content-management-system/base-shop/manage-in-the-back-office/add-and-edit-mime-types.html
- title: Tutorials and HowTos
nested:
- title: Convert a dropdown with many items to a searchable select combo box in the Back Office
url: /docs/pbc/all/content-management-system/base-shop/tutorials-and-howtos/searchable-select-combo-box.html
- title: Create a custom content item
url: /docs/pbc/all/content-management-system/base-shop/tutorials-and-howtos/create-a-custom-content-item.html
- title: Create a visibility condition for CMS Blocks
url: /docs/pbc/all/content-management-system/base-shop/tutorials-and-howtos/create-a-visibility-condition-for-cms-blocks.html
- title: Create CMS templates
url: /docs/pbc/all/content-management-system/base-shop/tutorials-and-howtos/create-cms-templates.html
- title: Define positions of category CMS blocks
url: /docs/pbc/all/content-management-system/base-shop/tutorials-and-howtos/define-positions-for-category-cms-blocks.html
- title: Define the maximum size of content fields
url: /docs/pbc/all/content-management-system/base-shop/tutorials-and-howtos/define-the-maximum-size-of-content-fields.html
- title: Using CMS blocks in content
url: /docs/pbc/all/content-management-system/base-shop/tutorials-and-howtos/using-cms-blocks-in-content.html
- title: "Tutorial: Content and search - personalized catalog pages"
url: /docs/pbc/all/content-management-system/base-shop/tutorials-and-howtos/tutorial-content-and-search-personalized-catalog-pages.html
- title: Third-party integrations
nested:
- title: Censhare
url: /docs/pbc/all/content-management-system/base-shop/third-party-integrations/censhare.html
- title: Coremedia
url: /docs/pbc/all/content-management-system/base-shop/third-party-integrations/coremedia.html
- title: E-Spirit
url: /docs/pbc/all/content-management-system/base-shop/third-party-integrations/e-spirit.html
- title: Magnolia
url: /docs/pbc/all/content-management-system/base-shop/third-party-integrations/magnolia.html
- title: Styla
url: /docs/pbc/all/content-management-system/base-shop/third-party-integrations/styla.html
- title: Extend and customize
nested:
- title: "CMS extension points: reference information"
url: /docs/pbc/all/content-management-system/base-shop/extend-and-customize/cms-extension-points-reference-information.html
- title: "Navigation module: reference information"
url: /docs/pbc/all/content-management-system/base-shop/extend-and-customize/navigation-module-reference-information.html
- title: Domain model and relationships
nested:
- title: "Content item types: module relations"
url: /docs/pbc/all/content-management-system/base-shop/domain-model-and-relationships/content-item-types-module-relations.html
- title: "Product Sets feature: domain model and relationships"
url: /docs/pbc/all/content-management-system/base-shop/domain-model-and-relationships/product-sets-feature-domain-model-and-relationships.html
- title: Marketplace
nested:
- title: "Glue API: Retrieve abstract products in abstract product lists"
url: /docs/pbc/all/content-management-system/marketplace/glue-api-retrieve-abstract-products-in-abstract-product-lists.html
- title: Customer Relationship Management
url: /docs/pbc/all/customer-relationship-management/customer-relationship-management.html
nested:
- title: Base shop
nested:
- title: Reorder feature overview
url: /docs/pbc/all/customer-relationship-management/base-shop/reorder-feature-overview.html
- title: Install and upgrade
nested:
- title: Install features
nested:
- title: Company Account
url: /docs/pbc/all/customer-relationship-management/base-shop/install-and-upgrade/install-features/install-the-company-account-feature.html
- title: Company Account + Order Management
url: /docs/pbc/all/customer-relationship-management/base-shop/install-and-upgrade/install-features/install-the-company-account-order-management-feature.html
- title: Company Account + Merchant B2B Contract Requests
url: /docs/pbc/all/customer-relationship-management/base-shop/install-and-upgrade/install-features/install-the-company-account-merchant-b2b-contract-requests-feature.html
- title: Company Account + Merchant B2B Contracts
url: /docs/pbc/all/customer-relationship-management/base-shop/install-and-upgrade/install-features/install-the-company-account-merchant-b2b-contracts-feature.html
- title: Customer Access
url: /docs/pbc/all/customer-relationship-management/base-shop/install-and-upgrade/install-features/install-the-customer-access-feature.html
- title: Customer Account Management + Agent Assist
url: /docs/pbc/all/customer-relationship-management/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-agent-assist-feature.html
- title: Customer Account Management
url: /docs/pbc/all/customer-relationship-management/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-feature.html
- title: Customer Account Management + Dynamic Multistore
url: /docs/pbc/all/customer-relationship-management/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-feature-dynamic-multistore.html
- title: Customer Account Management + Order Management
url: /docs/pbc/all/customer-relationship-management/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-order-management-feature.html
- title: Customer Account Management + Promotions & Discounts feature
url: /docs/pbc/all/customer-relationship-management/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-promotions-and-discounts-feature.html
- title: Customer Account Management + Service Points feature
url: /docs/pbc/all/customer-relationship-management/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-service-points-feature.html
- title: Customer Account Management + Shipment feature
url: /docs/pbc/all/customer-relationship-management/base-shop/install-and-upgrade/install-features/install-the-customer-account-management-shipment-feature.html
- title: Install Glue API
nested:
- title: Company Account
url: /docs/pbc/all/customer-relationship-management/base-shop/install-and-upgrade/install-glue-api/install-the-company-account-glue-api.html
- title: Customer Account Management
url: /docs/pbc/all/customer-relationship-management/base-shop/install-and-upgrade/install-glue-api/install-the-customer-account-management-glue-api.html
- title: Upgrade modules
nested:
- title: BusinessOnBehalfDataImport
url: /docs/pbc/all/customer-relationship-management/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-businessonbehalfdataimport-module.html
- title: CompanyBusinessUnit
url: /docs/pbc/all/customer-relationship-management/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-companybusinessunit-module.html
- title: CompanyUser
url: /docs/pbc/all/customer-relationship-management/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-companyuser-module.html
- title: CompanyUserAuthRestApi
url: /docs/pbc/all/customer-relationship-management/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-companyuserauthrestapi-module.html
- title: CompanyUsersRestApi
url: /docs/pbc/all/customer-relationship-management/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-companyusersrestapi-module.html
- title: Customer
url: /docs/pbc/all/customer-relationship-management/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-customer-module.html
- title: CustomerPage
url: /docs/pbc/all/customer-relationship-management/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-customerpage-module.html
- title: CustomerReorderWidget
url: /docs/pbc/all/customer-relationship-management/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-customerreorderwidget-module.html
- title: SharedCartPage
url: /docs/pbc/all/customer-relationship-management/base-shop/install-and-upgrade/upgrade-modules/upgrade-the-sharedcartpage-module.html
- title: Company Account feature overview
url: /docs/pbc/all/customer-relationship-management/base-shop/company-account-feature-overview/company-account-feature-overview.html
nested:
- title: Business on Behalf
url: /docs/pbc/all/customer-relationship-management/base-shop/company-account-feature-overview/business-on-behalf-overview.html
- title: Business Units
url: /docs/pbc/all/customer-relationship-management/base-shop/company-account-feature-overview/business-units-overview.html
- title: Company Accounts
url: /docs/pbc/all/customer-relationship-management/base-shop/company-account-feature-overview/company-accounts-overview.html
- title: Company user roles and permissions
url: /docs/pbc/all/customer-relationship-management/base-shop/company-account-feature-overview/company-user-roles-and-permissions-overview.html
- title: Customer Login by Token
url: /docs/pbc/all/customer-relationship-management/base-shop/company-account-feature-overview/customer-login-by-token-overview.html
- title: Customer Account Management
url: /docs/pbc/all/customer-relationship-management/base-shop/customer-account-management-feature-overview/customer-account-management-feature-overview.html
nested:
- title: Customer Accounts
url: /docs/pbc/all/customer-relationship-management/base-shop/customer-account-management-feature-overview/customer-accounts-overview.html
- title: Customer Groups
url: /docs/pbc/all/customer-relationship-management/base-shop/customer-account-management-feature-overview/customer-groups-overview.html
- title: Customer Login
url: /docs/pbc/all/customer-relationship-management/base-shop/customer-account-management-feature-overview/customer-login-overview.html
- title: Customer Registration
url: /docs/pbc/all/customer-relationship-management/base-shop/customer-account-management-feature-overview/customer-registration-overview.html
- title: Password Management
url: /docs/pbc/all/customer-relationship-management/base-shop/customer-account-management-feature-overview/password-management-overview.html
- title: Customer Access feature overview
url: /docs/pbc/all/customer-relationship-management/base-shop/customer-access-feature-overview.html
- title: Manage in the Back Office
url: /docs/pbc/all/customer-relationship-management/base-shop/manage-in-the-back-office/manage-companies-and-customers-in-the-back-office.html
nested:
- title: Manage customers
nested:
- title: Create
url: /docs/pbc/all/customer-relationship-management/base-shop/manage-in-the-back-office/customers/create-customers.html
- title: Edit
url: /docs/pbc/all/customer-relationship-management/base-shop/manage-in-the-back-office/customers/edit-customers.html
- title: View
url: /docs/pbc/all/customer-relationship-management/base-shop/manage-in-the-back-office/customers/view-customers.html
- title: Add notes to customers