EasySell COD

Hi guys,

Does someone know how to change confirmation email which is sent to buyer when he/she place order?

Hi @JohnnyBoss , thank you for posting here!

You can follow my instructions below:

  1. Go to the Shopify Admin Panel:

    • Log in to your Shopify account.
  2. Navigate to Notifications:

    • Click on Settings at the bottom left.
    • Select Notifications from the options.
  3. Find the Order Confirmation Email:

    • Scroll to the Order notifications section.
    • Click Order confirmation to edit the template.
  4. Edit the Email Template:

    • The default template is written in Liquid (Shopify’s templating language).

    • You can modify the text or include custom elements, such as:

      • Personalized messages.
      • Additional instructions for COD (Cash on Delivery) orders.
    • Example:

      {% if payment_method.title == 'Cash on Delivery (COD)' %}
      <p>Thank you for your order! Please have the exact amount ready for payment upon delivery.</p>
      {% endif %}
      
    • Save changes once you’re done.

  5. Test the Email:

    • Click the Preview button to see how the email looks.
    • Send a test email to yourself to verify the formatting.

Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

How to change “Discount RECOVERY DISCOUNT”? Can’t find in code.