Pullover mit V-Ausschnitt aus Spitze in Colorblock-Optik
${function() {
const variantData = data.variant || {"id":"0ccfc6ce-6d79-4d6e-b33b-3cdf3444da02","product_id":"c11d18e2-ad06-42ad-9819-ac54f62a929b","title":"grau-S","weight_unit":"kg","inventory_quantity":970,"sku":"X84-211102-10-grau-S","barcode":"","position":1,"option1":"grau","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/26bb73da6683f32cfdde67e9ac7b5ebc.jpeg","path":"26bb73da6683f32cfdde67e9ac7b5ebc.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"29.99","retail_price":"0","available":true,"url":"\/products\/pullover-mit-v-ausschnitt-aus-spitze-in-colorblock-optik?variant=0ccfc6ce-6d79-4d6e-b33b-3cdf3444da02","available_quantity":970,"options":[{"name":"Farbe","value":"grau"},{"name":"Gr\u00f6\u00dfe","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Farbe:
grau
${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:
S
${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
€29.99
${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":"0ccfc6ce-6d79-4d6e-b33b-3cdf3444da02","product_id":"c11d18e2-ad06-42ad-9819-ac54f62a929b","title":"grau-S","weight_unit":"kg","inventory_quantity":970,"sku":"X84-211102-10-grau-S","barcode":"","position":1,"option1":"grau","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/26bb73da6683f32cfdde67e9ac7b5ebc.jpeg","path":"26bb73da6683f32cfdde67e9ac7b5ebc.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"29.99","retail_price":"0","available":true,"url":"\/products\/pullover-mit-v-ausschnitt-aus-spitze-in-colorblock-optik?variant=0ccfc6ce-6d79-4d6e-b33b-3cdf3444da02","available_quantity":970,"options":[{"name":"Farbe","value":"grau"},{"name":"Gr\u00f6\u00dfe","value":"S"}],"off_ratio":0,"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 : X84-211102-10-grau-S
${function(){
const variantData = data.variant || {"id":"0ccfc6ce-6d79-4d6e-b33b-3cdf3444da02","product_id":"c11d18e2-ad06-42ad-9819-ac54f62a929b","title":"grau-S","weight_unit":"kg","inventory_quantity":970,"sku":"X84-211102-10-grau-S","barcode":"","position":1,"option1":"grau","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/26bb73da6683f32cfdde67e9ac7b5ebc.jpeg","path":"26bb73da6683f32cfdde67e9ac7b5ebc.jpeg","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"29.99","retail_price":"0","available":true,"url":"\/products\/pullover-mit-v-ausschnitt-aus-spitze-in-colorblock-optik?variant=0ccfc6ce-6d79-4d6e-b33b-3cdf3444da02","available_quantity":970,"options":[{"name":"Farbe","value":"grau"},{"name":"Gr\u00f6\u00dfe","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Gewicht : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Strichcode : ${variantData && variantData.barcode}
`
}()}