# Title & Description Template

LitCommerce allows you to streamline listing management with bulk edit templates, minimizing manual tasks and ensuring consistent updates across selected listings.

This article walks you through the Title & Description Template and how to use it.

## <mark style="color:$primary;">**What is a Title & Description Template?**</mark>

Title and description are essential elements of a listing. They define the item, convey its value to buyers, and help platforms categorize and display it accurately.

{% hint style="info" %}
**This information must adhere to the platforms’ listing policies.**
{% endhint %}

In LitCommerce, besides editing listings individually, you can use the Title & Description Template to update and customize this data for several listings at once, tailoring the content specifically for your target platform.

## <mark style="color:$primary;">**How does a Title & Description Template work in LitCommerce?**</mark>

### <mark style="color:$info;">**Defaults**</mark>

The LitCommerce Title & Description Template consists of two main sections: Title and Description. Each section starts with a default placeholder: {{name}} and {{description}}.

They retrieve the exact title and description data from your Main Store to populate the corresponding fields in your channel listings.

<figure><img src="/files/Yitn42nFVLwI5Ww3QmfP" alt=""><figcaption></figcaption></figure>

### <mark style="color:$info;">**Customization**</mark>

In addition to the default setup, you can use other attributes, such as Main Store fields and metafields, to add more information to your product title and description. Find them in the `Select Attribute` list.

<figure><img src="/files/ZboH3t2fwYp6EGAYIh6v" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**If a Main Store custom attribute (or metafield) has the same name as a default field, LitCommerce automatically adds {{c.}} to distinguish the custom one.**
{% endhint %}

<figure><img src="/files/vkgww6xADV3T77TAnStx" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Applying the Title & Description Template to imported channel listings may overwrite both the title and description with Main Store data.**&#x20;

**To retain the original values from the sales channel, use {{channel.name}} for the title and {{channel.description}} for the description. They must be used independently, without any plain text.**
{% endhint %}

<figure><img src="/files/K914zELeJdNjfNFoHY8l" alt=""><figcaption></figcaption></figure>

### <mark style="color:$info;">**Editors**</mark>

To give you more control over your product description, LitCommerce provides two toggleable editing modes: **Rich Text Editor** and **HTML Editor**.

<figure><img src="/files/lAjRu6wagRstYuLIelhi" alt=""><figcaption></figcaption></figure>

#### <mark style="color:blue;">**Rich Text Editor**</mark>

This mode allows you to create and format content visually, without needing to write HTML or CSS. It works like a simplified word processor built into the web interface.

The LitCommerce Rich Text Editor features a toolbar with formatting icons. Clicking an icon automatically applies the appropriate formatting to your content. You can also insert external media, such as images or videos, using the available options.

<figure><img src="/files/13WbEY918KxmHkhfVTEM" alt=""><figcaption></figcaption></figure>

#### <mark style="color:blue;">**HTML Editor**</mark>

Use this editor to work directly with HTML tags when creating structured product descriptions. It offers three view modes: Source Code, Code Preview, and Full Preview, to make editing and managing your content easier.

<figure><img src="/files/spZ32WWa9KCzE2w12hW5" alt=""><figcaption></figcaption></figure>

Below is a comparison of the two editing modes to help you decide which one works best for you.

| Rich Text Editor                                                                                          | HTML Editor                                                                                 |
| --------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
| A quick and easy way to format simple product descriptions.                                               | Need advanced control over product description layout and design.                           |
| Work with a text input tool to create and format content visually, without writing code like HTML or CSS. | Work with custom description templates.                                                     |
| Limited to predefined formatting options                                                                  | Fully customizable using HTML tags and inline CSS                                           |
| Ideal for non-technical users creating simple product descriptions.                                       | Ideal for advanced users or those requiring more sophisticated product description layouts. |

{% hint style="warning" %}
**The Rich Text Editor only supports a limited set of HTML codes. Switching from the HTML Editor to the Rich Text Editor may remove unsupported codes.**
{% endhint %}

{% hint style="info" %}
**In LitCommerce, HTML tags are not supported in listing descriptions for the following marketplaces: Etsy, Amazon, Shopee (non-whitelisted sellers), Facebook Shop, Google Merchant, and Temu.**
{% endhint %}

Additionally, refer to [this article](https://litcommerce.gitbook.io/litcommerce-helpdesk/marketplace-integration/app-features/templates-and-template-rules) for more details on setting up and applying the Title & Description Template to your listings.

If you have any questions, let us know via the Chat Box in the bottom-right corner of our Help Center.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.litcommerce.com/marketplace-integration/app-features/templates-and-template-rules/title-and-description-template.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
