Beretta 87 Cheetah
${function() {
const variantData = data.variant || {"id":"385a7352-1dd1-452c-b4ac-0bd0aa562282","product_id":"59076c9b-f3c0-408b-bfe7-76f47f9be643","title":"15-no","weight_unit":"kg","inventory_quantity":0,"sku":"TK-KPQ-EDMS","barcode":"","position":1,"option1":"15","option2":"no","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c8dd13c535b9c5876b1c6a7958dc450d.jpg","path":"c8dd13c535b9c5876b1c6a7958dc450d.jpg","width":800,"height":747,"alt":"","aspect_ratio":1.07095046854083},"wholesale_price":[{"price":65,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"65","retail_price":"0","available":true,"url":"\/products\/beretta-87u2?variant=385a7352-1dd1-452c-b4ac-0bd0aa562282","available_quantity":999999999,"options":[{"name":"\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03ba\u03bf\u03c5\u03ba\u03ba\u03af\u03b4\u03c9\u03bd","value":"15"},{"name":"\u03a3\u03b9\u03b3\u03b1\u03c3\u03c4\u03ae\u03c1\u03b1\u03c2 + \u03c3\u03ba\u03bf\u03c0\u03b5\u03c5\u03c4\u03b9\u03ba\u03cc \u03b1\u03ba\u03c1\u03b9\u03b2\u03b5\u03af\u03b1\u03c2","value":"no"}],"off_ratio":"0","flashsale_info":{"variant_id":"385a7352-1dd1-452c-b4ac-0bd0aa562282","product_id":"","quantity":0,"discount_id":"","limit_time":0,"limit_buy":0,"user_limit_buy":0,"discount_sales":0,"discount_sales_rate":"","discount_stock":0,"ends_at":0,"starts_at":0,"allow_oversold":"","allocation_method":"","price":"65","compare_at_price":"","discount_price":"65","customary_saved_price":"","customary_off_ratio":"","discount_saved_price":"","discount_off_ratio":"0","use_before_price":false,"before_price":"","title":"","properties":"","color_setting_promotional_copy":"","discount_quantity":0,"is_need_split":false},"sales":7052};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Αριθμός κουκκίδων:
15
${function(){
return `${data.value} `;
}()}
${function(){
const tipText = "\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03ad\u03bd\u03b1 {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Σιγαστήρας + σκοπευτικό ακριβείας:
no
${function(){
return `${data.value} `;
}()}
${function(){
const tipText = "\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03ad\u03bd\u03b1 {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Προσθήκη στο καλάθι
€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":"385a7352-1dd1-452c-b4ac-0bd0aa562282","product_id":"59076c9b-f3c0-408b-bfe7-76f47f9be643","title":"15-no","weight_unit":"kg","inventory_quantity":0,"sku":"TK-KPQ-EDMS","barcode":"","position":1,"option1":"15","option2":"no","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c8dd13c535b9c5876b1c6a7958dc450d.jpg","path":"c8dd13c535b9c5876b1c6a7958dc450d.jpg","width":800,"height":747,"alt":"","aspect_ratio":1.07095046854083},"wholesale_price":[{"price":65,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"65","retail_price":"0","available":true,"url":"\/products\/beretta-87u2?variant=385a7352-1dd1-452c-b4ac-0bd0aa562282","available_quantity":999999999,"options":[{"name":"\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03ba\u03bf\u03c5\u03ba\u03ba\u03af\u03b4\u03c9\u03bd","value":"15"},{"name":"\u03a3\u03b9\u03b3\u03b1\u03c3\u03c4\u03ae\u03c1\u03b1\u03c2 + \u03c3\u03ba\u03bf\u03c0\u03b5\u03c5\u03c4\u03b9\u03ba\u03cc \u03b1\u03ba\u03c1\u03b9\u03b2\u03b5\u03af\u03b1\u03c2","value":"no"}],"off_ratio":"0","flashsale_info":{"variant_id":"385a7352-1dd1-452c-b4ac-0bd0aa562282","product_id":"","quantity":0,"discount_id":"","limit_time":0,"limit_buy":0,"user_limit_buy":0,"discount_sales":0,"discount_sales_rate":"","discount_stock":0,"ends_at":0,"starts_at":0,"allow_oversold":"","allocation_method":"","price":"65","compare_at_price":"","discount_price":"65","customary_saved_price":"","customary_off_ratio":"","discount_saved_price":"","discount_off_ratio":"0","use_before_price":false,"before_price":"","title":"","properties":"","color_setting_promotional_copy":"","discount_quantity":0,"is_need_split":false},"sales":7052};
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 ? `
` : ' ';
}
}()}
Αγορασε τωρα
Το προϊόν ήταν εκτός αποθέματος.
Το προϊόν δεν είναι διαθέσιμο.