Kakovostna ženska puhovka
${function() {
const variantData = data.variant || {"id":"9ac0f4b9-f941-42ba-b746-2b99ee72f08d","product_id":"b67ed08f-f853-458f-9c6e-894c40f8dc59","title":"c1-l","weight_unit":"kg","inventory_quantity":9997,"sku":"","barcode":"","position":1,"option1":"c1","option2":"l","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/81c7f4f8c7305935e13f01ef19b0fe73.png","path":"81c7f4f8c7305935e13f01ef19b0fe73.png","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":65,"min_quantity":1}],"weight":"0","compare_at_price":"219","price":"65","retail_price":"219","available":true,"url":"\/products\/kakovostna-zenska-puhovka?variant=9ac0f4b9-f941-42ba-b746-2b99ee72f08d","available_quantity":999999999,"options":[{"name":"color","value":"c1"},{"name":"size","value":"l"}],"off_ratio":70,"flashsale_info":[],"sales":21031};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
🚛Brezplačna dostava na vrata
📦 Plačilo po povzetju
color:
c1
${function(){
const optName = "color";
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}
`
}()}
size:
l
${function(){
const optName = "size";
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
€65.00
${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":"9ac0f4b9-f941-42ba-b746-2b99ee72f08d","product_id":"b67ed08f-f853-458f-9c6e-894c40f8dc59","title":"c1-l","weight_unit":"kg","inventory_quantity":9997,"sku":"","barcode":"","position":1,"option1":"c1","option2":"l","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/81c7f4f8c7305935e13f01ef19b0fe73.png","path":"81c7f4f8c7305935e13f01ef19b0fe73.png","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":65,"min_quantity":1}],"weight":"0","compare_at_price":"219","price":"65","retail_price":"219","available":true,"url":"\/products\/kakovostna-zenska-puhovka?variant=9ac0f4b9-f941-42ba-b746-2b99ee72f08d","available_quantity":999999999,"options":[{"name":"color","value":"c1"},{"name":"size","value":"l"}],"off_ratio":70,"flashsale_info":[],"sales":21031};
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":"9ac0f4b9-f941-42ba-b746-2b99ee72f08d","product_id":"b67ed08f-f853-458f-9c6e-894c40f8dc59","title":"c1-l","weight_unit":"kg","inventory_quantity":9997,"sku":"","barcode":"","position":1,"option1":"c1","option2":"l","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/81c7f4f8c7305935e13f01ef19b0fe73.png","path":"81c7f4f8c7305935e13f01ef19b0fe73.png","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":65,"min_quantity":1}],"weight":"0","compare_at_price":"219","price":"65","retail_price":"219","available":true,"url":"\/products\/kakovostna-zenska-puhovka?variant=9ac0f4b9-f941-42ba-b746-2b99ee72f08d","available_quantity":999999999,"options":[{"name":"color","value":"c1"},{"name":"size","value":"l"}],"off_ratio":70,"flashsale_info":[],"sales":21031};
return `
`
}()}