【MAX Sale】DIY Handmade Flower Beads
Baby-G
${function() {
const variantData = data.variant || {"id":"4373ed85-0aba-4054-8c97-2350997bc4fe","product_id":"4925e543-a5cb-4903-bc6a-949b5ae76cc6","title":"60 Pcs(50Pcs +10 Free Pcs Total : 60 Pcs\uff09","weight_unit":"kg","inventory_quantity":5,"sku":"","barcode":"","position":1,"option1":"60 Pcs(50Pcs +10 Free Pcs Total : 60 Pcs\uff09","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":34.98,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"34.98","retail_price":"0","available":true,"url":"\/products\/max-sale-diy-handmade-flower-beads?variant=4373ed85-0aba-4054-8c97-2350997bc4fe","available_quantity":5,"options":[{"name":"Purchase Quantity","value":"60 Pcs(50Pcs +10 Free Pcs Total : 60 Pcs\uff09"}],"off_ratio":0,"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":"4373ed85-0aba-4054-8c97-2350997bc4fe","product_id":"4925e543-a5cb-4903-bc6a-949b5ae76cc6","title":"60 Pcs(50Pcs +10 Free Pcs Total : 60 Pcs\uff09","weight_unit":"kg","inventory_quantity":5,"sku":"","barcode":"","position":1,"option1":"60 Pcs(50Pcs +10 Free Pcs Total : 60 Pcs\uff09","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":34.98,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"34.98","retail_price":"0","available":true,"url":"\/products\/max-sale-diy-handmade-flower-beads?variant=4373ed85-0aba-4054-8c97-2350997bc4fe","available_quantity":5,"options":[{"name":"Purchase Quantity","value":"60 Pcs(50Pcs +10 Free Pcs Total : 60 Pcs\uff09"}],"off_ratio":0,"flashsale_info":[],"sales":0};
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 `
`;
}()}