aaaaaa
aaaa
${function() {
const variantData = data.variant || {"id":"4aaf15c9-0306-4c3c-86d0-debbe0b960e6","product_id":"3e314cbd-d75b-4bfd-b43d-454724b9d7fc","title":"blue","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":2,"option1":"blue","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1adcfca090ae2dafa303dc670be38514.jpg","path":"1adcfca090ae2dafa303dc670be38514.jpg","width":2878,"height":1612,"alt":"","aspect_ratio":1.7853598014888337},"wholesale_price":[{"price":100,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"100","retail_price":"0","available":true,"url":"\/products\/aaaaaa?variant=4aaf15c9-0306-4c3c-86d0-debbe0b960e6","available_quantity":999999999,"options":[{"name":"color","value":"blue"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${function(){
const tipText = "Bitte w\u00e4hlen Sie einen {{ name }} aus".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
people are viewing this right now
Produkt war ausverkauft.
Produkt ist nicht verfügbar.
${function(){
const variantData = data.variant || {"id":"4aaf15c9-0306-4c3c-86d0-debbe0b960e6","product_id":"3e314cbd-d75b-4bfd-b43d-454724b9d7fc","title":"blue","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":2,"option1":"blue","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1adcfca090ae2dafa303dc670be38514.jpg","path":"1adcfca090ae2dafa303dc670be38514.jpg","width":2878,"height":1612,"alt":"","aspect_ratio":1.7853598014888337},"wholesale_price":[{"price":100,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"100","retail_price":"0","available":true,"url":"\/products\/aaaaaa?variant=4aaf15c9-0306-4c3c-86d0-debbe0b960e6","available_quantity":999999999,"options":[{"name":"color","value":"blue"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Gewicht : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Strichcode : ${variantData && variantData.barcode}
`
}()}
${function() {
const postageFreeAmount = 399;
const custom_text = "Buy {amount} more to enjoy FREE Shipping";
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 `
`;
}()}