# Notifications

In Commerce, you have access to change the email template for your own store notifications. Among the email templates you can change are:

1. Order Confirmation
2. Order Shipped
3. Files ready for download
4. Order status changed
5. Checkout Abandoned (Available for <mark style="color:red;">**Premium**</mark> and <mark style="color:red;">**Ultimate**</mark>**&#x20;plan** only).

For this Abandoned Checkout email notification, it is no longer sent automatically by the Shoppego system. If you want to send this notification, it can only be done by setting a [webhook](/en/settings/webhook.md).

6. Order ready to pickup (Available for <mark style="color:red;">**Ultimate**</mark>**&#x20;plan** only)
7. Order review
8. Order packed

{% content-ref url="/pages/MQbYnQhQjNKIWo9dyQly" %}
[Notifications Parameter](/en/settings/notifications/notifications-parameter.md)
{% endcontent-ref %}

Changes to the email template can be done if you do have skills in HTML/CSS coding.

To access the email section of the template, you can go to:

1\. Dashboard Commerce

![](/files/lCN7aw3FznaFFoOAyya2)

2\. Click **Settings**

![](/files/VsK9zs6aZtUfKK1hcCiM)

3\. Click **Notifications**

![](/files/p3EWNaif0YgzfErhenoY)

4\. Click **Edit** on any email for which you want to change their template

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

5\. Next you will be able to see the display for you to change the email template for the Order Confirmation notification.

![](/files/OyCe5nJQ3uoR7NtPDA3Y)

You can make changes to the **Email body (HTML)** to change the layout/styling of your email template by using HTML/CSS coding

6\. Once you have made the changes you want you can click **Save**

![](/files/bUYK7aPQBnxhztFKiqnU)

If you want to Preview the changes you have made, you can click **Preview**

![](/files/EFoiOS7HatYm77sTLIY2)

After you click the Preview button, you will be able to see the email display that will be visible to your customers later

![](/files/-Mfet5ey9zpTzSPCwwbN)

## Additional info

For older Commerce users, you will need to make additional settings on your Email notifications to ensure you get the latest email notifications templates.

1\. On your email settings, you can click the **More** button

![](/files/aRhzTzplYU6audWf5r7h)

2\. Next you can select the **Restore to default** button

![](/files/aaXRv3h2OOrtUSj2FUmW)

This setting, allows you to get the latest email templates from us.


---

# 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://docs.shoppego.com/en/settings/notifications.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.
