${function() {
const variantData = data.variant || {"id":"cf946843-440a-4a4a-88f9-693251deb372","product_id":"47c8323c-9af5-41dd-965d-0dd72ea461d5","title":"Black-2XL","weight_unit":"g","inventory_quantity":99999,"sku":"102092230001","barcode":"","position":1,"option1":"Black","option2":"2XL","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bdb9a4b37986bd850fe016ce1d51beb0.jpeg","path":"bdb9a4b37986bd850fe016ce1d51beb0.jpeg","width":600,"height":800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":31.98,"min_quantity":1}],"weight":"500","compare_at_price":"31.98","price":"31.98","retail_price":"31.98","available":true,"url":"\/products\/blackbird-singing-in-the-dead-of-night-printed-womens-hoodie?variant=cf946843-440a-4a4a-88f9-693251deb372","available_quantity":99999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"2XL"}],"off_ratio":0,"flashsale_info":[],"sales":2};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
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}
`
}()}
${function() {
const postageFreeAmount = 69;
const custom_text = "Buy {amount} more to enjoy FREE Shipping";
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 `
`;
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"cf946843-440a-4a4a-88f9-693251deb372","product_id":"47c8323c-9af5-41dd-965d-0dd72ea461d5","title":"Black-2XL","weight_unit":"g","inventory_quantity":99999,"sku":"102092230001","barcode":"","position":1,"option1":"Black","option2":"2XL","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bdb9a4b37986bd850fe016ce1d51beb0.jpeg","path":"bdb9a4b37986bd850fe016ce1d51beb0.jpeg","width":600,"height":800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":31.98,"min_quantity":1}],"weight":"500","compare_at_price":"31.98","price":"31.98","retail_price":"31.98","available":true,"url":"\/products\/blackbird-singing-in-the-dead-of-night-printed-womens-hoodie?variant=cf946843-440a-4a4a-88f9-693251deb372","available_quantity":99999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"2XL"}],"off_ratio":0,"flashsale_info":[],"sales":2};
return `
`
}()}