${function(){
const variantData = data.variant || {"id":"652682ca-711d-4a54-a83d-4e4a53346679","product_id":"178e5505-5898-4556-b543-a558864a0f20","title":"25\" x 50\"-Standard","weight_unit":"kg","inventory_quantity":0,"sku":"BTF1SS1-T907","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-text-beach-towel-quick-dry-bath-towel-custom-your-name-swimming-towel-10-khj1?variant=652682ca-711d-4a54-a83d-4e4a53346679","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":"652682ca-711d-4a54-a83d-4e4a53346679","product_id":"178e5505-5898-4556-b543-a558864a0f20","title":"25\" x 50\"-Standard","weight_unit":"kg","inventory_quantity":0,"sku":"BTF1SS1-T907","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-text-beach-towel-quick-dry-bath-towel-custom-your-name-swimming-towel-10-khj1?variant=652682ca-711d-4a54-a83d-4e4a53346679","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}
`
}()}
_pic0
_text1_25
Hinzufügen
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 `
`;
}()}