GOX 1.2V AA/AAA Ni-Mh Batteries Charger,US Plug 4 Slots LCD Display Smart Charger
${function() {
const variantData = data.variant || {"id":"13dc2479-c268-4a76-b50c-21ca070e8952","product_id":"4470aa59-ccea-457f-95db-66a8034e3684","title":"charger","weight_unit":"kg","inventory_quantity":0,"sku":"PH-GOX-LCD-001-charger-0457-1PC","barcode":"","position":1,"option1":"charger","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/38eb2b344bb9aa6145f50c8dec69721b.jpg","path":"38eb2b344bb9aa6145f50c8dec69721b.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":430,"min_quantity":1}],"weight":"0","compare_at_price":"510","price":"430","retail_price":"510","available":true,"url":"\/products\/gox-1-2v-aa-aaa-ni-mh-batteries-charger-us-plug-4-slots-lcd-display-smart-charger?variant=13dc2479-c268-4a76-b50c-21ca070e8952","available_quantity":999999999,"options":[{"name":"quantity","value":"charger"}],"off_ratio":16,"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 : PH-GOX-LCD-001-charger-0457-1PC
${function(){
const variantData = data.variant || {"id":"13dc2479-c268-4a76-b50c-21ca070e8952","product_id":"4470aa59-ccea-457f-95db-66a8034e3684","title":"charger","weight_unit":"kg","inventory_quantity":0,"sku":"PH-GOX-LCD-001-charger-0457-1PC","barcode":"","position":1,"option1":"charger","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/38eb2b344bb9aa6145f50c8dec69721b.jpg","path":"38eb2b344bb9aa6145f50c8dec69721b.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":430,"min_quantity":1}],"weight":"0","compare_at_price":"510","price":"430","retail_price":"510","available":true,"url":"\/products\/gox-1-2v-aa-aaa-ni-mh-batteries-charger-us-plug-4-slots-lcd-display-smart-charger?variant=13dc2479-c268-4a76-b50c-21ca070e8952","available_quantity":999999999,"options":[{"name":"quantity","value":"charger"}],"off_ratio":16,"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 `
`;
}()}