200Pcs DIY Peplaceable Ballpoint Pen Pefills
Baby-G
${function() {
const variantData = data.variant || {"id":"08eb79de-64c4-406a-90f8-c529e774b7a4","product_id":"8a304b45-91f1-416c-8f52-8ab738c0d0ce","title":"Black","weight_unit":"kg","inventory_quantity":5,"sku":"","barcode":"","position":1,"option1":"Black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ca4c044bd8fa2d273de733c6def54420.jpg","path":"ca4c044bd8fa2d273de733c6def54420.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":7.69,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"7.69","retail_price":"0","available":true,"url":"\/products\/200pcs-diy-peplaceable-ballpoint-pen-pefills?variant=08eb79de-64c4-406a-90f8-c529e774b7a4","available_quantity":999999999,"options":[{"name":"Color","value":"Black"}],"off_ratio":0,"flashsale_info":[],"sales":9};
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":"08eb79de-64c4-406a-90f8-c529e774b7a4","product_id":"8a304b45-91f1-416c-8f52-8ab738c0d0ce","title":"Black","weight_unit":"kg","inventory_quantity":5,"sku":"","barcode":"","position":1,"option1":"Black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ca4c044bd8fa2d273de733c6def54420.jpg","path":"ca4c044bd8fa2d273de733c6def54420.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":7.69,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"7.69","retail_price":"0","available":true,"url":"\/products\/200pcs-diy-peplaceable-ballpoint-pen-pefills?variant=08eb79de-64c4-406a-90f8-c529e774b7a4","available_quantity":999999999,"options":[{"name":"Color","value":"Black"}],"off_ratio":0,"flashsale_info":[],"sales":9};
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 `
`;
}()}