MOTORISTIČNA JAKNA MOŠKA
${function() {
const variantData = data.variant || {"id":"d2fd4385-6a49-4fe5-9ffd-204b5743a0af","product_id":"a2fb36b1-c7c2-4ece-ba6f-dde4dac078bb","title":"k\u00e9k-S","weight_unit":"kg","inventory_quantity":0,"sku":"FXAK050611112_26","barcode":"","position":1,"option1":"modra","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/159fa0b278f65cd0e34ebf01bc7a486c.jpg","path":"159fa0b278f65cd0e34ebf01bc7a486c.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":45,"min_quantity":1}],"weight":"0","compare_at_price":"109","price":"45","retail_price":"109","available":true,"url":"\/products\/ferfi-motoros-kabat?variant=d2fd4385-6a49-4fe5-9ffd-204b5743a0af","available_quantity":999999999,"options":[{"name":"barva","value":"modra"},{"name":"velikost","value":"S"}],"off_ratio":59,"flashsale_info":[],"sales":7897};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `- `
}
`;
}()}
Barva:
modra
${function(){
const optName = "barva";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (optionValue) : '';
return `${optionValueText} `;
}()}
${function(){
const tipText = "Prosimo izberite {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Velikost:
S
${function(){
const optName = "velikost";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (optionValue) : '';
return `${optionValueText} `;
}()}
${function(){
const tipText = "Prosimo izberite {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Dodaj v voziček
€45.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":"d2fd4385-6a49-4fe5-9ffd-204b5743a0af","product_id":"a2fb36b1-c7c2-4ece-ba6f-dde4dac078bb","title":"k\u00e9k-S","weight_unit":"kg","inventory_quantity":0,"sku":"FXAK050611112_26","barcode":"","position":1,"option1":"modra","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/159fa0b278f65cd0e34ebf01bc7a486c.jpg","path":"159fa0b278f65cd0e34ebf01bc7a486c.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":45,"min_quantity":1}],"weight":"0","compare_at_price":"109","price":"45","retail_price":"109","available":true,"url":"\/products\/ferfi-motoros-kabat?variant=d2fd4385-6a49-4fe5-9ffd-204b5743a0af","available_quantity":999999999,"options":[{"name":"barva","value":"modra"},{"name":"velikost","value":"S"}],"off_ratio":59,"flashsale_info":[],"sales":7897};
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 ? `
` : ' ';
}
}()}
Kupi zdaj
Izdelek ni bil na zalogi.
Izdelek ni na voljo.
${function(){
const variantData = data.variant || {"id":"d2fd4385-6a49-4fe5-9ffd-204b5743a0af","product_id":"a2fb36b1-c7c2-4ece-ba6f-dde4dac078bb","title":"k\u00e9k-S","weight_unit":"kg","inventory_quantity":0,"sku":"FXAK050611112_26","barcode":"","position":1,"option1":"modra","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/159fa0b278f65cd0e34ebf01bc7a486c.jpg","path":"159fa0b278f65cd0e34ebf01bc7a486c.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":45,"min_quantity":1}],"weight":"0","compare_at_price":"109","price":"45","retail_price":"109","available":true,"url":"\/products\/ferfi-motoros-kabat?variant=d2fd4385-6a49-4fe5-9ffd-204b5743a0af","available_quantity":999999999,"options":[{"name":"barva","value":"modra"},{"name":"velikost","value":"S"}],"off_ratio":59,"flashsale_info":[],"sales":7897};
return `
Črtna koda : ${variantData && variantData.barcode}
`
}()}