Pen Extenders
Baby-G
${function() {
const variantData = data.variant || {"id":"876f7fba-950c-4356-8f8b-827d7a5a949f","product_id":"dccf288e-390d-4d07-9581-306dca6fa077","title":"Length 72mm-5pcs","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Length 72mm","option2":"5pcs","option3":"","note":"","image":null,"wholesale_price":[{"price":2,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"2","retail_price":"0","available":false,"url":"\/products\/pen-extenders?variant=876f7fba-950c-4356-8f8b-827d7a5a949f","available_quantity":0,"options":[{"name":"Size","value":"Length 72mm"},{"name":"Quantity","value":"5pcs"}],"off_ratio":0,"flashsale_info":[],"sales":3};
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}
`
}()}
${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":"876f7fba-950c-4356-8f8b-827d7a5a949f","product_id":"dccf288e-390d-4d07-9581-306dca6fa077","title":"Length 72mm-5pcs","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Length 72mm","option2":"5pcs","option3":"","note":"","image":null,"wholesale_price":[{"price":2,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"2","retail_price":"0","available":false,"url":"\/products\/pen-extenders?variant=876f7fba-950c-4356-8f8b-827d7a5a949f","available_quantity":0,"options":[{"name":"Size","value":"Length 72mm"},{"name":"Quantity","value":"5pcs"}],"off_ratio":0,"flashsale_info":[],"sales":3};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
${function() {
const postageFreeAmount = 49.99;
const custom_text = "Free shipping on orders over 49.99USD";
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 `
`;
}()}