${function(){
const variantData = data.variant || {"id":"f2b8acf0-daff-4929-8323-78e9d6b9409c","product_id":"4b285cff-86a6-46d7-bf01-f3ec3387185b","title":"S","weight_unit":"kg","inventory_quantity":0,"sku":"SOCKJGS","barcode":"","position":1,"option1":"S","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":9.95,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"9.95","retail_price":"0","available":true,"url":"\/products\/custom-socks-small?variant=f2b8acf0-daff-4929-8323-78e9d6b9409c","available_quantity":999999999,"options":[{"name":"Gr\u00f6\u00dfe","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
`
}()}
${function() {
const variantData = data.variant || {"id":"f2b8acf0-daff-4929-8323-78e9d6b9409c","product_id":"4b285cff-86a6-46d7-bf01-f3ec3387185b","title":"S","weight_unit":"kg","inventory_quantity":0,"sku":"SOCKJGS","barcode":"","position":1,"option1":"S","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":9.95,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"9.95","retail_price":"0","available":true,"url":"\/products\/custom-socks-small?variant=f2b8acf0-daff-4929-8323-78e9d6b9409c","available_quantity":999999999,"options":[{"name":"Gr\u00f6\u00dfe","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
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 `
`;
}()}