Sku : Shaped Wall Art Custom text
${function(){
const variantData = data.variant || {"id":"b11f5bb5-ee82-43b6-8857-3c67cf37aa2e","product_id":"bddc3c86-23ad-44eb-a83e-67c1eb2f666a","title":"Shaped Wall Art Individueller Text","weight_unit":"kg","inventory_quantity":-12,"sku":"Shaped Wall Art Custom text","barcode":"","position":1,"option1":"Shaped Wall Art Individueller Text","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":2.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"2.99","retail_price":"0","available":true,"url":"\/products\/shaped-wall-art-custom-text?variant=b11f5bb5-ee82-43b6-8857-3c67cf37aa2e","available_quantity":999999999,"options":[{"name":"Titel","value":"Shaped Wall Art Individueller Text"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
`
}()}
${function() {
const variantData = data.variant || {"id":"b11f5bb5-ee82-43b6-8857-3c67cf37aa2e","product_id":"bddc3c86-23ad-44eb-a83e-67c1eb2f666a","title":"Shaped Wall Art Individueller Text","weight_unit":"kg","inventory_quantity":-12,"sku":"Shaped Wall Art Custom text","barcode":"","position":1,"option1":"Shaped Wall Art Individueller Text","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":2.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"2.99","retail_price":"0","available":true,"url":"\/products\/shaped-wall-art-custom-text?variant=b11f5bb5-ee82-43b6-8857-3c67cf37aa2e","available_quantity":999999999,"options":[{"name":"Titel","value":"Shaped Wall Art Individueller Text"}],"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])}]
Titel
${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 `
`;
}()}