> ## Documentation Index
> Fetch the complete documentation index at: https://docs.optima.onl/llms.txt
> Use this file to discover all available pages before exploring further.

# Product Page

> Customize product page information sections

# Product Page Configuration

Customize collapsible information sections on product pages, such as return policy, care instructions, etc.

## Section Inheritance

Product page sections use a three-tier inheritance system:

```
System Default → Merchant Custom → Product Override
```

* **System Default**: Preset universal sections
* **Merchant Custom**: Applies to all products
* **Product Override**: Only affects specific products

## View Sections

### View System Sections

```
Show default product page sections
```

### View Merchant Sections

```
Show my product page section settings
```

### View Product Sections

```
Show "Bluetooth Headphones" detail page sections
```

## Merchant-Level Settings

### Add Section

```
Add a "Return Policy" section
```

```
Add section "Care Instructions" with content "Do not wash..."
```

### Modify Section

```
Modify "Return Policy" content
```

### Hide System Section

```
Hide "Shipping Info" section
```

<Note>
  Merchant-level settings apply to all products.
</Note>

## Product-Level Override

### Override for Specific Product

```
Set custom care instructions for "Bluetooth Headphones"
```

```
Override "T-Shirt" return policy
```

### Hide Section for Product

```
Hide "Care Instructions" on "Bluetooth Headphones" detail page
```

### Restore Inheritance

```
Restore "Bluetooth Headphones" care instructions to merchant default
```

## Section Ordering

### Adjust Order

```
Move "Return Policy" to first position
```

```
Set section order: Care Instructions, Return Policy, Shipping Info
```

## Common Sections

<CardGroup cols={2}>
  <Card title="Return Policy">
    Explain return and exchange rules
  </Card>

  <Card title="Shipping Info">
    Expected shipping time and logistics info
  </Card>

  <Card title="Care Instructions">
    Product usage and maintenance tips
  </Card>

  <Card title="Size Guide">
    Size chart for apparel products
  </Card>

  <Card title="Materials">
    Product materials and craftsmanship
  </Card>

  <Card title="FAQ">
    Product-related FAQs
  </Card>
</CardGroup>

## Content Format

Section content supports Markdown format:

```markdown theme={null}
## Return Policy

**30-Day Returns**

- Item unused and unopened
- Original packaging retained
- Proof of purchase provided

### Return Process

1. Contact customer service
2. Ship item back
3. Refund after approval
```

## Best Practices

<AccordionGroup>
  <Accordion title="Keep it concise">
    Section content should be brief and clear. Avoid lengthy text.
  </Accordion>

  <Accordion title="Maintain consistency">
    Keep uniform format and tone across merchant-level sections.
  </Accordion>

  <Accordion title="Customize when needed">
    Use product-level overrides for items with special requirements.
  </Accordion>

  <Accordion title="Update regularly">
    Update relevant sections promptly when policies change.
  </Accordion>
</AccordionGroup>
