CustomerDetails container
The CustomerDetails
container organizes customer and order information into the following sections:
- Contact details
- Shipping address
- Billing address
- Shipping method
- Payment method
- Return details:
The return details section is available exclusively on return pages. It provides information about the return.
CustomerDetails container
Configurations
The CustomerDetails
container provides the following configuration options:
Example
The following example demonstrates how to integrate the CustomerDetails
container:
export default async function decorate(block) { await orderRenderer.render(CustomerDetails, {})(block);}