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

# Shopify UI Extension - Thank You Page Widget (Shipment Tracking)

> Chatarmin guide: Shopify UI Extension - Thank You Page Widget (Shipment Tracking)

# 🚨 Prerequisites

To use the new Shopify UI Extensions, please make sure to first have the Shopify App installed. The precondition for that is, being live on the [updated Shopify Extension](https://help.shopify.com/de/manual/checkout-settings/customize-checkout-configurations/checkout-extensibility). Watch the [Guide](https://help.chatarmin.com/en/articles/175085-install-new-shopify-app) here.

**🚨 If you speak german, make sure to check out our YouTube Video Guide down below, otherwise just follow the article below:**

<iframe src="https://www.youtube.com/embed/HdT9PyvpFW4?rel=0" title="YouTube video" width="100%" height="420" allowFullScreen />

# How To Guide

Please watch the Video guide below:

<iframe src="https://www.loom.com/embed/636a286d1f1244168dbaffebd8764284" title="Loom video" width="100%" height="420" allowFullScreen />

## 🌐 Multilanguage Option

If you're using the multilanguage option, make sure to **activate the Multi-Local setup in Shopify**. This is required for the Chatarmin Add-on to function correctly across different languages.

Each language must have its own **standard Buzzword**, which is displayed on the respective version of the Thank You Page. This standard Buzzword triggers the language-specific flow in Chatarmin. Therefore, you need to create a separate flow for each language, ensuring customers receive messages in their preferred language.

## 📱 Mobile vs. Desktop Experience

The customer journey differs depending on the device:

* **Desktop:** Customers can enter their phone number directly on the Thank You Page to subscribe. Once their order is shipped, they'll automatically receive a WhatsApp campaign with updates and offers.
* **Mobile:** The process is even smoother. After completing the purchase, customers see a button that takes them directly to WhatsApp. With one tap, they’re redirected and only need to send the **Buzzword** to activate the flow and start receiving updates.

🚨🚨 ***ATTENTION: Please make sure for TYP Widget to always click "Save changes". This is something like "Activate Widget". This has to be done always. 👇***

<img src="https://mintcdn.com/chatarmin-help-center/NyfZxeNHFMDFfmtq/images/e93fec0e-3350-4778-b28c-abec89fdb752/019b9c80-aca5-741c-a7d8-07861762f331.png?fit=max&auto=format&n=NyfZxeNHFMDFfmtq&q=85&s=1904fc15c7ca17fc9162eaada0c4db1b" alt="Chatarmin help center image" width="3436" height="1840" data-path="images/e93fec0e-3350-4778-b28c-abec89fdb752/019b9c80-aca5-741c-a7d8-07861762f331.png" />

🚨 **Note:** Once setting up the Flows, note, that the "Shipping" Trigger, triggers also for Double Optins. If you don't want that and send shipment infos only to those, who have signed up for it, you need to add an additional if/else to check the Tag:

<img src="https://mintcdn.com/chatarmin-help-center/NyfZxeNHFMDFfmtq/images/e93fec0e-3350-4778-b28c-abec89fdb752/019b9c80-ac90-739e-a815-2cdd4a4f8d0b.png?fit=max&auto=format&n=NyfZxeNHFMDFfmtq&q=85&s=9b3f8ba95a08c08355325c14d14058ba" alt="Chatarmin help center image" width="2168" height="694" data-path="images/e93fec0e-3350-4778-b28c-abec89fdb752/019b9c80-ac90-739e-a815-2cdd4a4f8d0b.png" />

***BONUS: Testing the thank you page widget flow: desktop 🤝***

<iframe src="https://www.loom.com/embed/0e3613fd9aa543f4a0f54d8b5581212c" title="Loom video" width="100%" height="420" allowFullScreen />

# 🚨 Shipping flow is not triggering although Order got shipped

Due to some Shopify stores configuration with their ERP/Tracking Software, which are a bit different etc. it may be that the tracking link isn't being sent always when order got shipped already

Background behind this is that Shopify sends us the event "**Shipped**" but the tracking link will be added by their ERP like 5 Minutes afterwards etc.

If that is the case, please try to switch the Trigger to "**Shopify Order Fulfillment Updated"** in the Flow which sends the Tracking

Just take care, when using that flow trigger, the flow would trigger on EVERY UPDATE. So to only receive the link once, add an if/else right after the trigger, thanks

<img src="https://mintcdn.com/chatarmin-help-center/NyfZxeNHFMDFfmtq/images/e93fec0e-3350-4778-b28c-abec89fdb752/019b9c80-acec-7338-a11d-abf536ccfa77.png?fit=max&auto=format&n=NyfZxeNHFMDFfmtq&q=85&s=580b45eade6dbbdb71c9af97c564e5a1" alt="Chatarmin help center image" width="2308" height="1176" data-path="images/e93fec0e-3350-4778-b28c-abec89fdb752/019b9c80-acec-7338-a11d-abf536ccfa77.png" />
