PromotionalEmail
EmailSüre sınırlı kampanya. Gradient başlık, fiyat karşılaştırma, kesik çizgili kupon kodu.
50% OFF
This weekend only — upgrade and save
Regular
₺999.90
Your price
₺499.95
WEEKEND50
Valid until May 5, 2026 at 11:59 PM
© 2026 Acme Corp
Live preview<%
var promo = locals.promo || {};
var features = promo.features || [];
function fmtTRY(n) { return '₺' + (n || 0).toFixed(2); }
%>
<%- include('../_preview-bar', locals) %>
Limited Time Offer
<%= promo.discountPct %>% OFF
<%= promo.subheadline %>
Hi <%= toName %>, for this weekend only, we're offering a massive <%= promo.discountPct %>% discount on our <%= promo.headline.replace(promo.discountPct + '% Off ', '') %>. Don't miss out!
Regular price
<%= fmtTRY(promo.originalPrice) %>
→
Your price
<%= fmtTRY(promo.discountedPrice) %>
Use code at checkout:
<%= promo.code %>
Valid until <%= promo.validUntil %>
What you'll get:
<% features.forEach(function(f) { %>
<%= f %>
<% }); %>
Offer expires <%= promo.validUntil %>. Cannot be combined with other promotions.
<%- include('../_footer', locals) %>