AbandonedCartEmail
EmailTerk edilen sepet yeniden katılım e-postası. Kupon kodu, indirim teklifi ve sepet içeriği.
You left something behind
Your cart expires May 5, 2026
Pro Plan — Annual₺999.90
Design System Add-on ×2₺300.00
Use code for 10% off:
COMEBACK10
Complete My Purchase
© 2026 Acme Corp
Live preview<%
var cart = locals.cart || {};
var items = cart.items || [];
function fmtTRY(n) { return '₺' + (n || 0).toFixed(2); }
%>
<%- include('../_preview-bar', locals) %>
You left something behind
Your cart is waiting for you
Hi <%= toName %>, you added some items to your cart but didn't complete your purchase. Your cart will expire on <%= cart.expiresAt %>.
<% items.forEach(function(item) { %>
<%= item.name %>
<% if (item.variant) { %><%= item.variant %>
<% } %>
Qty: <%= item.qty %>
<%= fmtTRY(item.price * item.qty) %>
<% }); %>
Subtotal
<%= fmtTRY(cart.total) %>
Special offer just for you
Use code <%= cart.couponCode %> for <%= cart.couponPct %>% off your order today.
<%= cart.couponCode %>
<%- include('../_footer', locals) %>