${function() {
const variantData = data.variant || {"id":"7cff8957-aa95-4131-b4b5-a68f96892d63","product_id":"c7c1e527-9604-489b-bf0e-f1aaaa60765e","title":"1-China-Resizable","weight_unit":"g","inventory_quantity":596,"sku":"90764659-1-china-resizable","barcode":"","position":1,"option1":"1","option2":"China","option3":"Resizable","note":"","image":{"src":"\/\/img.staticdj.com\/6abebc82e73bb2c5e35ff71ed8843380.jpeg","path":"6abebc82e73bb2c5e35ff71ed8843380.jpeg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":5.99,"min_quantity":1}],"weight":"0","compare_at_price":"5.99","price":"5.99","retail_price":"5.99","available":true,"url":"\/products\/blue-cubic-zircon-stone-ring-for-women-stainless-steel-square-geometry-finger-ring-party-accessories-jewelry-gift-1?variant=7cff8957-aa95-4131-b4b5-a68f96892d63","available_quantity":596,"options":[{"name":"Main Stone Color","value":"1"},{"name":"Ships From","value":"China"},{"name":"Ring Size","value":"Resizable"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ``
)}
`;
}()}
🚚Global Fast logistics. 7-15 Days To US & UK
💲Secure payments. ✅30days Returns
${function() {
const postageFreeAmount = 35;
const custom_text = "Free shipping on orders over $35";
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 `
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}