Χειροποίητο μαχαίρι κυνηγιού Bowie από ατσάλι Δαμασκού, μαχαίρι κατασκήνωσης με θήκη
${function() {
const variantData = data.variant || {"id":"52414e36-4e7c-46d7-9356-7d0b10e9d236","product_id":"6479b13e-5a34-4c12-a716-9187eaebcd10","title":"","weight_unit":"kg","inventory_quantity":-4056,"sku":"","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":41,"min_quantity":1}],"weight":"0","compare_at_price":"85","price":"41","retail_price":"85","available":true,"url":"\/products\/rucne-kovany-lovecky-nuz-bowie-z-damaskove-oceli-kempingovy-nuz-s-pouzdrem?variant=52414e36-4e7c-46d7-9356-7d0b10e9d236","available_quantity":999999999,"options":[],"off_ratio":52,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Προσθήκη στο καλάθι
€41.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":"52414e36-4e7c-46d7-9356-7d0b10e9d236","product_id":"6479b13e-5a34-4c12-a716-9187eaebcd10","title":"","weight_unit":"kg","inventory_quantity":-4056,"sku":"","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":41,"min_quantity":1}],"weight":"0","compare_at_price":"85","price":"41","retail_price":"85","available":true,"url":"\/products\/rucne-kovany-lovecky-nuz-bowie-z-damaskove-oceli-kempingovy-nuz-s-pouzdrem?variant=52414e36-4e7c-46d7-9356-7d0b10e9d236","available_quantity":999999999,"options":[],"off_ratio":52,"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 ? `
` : ' ';
}
}()}
Αγοράστε τώρα
Το προϊόν ήταν εκτός αποθέματος.
Το προϊόν δεν είναι διαθέσιμο.
${function(){
const variantData = data.variant || {"id":"52414e36-4e7c-46d7-9356-7d0b10e9d236","product_id":"6479b13e-5a34-4c12-a716-9187eaebcd10","title":"","weight_unit":"kg","inventory_quantity":-4056,"sku":"","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":41,"min_quantity":1}],"weight":"0","compare_at_price":"85","price":"41","retail_price":"85","available":true,"url":"\/products\/rucne-kovany-lovecky-nuz-bowie-z-damaskove-oceli-kempingovy-nuz-s-pouzdrem?variant=52414e36-4e7c-46d7-9356-7d0b10e9d236","available_quantity":999999999,"options":[],"off_ratio":52,"flashsale_info":[],"sales":0};
return `
Σκου : ${variantData && variantData.sku}
Βάρος : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Γραμμωτός κώδικας : ${variantData && variantData.barcode}
`
}()}