Do you sell products that customers may want to purchase again? You can set up an email automation to remind your customers to purchase again at just the right time.
<!-- CRM Headings Start -->
<div style="display:none;">
<span style="display:none;">
NewOrderName: ${customer.name}
NewOrderEmail: ${customer.email}
NewOrderPhone: ${order.shippingAddress.phone}
NewOrderNumber: ${order.number}
NewOrderTotal: ${order.total}
NewOrderDate: ${order.dateCreated}
NewOrderTime: ${order.timeCreated}
NewOrderS-Add: ${order.shippingAddress.name} ${order.shippingAddress}
NewOrderB-Add: ${order.billingAddress.name} ${order.billingAddress}
</span>
</div>
<!-- CRM Headings End -->