Beston BST-C8001 Charger + AAA NI-Mh 1300mAh Battery
${function() {
const variantData = data.variant || {"id":"5ab05372-7c8e-4f73-a5f3-39022584c937","product_id":"e7c9af58-1d90-4f95-af3b-76ca523d300e","title":"2pcs AAA","weight_unit":"kg","inventory_quantity":0,"sku":"Beston AAA 1300mah--2pc","barcode":"","position":1,"option1":"2pcs AAA","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2cc95d151461e041c024d223698ec3c6.jpg","path":"2cc95d151461e041c024d223698ec3c6.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":369,"min_quantity":1}],"weight":"0","compare_at_price":"490","price":"369","retail_price":"490","available":true,"url":"\/products\/beston-bst-c8001-charger-aaa-ni-mh-1300mah-battery?variant=5ab05372-7c8e-4f73-a5f3-39022584c937","available_quantity":999999999,"options":[{"name":"quantity","value":"2pcs AAA"}],"off_ratio":25,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
people are viewing this right now
Product was out of stock.
Product is unavailable.
Sku : Beston AAA 1300mah--2pc
${function(){
const variantData = data.variant || {"id":"5ab05372-7c8e-4f73-a5f3-39022584c937","product_id":"e7c9af58-1d90-4f95-af3b-76ca523d300e","title":"2pcs AAA","weight_unit":"kg","inventory_quantity":0,"sku":"Beston AAA 1300mah--2pc","barcode":"","position":1,"option1":"2pcs AAA","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2cc95d151461e041c024d223698ec3c6.jpg","path":"2cc95d151461e041c024d223698ec3c6.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":369,"min_quantity":1}],"weight":"0","compare_at_price":"490","price":"369","retail_price":"490","available":true,"url":"\/products\/beston-bst-c8001-charger-aaa-ni-mh-1300mah-battery?variant=5ab05372-7c8e-4f73-a5f3-39022584c937","available_quantity":999999999,"options":[{"name":"quantity","value":"2pcs AAA"}],"off_ratio":25,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
${function() {
const postageFreeAmount = 399;
const custom_text = "Buy {amount} more to enjoy FREE Shipping";
const totalPrice = +data.total_price;
const diffPrice = postageFreeAmount - totalPrice;
const percentDiff = (diffPrice > 0 ? (totalPrice / postageFreeAmount * 100) : 100) + '%';
let tipText = "Your order is free delivery";
if (diffPrice > 0) {
tipText = custom_text.replace('{amount}', `
`);
}
return `
`;
}()}