# Supported Shortcodes

Shortcodes are key to the email builder, acting as placeholders for dynamic data. For instance, {{order.id}} will be replaced with the actual Order ID in the customer notification email after an order is placed.

### Where to find all the short codes? <a href="#where-to-find-all-the-short-codes" id="where-to-find-all-the-short-codes"></a>

You can find it when you customise each template.

<figure><img src="https://2617971948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUM7IMLYNpH3NSpDrZcNu%2Fuploads%2F7V5A3btHf1waIxBUuVzv%2Fscreenshot-localhost_5000-2024.10.22-18_01_04.png?alt=media&#x26;token=e3946a0a-7244-48b4-96d2-ba0123d11963" alt=""><figcaption></figcaption></figure>

Click on the Shortcodes button&#x20;

<figure><img src="https://2617971948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUM7IMLYNpH3NSpDrZcNu%2Fuploads%2FgJJiXL8bv2urYx1yDkw9%2Fscreenshot-localhost_5000-2024.10.22-18_10_10.png?alt=media&#x26;token=6f50dc5b-942b-48d8-b395-edc2305a9b3f" alt=""><figcaption></figcaption></figure>

All available shortcodes are listed in the pop-up box on the left side.

<figure><img src="https://2617971948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUM7IMLYNpH3NSpDrZcNu%2Fuploads%2FX1JEzO2AohCxo6ZweSAe%2Fscreenshot--2024.10.22-18_14_17.png?alt=media&#x26;token=ea09c4a6-ed53-4679-855b-fd4c01eae067" alt=""><figcaption></figcaption></figure>

**List of supported short codes**

**Below are the available list of short codes.**

**Billing Address**

​{{billing\_address.formatted\_address}} - To get billing address&#x20;

{{billing\_address.first\_name}} - To get billing first name

{{billing\_address.last\_name}} - To get billing last name&#x20;

{{billing\_address.name}} - To get billing name&#x20;

{{billing\_address.company}} - to get billing company&#x20;

{{billing\_address.phone}} - To get billing phone

{{billing\_address.address1}} - To get billing address 1&#x20;

{{billing\_address.address2}} - To get billing address 2&#x20;

{{billing\_address.city}} - To get billing city&#x20;

{{billing\_address.state}} - To get billing state

{{billing\_address.province}} - To get billing province

{{billing\_address.zip}} - To get billing zip code&#x20;

{{billing\_address.country}} - To get billing country Shipping Address

{{shipping\_address.formatted\_address}} - To get shipping address&#x20;

{{shipping\_address.first\_name}} - To get shipping first name&#x20;

{{shipping\_address.last\_name}} - To get shipping last name&#x20;

{{shipping\_address.name}} - To get shipping name

{{shipping\_address.company}} - To get shipping company&#x20;

{{shipping\_address.phone}} - To get shipping phone

{{shipping\_address.address1}} - To get shipping address 1&#x20;

{{shipping\_address.address2}} - To get shipping address 2&#x20;

{{shipping\_address.city}} - To get shipping city&#x20;

{{shipping\_address.state}} - To get shipping state&#x20;

{{shipping\_address.province}} - To get shipping province&#x20;

{{shipping\_address.zip}} - To get shipping zip code&#x20;

{{shipping\_address.country}} - To get shipping country

{{shipping\_method.title}} - To get shipping method title&#x20;

{{shipping\_method.formated\_price}} - To get shipping price with price format

{{shipping\_method.price}} - To get shipping price&#x20;

**Shop Details**

{{shop.landing\_site}} - To get landing site URL

​{{shop.name}} - To get shop name

{{shop.email}} - To get shop E-Mail&#x20;

{{shop.url}} - To get shop URL

{{shop.address1}} - To get shop address 1&#x20;

{{shop.address2}} - To get shop address 2&#x20;

{{shop.city}} - To get shop city

{{shop.zip}} - To get shop zip code&#x20;

**Order Details**

{{order.id}} - To get order id&#x20;

{{order.email}} - To get order E-Mail&#x20;

{{order.items\_count}} - To get order item count

{{order.items\_qty\_count}} - To get order items quantity count

{{order.last\_note}} -  To get the last note

{{order.customer\_note}} - To get customer note

{{order.status\_link}} - To get order status link&#x20;

{{order.subtotal\_price}} - To get order sub-total&#x20;

{{order.total\_price}} - To get order total

{{order.created\_at}} - To get order created date&#x20;

{{order.fee}} - To get order fee&#x20;

{{order.refund}} - To get order refund&#x20;

{{order.url}} - To get order url&#x20;

{{order.order\_items}} - To get order item details

{{order.downloads}} - To et order download details

{{order.customer\_provided\_note}} - To get customer provided note&#x20;

**Payment Details**

{{payment.payment\_method}} - To get order payment method

{{payment\_url}} - To get payment URL&#x20;

{{payment\_transaction\_id}} - To get order transaction id\
​ \
**​Reset Password**

​{{customer.password\_reset\_url}} - To get customer name&#x20;

**New User**

​{{customer.password}} - To get customer name

{{customer.activation\_url}} - To get customer E-Mail&#x20;

**Customer Details**<br>

​{{customer.name}} - To get customer name

{{customer.first\_name}} - To get customer first name

{{customer.last\_name}} - To get customer last name

{{customer.user\_nicename}} - To get customer nice name

{{customer.email}} - To get customer email

{{customer.user\_login}} - To get customer user login

**E-Mail Social media Shortcodes**

{{social.facebook}} - Facebook URL from settings

{{social.twitter}} - Twitter URL from settings

{{social.linkedin}} - Linkedin URL from settings

{{social.pinterest}} - Pinterest URL from settings&#x20;

**I have more questions ?**\
​Please submit a support request <support@flycart.org>\
We are always happy to assist you :)
