B13 Power Bank
${function() {
const variantData = data.variant || {"id":"f053aa2c-be4f-4cd7-84e4-0947eca6064d","product_id":"cad115d2-7ba5-484d-874f-99f32d3cd1a6","title":"B13-Black","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"B13-Black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/95ce359d40b2cedaa92b0faeb42ded30.jpg","path":"95ce359d40b2cedaa92b0faeb42ded30.jpg","width":1200,"height":1200,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":19.9,"min_quantity":1}],"weight":"0","compare_at_price":"79","price":"19.9","retail_price":"79","available":true,"url":"\/products\/b13?variant=f053aa2c-be4f-4cd7-84e4-0947eca6064d","available_quantity":999999999,"options":[{"name":"color","value":"B13-Black"}],"off_ratio":75,"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.
${function(){
const variantData = data.variant || {"id":"f053aa2c-be4f-4cd7-84e4-0947eca6064d","product_id":"cad115d2-7ba5-484d-874f-99f32d3cd1a6","title":"B13-Black","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"B13-Black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/95ce359d40b2cedaa92b0faeb42ded30.jpg","path":"95ce359d40b2cedaa92b0faeb42ded30.jpg","width":1200,"height":1200,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":19.9,"min_quantity":1}],"weight":"0","compare_at_price":"79","price":"19.9","retail_price":"79","available":true,"url":"\/products\/b13?variant=f053aa2c-be4f-4cd7-84e4-0947eca6064d","available_quantity":999999999,"options":[{"name":"color","value":"B13-Black"}],"off_ratio":75,"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 `
`;
}()}