Mode-Halskette
${function() {
const variantData = data.variant || {"id":"50853999-4789-4f45-8a5b-b85ba1d3bac4","product_id":"a88cf156-69ee-4e07-a713-522eead3ac7a","title":"Schwarz","weight_unit":"kg","inventory_quantity":990,"sku":"NEAH7F6AB140","barcode":"","position":1,"option1":"Schwarz","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1c088eea1e2551ee874476a4e48083bf.jpeg","path":"1c088eea1e2551ee874476a4e48083bf.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":4.58,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"4.58","retail_price":"0","available":true,"url":"\/products\/fashion-necklace-1?variant=50853999-4789-4f45-8a5b-b85ba1d3bac4","available_quantity":990,"options":[{"name":"Farbe","value":"Schwarz"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
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}
`
}()}
Produkt war ausverkauft.
Produkt ist nicht verfügbar.
${function(){
const variantData = data.variant || {"id":"50853999-4789-4f45-8a5b-b85ba1d3bac4","product_id":"a88cf156-69ee-4e07-a713-522eead3ac7a","title":"Schwarz","weight_unit":"kg","inventory_quantity":990,"sku":"NEAH7F6AB140","barcode":"","position":1,"option1":"Schwarz","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1c088eea1e2551ee874476a4e48083bf.jpeg","path":"1c088eea1e2551ee874476a4e48083bf.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":4.58,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"4.58","retail_price":"0","available":true,"url":"\/products\/fashion-necklace-1?variant=50853999-4789-4f45-8a5b-b85ba1d3bac4","available_quantity":990,"options":[{"name":"Farbe","value":"Schwarz"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Gewicht : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Strichcode : ${variantData && variantData.barcode}
`
}()}