Change Order ID generating in email confirmation

Hi, I changed the Order ID sequence from the regular #1234 to my own order ID including additional letters & numbers before and after the Shopify order ID that is usually 1011

Can you please help me code in this new sequence into my automated Shopify order confirmation:

Hi @amierafa
Replace the below line:

Your order number is **{{ order_number }}**.

with:

Your order number is **AR26{{ order_number }}36**.

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Thanks!

1 Like

THANK YOU SO MUCH!!!

1 Like