3.7V 4310mAh HAC-003 rechargeable Li-ion Battery for Nintendo Nitendo switch console controller
${function() {
const variantData = data.variant || {"id":"aad09ed8-236c-440f-8e66-2be23bd04797","product_id":"841fb8f9-2bc3-4605-932e-9e5f37badbe9","title":"1pcs","weight_unit":"kg","inventory_quantity":0,"sku":"3.7V 4310mAh HAC-003--1pc","barcode":"","position":1,"option1":"1pcs","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c9a942d6eb3e69fdb00aab89e79a224d.jpg","path":"c9a942d6eb3e69fdb00aab89e79a224d.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":480,"min_quantity":1}],"weight":"0","compare_at_price":"590","price":"480","retail_price":"590","available":true,"url":"\/products\/3-7v-4310mah-hac-003-rechargeable-li-ion-battery-for-nintendo-nitendo-switch-console-controller?variant=aad09ed8-236c-440f-8e66-2be23bd04797","available_quantity":999999999,"options":[{"name":"quantity","value":"1pcs"}],"off_ratio":19,"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 : 3.7V 4310mAh HAC-003--1pc
${function(){
const variantData = data.variant || {"id":"aad09ed8-236c-440f-8e66-2be23bd04797","product_id":"841fb8f9-2bc3-4605-932e-9e5f37badbe9","title":"1pcs","weight_unit":"kg","inventory_quantity":0,"sku":"3.7V 4310mAh HAC-003--1pc","barcode":"","position":1,"option1":"1pcs","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c9a942d6eb3e69fdb00aab89e79a224d.jpg","path":"c9a942d6eb3e69fdb00aab89e79a224d.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":480,"min_quantity":1}],"weight":"0","compare_at_price":"590","price":"480","retail_price":"590","available":true,"url":"\/products\/3-7v-4310mah-hac-003-rechargeable-li-ion-battery-for-nintendo-nitendo-switch-console-controller?variant=aad09ed8-236c-440f-8e66-2be23bd04797","available_quantity":999999999,"options":[{"name":"quantity","value":"1pcs"}],"off_ratio":19,"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 `
`;
}()}