# Configure Order Details Message Template Components

:::info
This feature is only available for businesses located in India that have an active payment gateway through Razorpay, PayU, or Zaakpay.
:::

### Header

In a Order-Status Message Template, you can have following types of header:

* **Text Header:** Add a text-based header to your message.
* **Image Header:** Include an image to visually enhance your header.

import {
  Tabs,
  TabsList,
  TabsTrigger,
  TabsContent,
} from "zudoku/ui/Tabs";

<Tabs defaultValue="text">
  <TabsList>
    <TabsTrigger value="text">Text</TabsTrigger>
    <TabsTrigger value="image">Image</TabsTrigger>
  </TabsList>

  <TabsContent value="text">
    <ol>
      <li>
        <strong>Choose Type of Header:</strong><br />
        In the components editor, select <strong>Text</strong> as the type of header below the <strong>Header</strong> heading.
      </li>
      <li>
        <strong>Enter Header Text:</strong><br />
        Input your desired header text in the field below the header type field. The header text can be up to <strong>60 characters</strong> long.
        You can include one variable, which allows for personalization. If you add a variable, be sure to provide a sample value for review.
      </li>
    </ol>
    <p>
      For example, you might use <code>Hello \{\{1\}\}</code>. When sending, replace <code>\{\{1\}\}</code> with the client's name for a familiar touch.
    </p>
    <p><strong>Note:</strong> Markdown formatting is not supported in the header text.</p>
  </TabsContent>

  <TabsContent value="image">
    <ol>
      <li>
        <strong>Choose Type of Header:</strong><br />
        In the components editor, select <strong>Image</strong> as the type of header below the <strong>Header</strong> heading.
      </li>
      <li>
        <strong>Choose Media Type:</strong><br />
        Click on the <strong>image</strong> icon below the header type field.
      </li>
    </ol>
  </TabsContent>
</Tabs>

### Body

The body of the message is required and can be up to **1024 characters** long. It supports **Markdown formatting**, allowing you to enhance your text with styles like bold, italics, and line through text. You can also include **multiple variables** for personalization; just be sure to provide sample values for these variables for review.

For example, you might write: "Hello \{\{1\}\}, your order \{\{2\}\} has been shipped!" When sending, replace \{\{1\}\} with the client's name and \{\{2\}\} with the order number.

### Footer

The footer of the message is optional and can be up to **60 characters** long. Please note that it does not support **Markdown formatting** or **variables**. Use this space for additional information or a closing statement, such as "Thank you for your business!".
