لاسلكي GSM إشارة صغيرة علة الكاشف ، ومكافحة النظر التنصت جهاز الموقف ، الأشعة تحت الحمراء الكاميرا الخفية ، لتحديد المواقع المقتفي مكتشف
المنتج نفس الذي في الفيديو ونعدك بالتوصيل السريع والدفع عند الاستلام وضمان لمدة سنة.
${function() {
const variantData = data.variant || {"id":"a123c961-67d6-4ec7-894a-f88cbe0ef684","product_id":"e8ce3137-e366-459c-baad-6945f208ee21","title":"","weight_unit":"kg","inventory_quantity":0,"sku":"MTM000177-1","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":245,"min_quantity":1}],"weight":"0.5","compare_at_price":"415","price":"245","retail_price":"415","available":true,"url":"\/products\/shexiangtoujiance?variant=a123c961-67d6-4ec7-894a-f88cbe0ef684","available_quantity":999999999,"options":[],"off_ratio":41,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
const map = {
B: ` `,
C: ` `,
A: `
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `- `
}
`
}
const price_group_arr = ["B","C","A"];
const price_str_arr = price_group_arr.map(type => map[type]);
return `
-
${price_str_arr.join('')}
`;
}()}
${function(){
const variantData = data.variant || {"id":"a123c961-67d6-4ec7-894a-f88cbe0ef684","product_id":"e8ce3137-e366-459c-baad-6945f208ee21","title":"","weight_unit":"kg","inventory_quantity":0,"sku":"MTM000177-1","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":245,"min_quantity":1}],"weight":"0.5","compare_at_price":"415","price":"245","retail_price":"415","available":true,"url":"\/products\/shexiangtoujiance?variant=a123c961-67d6-4ec7-894a-f88cbe0ef684","available_quantity":999999999,"options":[],"off_ratio":41,"flashsale_info":[],"sales":0};
return `
المخذون : ${variantData && variantData.available_quantity}
`
}()}
أضف إلى السلة
﷼245.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":"a123c961-67d6-4ec7-894a-f88cbe0ef684","product_id":"e8ce3137-e366-459c-baad-6945f208ee21","title":"","weight_unit":"kg","inventory_quantity":0,"sku":"MTM000177-1","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":245,"min_quantity":1}],"weight":"0.5","compare_at_price":"415","price":"245","retail_price":"415","available":true,"url":"\/products\/shexiangtoujiance?variant=a123c961-67d6-4ec7-894a-f88cbe0ef684","available_quantity":999999999,"options":[],"off_ratio":41,"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 ? `
` : ' ';
}
}()}
اشتري الآن
كان المنتج غير متوفر.
المنتج غير متاح.
SKU : MTM000177-1
وزن : 0.5kg
${function(){
const variantData = data.variant || {"id":"a123c961-67d6-4ec7-894a-f88cbe0ef684","product_id":"e8ce3137-e366-459c-baad-6945f208ee21","title":"","weight_unit":"kg","inventory_quantity":0,"sku":"MTM000177-1","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":245,"min_quantity":1}],"weight":"0.5","compare_at_price":"415","price":"245","retail_price":"415","available":true,"url":"\/products\/shexiangtoujiance?variant=a123c961-67d6-4ec7-894a-f88cbe0ef684","available_quantity":999999999,"options":[],"off_ratio":41,"flashsale_info":[],"sales":0};
return `
SKU : ${variantData && variantData.sku}
وزن : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
الباركود : ${variantData && variantData.barcode}
`
}()}
${function() {
const minInventory = parseInt('10');
const maxInventory = parseInt('50');
const randomInventory = Math.round(Math.random() * (maxInventory - minInventory)) + minInventory;
const customText = "Only {stock} item(s) left in stock!".replace(/\{stock\}/g, '' + randomInventory + ' ');
const barWidth = (randomInventory / maxInventory) * 100 + '%';
return `
`;
}()}