Pen Extenders
Baby-G
${function() {
const variantData = data.variant || {"id":"f934916e-f4a6-4606-960a-5476b112c9cd","product_id":"dccf288e-390d-4d07-9581-306dca6fa077","title":"Length117mm-5pcs","weight_unit":"kg","inventory_quantity":50,"sku":"","barcode":"","position":5,"option1":"Length117mm","option2":"5pcs","option3":"","note":"","image":null,"wholesale_price":[{"price":2.5,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"2.5","retail_price":"0","available":true,"url":"\/products\/pen-extenders?variant=f934916e-f4a6-4606-960a-5476b112c9cd","available_quantity":50,"options":[{"name":"Size","value":"Length117mm"},{"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":"f934916e-f4a6-4606-960a-5476b112c9cd","product_id":"dccf288e-390d-4d07-9581-306dca6fa077","title":"Length117mm-5pcs","weight_unit":"kg","inventory_quantity":50,"sku":"","barcode":"","position":5,"option1":"Length117mm","option2":"5pcs","option3":"","note":"","image":null,"wholesale_price":[{"price":2.5,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"2.5","retail_price":"0","available":true,"url":"\/products\/pen-extenders?variant=f934916e-f4a6-4606-960a-5476b112c9cd","available_quantity":50,"options":[{"name":"Size","value":"Length117mm"},{"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 `
`;
}()}