${function(){
const variantData = data.variant || {"id":"2ec532dc-8c3b-4033-a3da-62b8f50db94b","product_id":"0fa2e65f-f426-4523-8b66-280a364ac4f2","title":"25\" x 50\"-Standard","weight_unit":"kg","inventory_quantity":0,"sku":"BTF1SS1-T1066","barcode":"","position":1,"option1":"25\" x 50\"","option2":"Standard","option3":"","note":"","image":null,"wholesale_price":[{"price":24.95,"min_quantity":1}],"weight":"0","compare_at_price":"36.18","price":"24.95","retail_price":"36.18","available":true,"url":"\/products\/custom-photo-beach-towel-quick-dry-bath-towel-boy-and-octopus-swimming-towel-1?variant=2ec532dc-8c3b-4033-a3da-62b8f50db94b","available_quantity":999999999,"options":[{"name":"Gr\u00f6\u00dfe?type=img&rename=Beach Size&pc=3&mobile=3","value":"25\" x 50\""},{"name":"Material?type=img&rename=stjml2024A&pc=2&mobile=2","value":"Standard"}],"off_ratio":31,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
`
}()}
${function() {
const variantData = data.variant || {"id":"2ec532dc-8c3b-4033-a3da-62b8f50db94b","product_id":"0fa2e65f-f426-4523-8b66-280a364ac4f2","title":"25\" x 50\"-Standard","weight_unit":"kg","inventory_quantity":0,"sku":"BTF1SS1-T1066","barcode":"","position":1,"option1":"25\" x 50\"","option2":"Standard","option3":"","note":"","image":null,"wholesale_price":[{"price":24.95,"min_quantity":1}],"weight":"0","compare_at_price":"36.18","price":"24.95","retail_price":"36.18","available":true,"url":"\/products\/custom-photo-beach-towel-quick-dry-bath-towel-boy-and-octopus-swimming-towel-1?variant=2ec532dc-8c3b-4033-a3da-62b8f50db94b","available_quantity":999999999,"options":[{"name":"Gr\u00f6\u00dfe?type=img&rename=Beach Size&pc=3&mobile=3","value":"25\" x 50\""},{"name":"Material?type=img&rename=stjml2024A&pc=2&mobile=2","value":"Standard"}],"off_ratio":31,"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}
`
}()}
Material
${function(){
const tipText = "Bitte w\u00e4hlen Sie einen {{ name }} aus".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Wählen Sie Ihre Hautfarbe
Die Gesichtsfarbe richtet sich nach dem von Ihnen hochgeladenen Foto. Bitte wählen Sie den Hautton des freigelegten Körpers!
Wählen Sie Ihre Hautfarbe
Die Gesichtsfarbe richtet sich nach dem von Ihnen hochgeladenen Foto. Bitte wählen Sie den Hautton des freigelegten Körpers!
Personalisiere
Niedrigster Preis in 90 Tagen
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 `
`;
}()}