Neues multifunktion ales intelligentes Haushalts-faltbares Büro-Heizkissen
${function() {
const variantData = data.variant || {"id":"56d3938f-ee03-4bc0-b806-e815fce311ff","product_id":"2e129661-5d1c-4486-98e6-b18d58a3010b","title":"ROSA- 800*1250mm","weight_unit":"kg","inventory_quantity":0,"sku":"CY-!140708-C1253S5378","barcode":"","position":1,"option1":"ROSA","option2":" 800*1250mm","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4ee45c7147bb78d0e5755cfa5355107c.jpeg","path":"4ee45c7147bb78d0e5755cfa5355107c.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":53.36,"min_quantity":1}],"weight":"0.6","compare_at_price":"92","price":"53.36","retail_price":"92","available":true,"url":"\/products\/neues-multifunktion-ales-intelligentes-haushalts-faltbares-buro-heizkissen?variant=56d3938f-ee03-4bc0-b806-e815fce311ff","available_quantity":999999999,"options":[{"name":"Farbe","value":"ROSA"},{"name":"Gr\u00f6\u00dfe","value":" 800*1250mm"}],"off_ratio":42,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `- `
}
`;
}()}
Farbe:
ROSA
${function(){
const optName = "Farbe";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (optionValue) : '';
return `${optionValueText} `;
}()}
${function(){
const tipText = "Bitte w\u00e4hlen Sie einen {{ name }} aus".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Größe:
800*1250mm
${function(){
const optName = "Größe";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (optionValue) : '';
return `${optionValueText} `;
}()}
${function(){
const tipText = "Bitte w\u00e4hlen Sie einen {{ name }} aus".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
In den Warenkorb legen
€53.36
${function(){
const wholesale_enabled = false;
const qty = data.quantity || 1;
const currentSelectVariant = data.variant;
const defaultVariant = (data.product && data.product.variants && data.product.variants[0]);
const productVariant = {"id":"56d3938f-ee03-4bc0-b806-e815fce311ff","product_id":"2e129661-5d1c-4486-98e6-b18d58a3010b","title":"ROSA- 800*1250mm","weight_unit":"kg","inventory_quantity":0,"sku":"CY-!140708-C1253S5378","barcode":"","position":1,"option1":"ROSA","option2":" 800*1250mm","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4ee45c7147bb78d0e5755cfa5355107c.jpeg","path":"4ee45c7147bb78d0e5755cfa5355107c.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":53.36,"min_quantity":1}],"weight":"0.6","compare_at_price":"92","price":"53.36","retail_price":"92","available":true,"url":"\/products\/neues-multifunktion-ales-intelligentes-haushalts-faltbares-buro-heizkissen?variant=56d3938f-ee03-4bc0-b806-e815fce311ff","available_quantity":999999999,"options":[{"name":"Farbe","value":"ROSA"},{"name":"Gr\u00f6\u00dfe","value":" 800*1250mm"}],"off_ratio":42,"flashsale_info":[],"sales":0};
const variantData = currentSelectVariant || defaultVariant || productVariant;
const wholesale_price = variantData.wholesale_price || [];
if(wholesale_enabled && wholesale_price.length > 0) {
let wholesaleIndex = wholesale_price.findIndex(item => {
return item.min_quantity > qty;
});
if(wholesaleIndex < 0){
wholesaleIndex = wholesale_price.length - 1;
}else if(wholesaleIndex > 0){
wholesaleIndex = wholesaleIndex - 1;
}
const wholesalePrice = wholesale_price[wholesaleIndex] || '';
return `
`
}else {
const price = variantData && variantData.price;
return price != undefined ? `
` : ' ';
}
}()}
Kaufe jetzt
Produkt war ausverkauft.
Produkt ist nicht verfügbar.
Sku : CY-!140708-C1253S5378
Gewicht : 0.6kg
${function(){
const variantData = data.variant || {"id":"56d3938f-ee03-4bc0-b806-e815fce311ff","product_id":"2e129661-5d1c-4486-98e6-b18d58a3010b","title":"ROSA- 800*1250mm","weight_unit":"kg","inventory_quantity":0,"sku":"CY-!140708-C1253S5378","barcode":"","position":1,"option1":"ROSA","option2":" 800*1250mm","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4ee45c7147bb78d0e5755cfa5355107c.jpeg","path":"4ee45c7147bb78d0e5755cfa5355107c.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":53.36,"min_quantity":1}],"weight":"0.6","compare_at_price":"92","price":"53.36","retail_price":"92","available":true,"url":"\/products\/neues-multifunktion-ales-intelligentes-haushalts-faltbares-buro-heizkissen?variant=56d3938f-ee03-4bc0-b806-e815fce311ff","available_quantity":999999999,"options":[{"name":"Farbe","value":"ROSA"},{"name":"Gr\u00f6\u00dfe","value":" 800*1250mm"}],"off_ratio":42,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Gewicht : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Strichcode : ${variantData && variantData.barcode}
`
}()}