${function(){
const variantData = data.variant || {"id":"05f7a19d-b440-42a6-9c3b-1cb7e681d9ef","product_id":"42b45241-2fe2-4b2a-b5a9-48ed84170727","title":"6.8 \"X3.5 \"X1.1\"","weight_unit":"kg","inventory_quantity":0,"sku":"BOXNKM-T2","barcode":"","position":1,"option1":"6.8 \"X3.5 \"X1.1\"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":3.95,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"3.95","retail_price":"0","available":true,"url":"\/products\/boxer-brief-gift-box-man-in-suits-style?variant=05f7a19d-b440-42a6-9c3b-1cb7e681d9ef","available_quantity":999999999,"options":[{"name":"Gr\u00f6\u00dfe","value":"6.8 \"X3.5 \"X1.1\""}],"off_ratio":0,"flashsale_info":[],"sales":8};
return `
Sku : ${variantData && variantData.sku}
`
}()}
${function() {
const variantData = data.variant || {"id":"05f7a19d-b440-42a6-9c3b-1cb7e681d9ef","product_id":"42b45241-2fe2-4b2a-b5a9-48ed84170727","title":"6.8 \"X3.5 \"X1.1\"","weight_unit":"kg","inventory_quantity":0,"sku":"BOXNKM-T2","barcode":"","position":1,"option1":"6.8 \"X3.5 \"X1.1\"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":3.95,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"3.95","retail_price":"0","available":true,"url":"\/products\/boxer-brief-gift-box-man-in-suits-style?variant=05f7a19d-b440-42a6-9c3b-1cb7e681d9ef","available_quantity":999999999,"options":[{"name":"Gr\u00f6\u00dfe","value":"6.8 \"X3.5 \"X1.1\""}],"off_ratio":0,"flashsale_info":[],"sales":8};
const saveType = "percentage";
const saveText = "Du sparst {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Liefern an
[{country.name}]
[{item.name}]
[{shippingTypeLabel}]
Holen Sie es sich bei: [{getArrivalTime(country.standard)}]
Holen Sie es sich bei: [{getArrivalTime(country.express)}]
Bestellen Sie noch heute und erhalten Sie es bis zum: [{getArrivalTime(country[shippingType])}]
Größe
${function(){
const tipText = "Bitte w\u00e4hlen Sie einen {{ name }} aus".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Möchten Sie mehr Stile, die wir nicht haben? Lassen Sie es uns hier wissen.
Teilen Sie uns mit, welches Zeichen oder welchen Stil Sie benötigen
Einreichen
${function() {
const postageFreeAmount = 69;
const custom_text = "Versandkostenfrei ab \u20ac69 - Noch {amount} fehlen!";
const totalPrice = +data.total_price;
const diffPrice = postageFreeAmount - totalPrice;
const percentDiff = (diffPrice > 0 ? (totalPrice / postageFreeAmount * 100) : 100) + '%';
let tipText = "Ihre Bestellung ist versandkostenfrei";
if (diffPrice > 0) {
tipText = custom_text.replace('{amount}', `
`);
}
return `
`;
}()}