Skip to main content

NopCommerce 4.20 - 3. Send an order confirmation email

nopcommerce_logo.png

Good to know: This plugin has been developed by NopCommerce, there are several ways to get support from them.

Overview

In this tutorial, you'll learn how to create an order confirmation email template and set up a workflow to keep buyers engaged. You’ll also learn which NopCommerce order data are compatible with the Brevo platform.

Before getting started

You'll need the following:

1. Create the order confirmation email template

First, log into your Brevo account then go to the Automation platform > Email Templates. Click on the New Template button at the top right.

The email template can be personalized with several types of data:

Personalize your email with contact attributes

Let's start by personalizing with contact attributes.

In the example below, we have included a personalization of:

  • the recipient's first name using {{ contact.FIRSTNAME }}
  • the recipient's last name using {{ contact.LASTNAME }}

Good to know: that FIRSTNAME and LASTNAME should already be existing attributes in your Brevo account.

bigcommerce_AC_attribute_personnalization.gif

Personalize your email with the order details

The following variables may be included directly within your Brevo template content:

Order data Shipping address data Billing address data
{{ params.affiliation }} {{ params.shipping.firstname }} {{ params.billing.firstname }}
{{ params.currency }} {{ params.shipping.lastname }} {{ params.billing.lastname }}
{{ params.date }} {{ params.shipping.company }} {{ params.billing.company }}
{{ params.discount }} {{ params.shipping.phone }} {{ params.billing.phone }}
{{ params.id }} {{ params.shipping.address1 }} {{ params.billing.address1 }}
{{ params.revenue }} {{ params.shipping.address2 }} {{ params.billing.address2 }}
{{ params.shipping }} {{ params.shipping.city }} {{ params.billing.city }}
{{ params.subtotal }} {{ params.shipping.country }} {{ params.billing.country }}
{{ params.tax }} {{ params.shipping.state }} {{ params.billing.state }}
{{ params.total_before_tax }} {{ params.shipping.zipcode }} {{ params.billing.zipcode }}
{{ params.url }}    

 

In the Drag & Drop Editor, select your desired block that will display the order information, then add your variables.

We recommend formatting numbers by using floatformat. In the example below, we have added:

  • {{ params.currency | floatformat: 2 }} - The currency of the order
  • {{ params.subtotal | floatformat: 2 }} - The subtotal of the order
  • {{ params.discount | floatformat: 2 }} - The discount of the order
  • {{ params.total | floatformat: 2 }} - The total of the order

bigcommerce_PP_order.png

Now let's personalize the email template with ordered items. To do so, we're using the New Template Language to insert a dynamic list.

Personalize your email with the ordered items details

The following variables may be included directly within in a dynamic list within your Brevo template content:
 
Items data Insert this placeholder in your template
Name {{ item.name }}
SKU {{ item.sku }}
Category {{ item.category }}
ID {{ item.id }}
ID of the item variation {{ item.variant_id }}
Name of the item variation {{ item.variant_name }}
Price {{ item.price }}
Quantity {{ item.quantity }}
Storefront link of the purchased item {{ item.url }}
Image {{ item.image }}

In the Drag & Drop Editor, select your desired block that will display the abandoned items.

  1. Click the pencil icon to edit the settings for the design block.
  2. Enable the dynamic list option.
  3. In the parameter field, write items.
  4. In the variable field, write item.
  5. Set the limit for the number of items that will be displayed. For example, if there are 5 items, and you set 3 as the limit, only 3 items will be shown in the email.

bigcommerce_PP_items.png

Now add the variables to your email template. In the example above, we have added:

  • {{ item.name }} - The name of the item
  • {{ item.quantity }} - The quantity of the item
  • {{ item.price | floatformat: 2 }} - The price of the item.

To add the link of the item, select the Call-To-Action (CTA) button. On the right sidebar, under Link, type {{ item.url }}.

bigcommerce_PP_item.url.png

To add the image of the item, select the image. On the right sidebar, under Image source, choose "From URL" then type {{ item.image }}.

bigcommerce_PP_item.image.png

Once your design is complete, click the green "Save & Quit" button. Then click the "Save & Activate" button.

2. Creating the order confirmation workflow

Good to know: A customer has to be identified by their email address to trigger the workflow i.e. a customer who has logged into their account on your NopCommerce store or input their email address during checkout.

Navigate to the Automation tab of your Brevo account.

Click on + CREATE A NEW WORKFLOW, then select "Product Purchase" and follow the steps.

  1. Step 1/3An event happens
    • Select "Custom Event (Track Event").
    • Type order_completed.
    • Click on NEXT.
  2. Step 2/3 - Add a delay
    • Choose a delay. For example 5 seconds.
    • Click on NEXT.
  3. Step 3/3 - Send an email
    • From the dropdown list, select the email template you have just created and activated.
    • Check "Use my event data to customize the email".
    • Select "The event data which triggered the workflow".
    • Click on FINISH.

When your workflow is complete, click on DONE to save and activate it.

3. Example

Let's say that customer Jean Blue jean.blue@brevo.com has purchased the following 3 items from your store.

blobid0.png

Your template will look like this.

bigcommerce_PP_template.png

The email received by Jean Blue jean.blue@brevo.com will look like this.

bigcommerce_PP_email.png

 

Further reading

Have a question?

If you have questions, feel free to:

🤔 Have a question?

If you have a question, feel free to contact our support team by creating a ticket from your account. If you don't have an account yet, you can contact us here.

If you’re looking for help with a project using Brevo, we can match you with the right certified Brevo expert partner.

💬 Was this article helpful?

0 out of 0 found this helpful