Damska kamizelka lniana na co dzień, dwa komplety garniturów
${function() {
const variantData = data.variant || {"id":"73242e56-77b7-4a1d-87d4-5d85ee666402","product_id":"ceb1c00c-d407-4252-b3c9-b868fd41d5bf","title":"Szary-S","weight_unit":"kg","inventory_quantity":996,"sku":"he56-G-S","barcode":"","position":1,"option1":"Szary","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ae6a99d74b6bd6ae9285bf99daf5bc6b.jpeg","path":"ae6a99d74b6bd6ae9285bf99daf5bc6b.jpeg","width":1200,"height":1600,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":34,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"34","retail_price":"0","available":true,"url":"\/products\/women-casual-linen-waistcoat-two-set-suits585a9f44-bfa6-46f7-9820-c9a5debb3809?variant=73242e56-77b7-4a1d-87d4-5d85ee666402","available_quantity":999999999,"options":[{"name":"kolor","value":"Szary"},{"name":"Rozmiar","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":4};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Kolor:
Szary
${function(){
const optName = "kolor";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (optionValue) : '';
return `${optionValueText} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Rozmiar:
S
${function(){
const optName = "Rozmiar";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (optionValue) : '';
return `${optionValueText} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Add to cart
€34
${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":"73242e56-77b7-4a1d-87d4-5d85ee666402","product_id":"ceb1c00c-d407-4252-b3c9-b868fd41d5bf","title":"Szary-S","weight_unit":"kg","inventory_quantity":996,"sku":"he56-G-S","barcode":"","position":1,"option1":"Szary","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ae6a99d74b6bd6ae9285bf99daf5bc6b.jpeg","path":"ae6a99d74b6bd6ae9285bf99daf5bc6b.jpeg","width":1200,"height":1600,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":34,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"34","retail_price":"0","available":true,"url":"\/products\/women-casual-linen-waistcoat-two-set-suits585a9f44-bfa6-46f7-9820-c9a5debb3809?variant=73242e56-77b7-4a1d-87d4-5d85ee666402","available_quantity":999999999,"options":[{"name":"kolor","value":"Szary"},{"name":"Rozmiar","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":4};
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 ? `
` : ' ';
}
}()}
Buy now
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"73242e56-77b7-4a1d-87d4-5d85ee666402","product_id":"ceb1c00c-d407-4252-b3c9-b868fd41d5bf","title":"Szary-S","weight_unit":"kg","inventory_quantity":996,"sku":"he56-G-S","barcode":"","position":1,"option1":"Szary","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ae6a99d74b6bd6ae9285bf99daf5bc6b.jpeg","path":"ae6a99d74b6bd6ae9285bf99daf5bc6b.jpeg","width":1200,"height":1600,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":34,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"34","retail_price":"0","available":true,"url":"\/products\/women-casual-linen-waistcoat-two-set-suits585a9f44-bfa6-46f7-9820-c9a5debb3809?variant=73242e56-77b7-4a1d-87d4-5d85ee666402","available_quantity":999999999,"options":[{"name":"kolor","value":"Szary"},{"name":"Rozmiar","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":4};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}