${function() {
const variantData = data.variant || {"id":"926b495d-a7e6-4f1a-9104-9787a8f0ab88","product_id":"80682d82-5f65-4836-9db5-71191787278b","title":"Black-S","weight_unit":"g","inventory_quantity":99999,"sku":"102092320001","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/406c3c87fbbe291cac24c2e0a5744374.jpeg","path":"406c3c87fbbe291cac24c2e0a5744374.jpeg","width":675,"height":900,"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\/on-a-dark-desert-highway-cool-wind-in-my-hair-printed-womens-hoodie?variant=926b495d-a7e6-4f1a-9104-9787a8f0ab88","available_quantity":99999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
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":"926b495d-a7e6-4f1a-9104-9787a8f0ab88","product_id":"80682d82-5f65-4836-9db5-71191787278b","title":"Black-S","weight_unit":"g","inventory_quantity":99999,"sku":"102092320001","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/406c3c87fbbe291cac24c2e0a5744374.jpeg","path":"406c3c87fbbe291cac24c2e0a5744374.jpeg","width":675,"height":900,"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\/on-a-dark-desert-highway-cool-wind-in-my-hair-printed-womens-hoodie?variant=926b495d-a7e6-4f1a-9104-9787a8f0ab88","available_quantity":99999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
`
}()}