Registration
Register an order management extension in a service provider:Available Methods
The following methods can be overridden in the extension class to customize sections of the order view.Main Infolist
extendInfolistSchema(): array
Aside Panel
extendInfolistAsideSchema(): arrayextendCustomerEntry(): Infolists\Components\ComponentextendTagsSection(): Infolists\Components\ComponentextendAdditionalInfoSection(): Infolists\Components\ComponentextendShippingAddressInfolist(): Infolists\Components\ComponentextendBillingAddressInfolist(): Infolists\Components\ComponentextendAddressEditSchema(): array
Order Summary
extendOrderSummaryInfolist(): Infolists\Components\SectionextendOrderSummarySchema(): arrayextendOrderSummaryNewCustomerEntry(): Infolists\Components\EntryextendOrderSummaryStatusEntry(): Infolists\Components\EntryextendOrderSummaryReferenceEntry(): Infolists\Components\EntryextendOrderSummaryCustomerReferenceEntry(): Infolists\Components\EntryextendOrderSummaryChannelEntry(): Infolists\Components\EntryextendOrderSummaryCreatedAtEntry(): Infolists\Components\EntryextendOrderSummaryPlacedAtEntry(): Infolists\Components\Entry
Timeline
extendTimelineInfolist(): Infolists\Components\Component
Order Totals
extendOrderTotalsAsideSchema(): arrayextendDeliveryInstructionsEntry(): Infolists\Components\TextEntryextendOrderNotesEntry(): Infolists\Components\TextEntry
extendOrderTotalsInfolist(): Infolists\Components\SectionextendOrderTotalsSchema(): arrayextendSubTotalEntry(): Infolists\Components\TextEntryextendDiscountTotalEntry(): Infolists\Components\TextEntryextendShippingBreakdownGroup(): Infolists\Components\GroupextendTaxBreakdownGroup(): Infolists\Components\GroupextendTotalEntry(): Infolists\Components\TextEntryextendPaidEntry(): Infolists\Components\TextEntryextendRefundEntry(): Infolists\Components\TextEntry
Shipping and Transactions
extendShippingInfolist(): Infolists\Components\SectionextendTransactionsInfolist(): Infolists\Components\ComponentextendTransactionsRepeatableEntry(): Infolists\Components\RepeatableEntry
Extending the Order Items Table
The order items table can be extended separately by registering an extension for theOrderItemsTable component:
Available Methods
| Method | Description |
|---|---|
extendOrderLinesTableColumns(): array | Customize the columns displayed for order line items. |
extendTable(): Table | Customize the full order items table configuration. |