Modna, sznurowana sukienka bez rękawów z mieszanki bawełny
${function() {
const variantData = data.variant || {"id":"0df8b8fe-13be-40f4-9522-e0e3c84fe1c6","product_id":"23cdbd53-d890-4df9-8313-6f99bb1a06ac","title":"CIEMNONIEBIESKI-S","weight_unit":"kg","inventory_quantity":1000,"sku":"sg74-NAVY-S","barcode":"","position":1,"option1":"CIEMNONIEBIESKI","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a3220757d2affafaa07dd4cdf37e88d2.jpeg","path":"a3220757d2affafaa07dd4cdf37e88d2.jpeg","width":600,"height":900,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":28,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"28","retail_price":"0","available":true,"url":"\/products\/fashion-sleeveless-lace-up-woolen-dress-9e71a5f4fd4796ff-be36-478a-a56b-c906fc4e4b20?variant=0df8b8fe-13be-40f4-9522-e0e3c84fe1c6","available_quantity":999999999,"options":[{"name":"Kolor","value":"CIEMNONIEBIESKI"},{"name":"Rozmiar","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":5};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Kolor:
CIEMNONIEBIESKI
${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
€28
${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":"0df8b8fe-13be-40f4-9522-e0e3c84fe1c6","product_id":"23cdbd53-d890-4df9-8313-6f99bb1a06ac","title":"CIEMNONIEBIESKI-S","weight_unit":"kg","inventory_quantity":1000,"sku":"sg74-NAVY-S","barcode":"","position":1,"option1":"CIEMNONIEBIESKI","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a3220757d2affafaa07dd4cdf37e88d2.jpeg","path":"a3220757d2affafaa07dd4cdf37e88d2.jpeg","width":600,"height":900,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":28,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"28","retail_price":"0","available":true,"url":"\/products\/fashion-sleeveless-lace-up-woolen-dress-9e71a5f4fd4796ff-be36-478a-a56b-c906fc4e4b20?variant=0df8b8fe-13be-40f4-9522-e0e3c84fe1c6","available_quantity":999999999,"options":[{"name":"Kolor","value":"CIEMNONIEBIESKI"},{"name":"Rozmiar","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":5};
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":"0df8b8fe-13be-40f4-9522-e0e3c84fe1c6","product_id":"23cdbd53-d890-4df9-8313-6f99bb1a06ac","title":"CIEMNONIEBIESKI-S","weight_unit":"kg","inventory_quantity":1000,"sku":"sg74-NAVY-S","barcode":"","position":1,"option1":"CIEMNONIEBIESKI","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a3220757d2affafaa07dd4cdf37e88d2.jpeg","path":"a3220757d2affafaa07dd4cdf37e88d2.jpeg","width":600,"height":900,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":28,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"28","retail_price":"0","available":true,"url":"\/products\/fashion-sleeveless-lace-up-woolen-dress-9e71a5f4fd4796ff-be36-478a-a56b-c906fc4e4b20?variant=0df8b8fe-13be-40f4-9522-e0e3c84fe1c6","available_quantity":999999999,"options":[{"name":"Kolor","value":"CIEMNONIEBIESKI"},{"name":"Rozmiar","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":5};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}