spz-order-detail
When to Use
When you need to display order details, typically used on order detail pages.
Code Demonstration
Basic Usage
This component encapsulates all the business logic, allowing us to directly use the encapsulated data to display order details.
Template Data
Multilingual data needed is already supported inside the component and can be used directly. (Only includes data processed by the component, original API data remains unchanged)
Order Detail Data:
Summary Object Data
Below is the description of the summary object data and which original fields each entry is composed of.
parsedTime Object Data
parsedProperties Object Data
Attributes
AI Summary (LLM Ready)
- Component ID:
spz-order-detail - One-line purpose: Displays order details.
- Detected attribute rows: 1
- Detected method subsections: 0
- Detected event subsections: 0
- Top attribute names:
order-id - Top method names: none (needs manual completion)
- Top event names: none (needs manual completion)
- Reading order: start from usage/examples, then verify attributes, methods, and events.
- Related docs: /en/guide/actions-and-events/ , /en/guide/layouts/