Tie-Dye Letters Print Long Sleeve Hoodies
${function() {
const variantData = data.variant || {"id":"e4115326-7b95-4342-b78f-6a0f26c31f80","product_id":"fc923af8-1c06-4ace-ac55-a53895a514da","title":"Pink-S","weight_unit":"g","inventory_quantity":999,"sku":"XHLv574KU-Pink-S","barcode":"","position":1,"option1":"Pink","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0318682bdb65635b6a5a47804a060ef6.jpeg","path":"0318682bdb65635b6a5a47804a060ef6.jpeg","width":926,"height":927,"alt":"","aspect_ratio":0.9989212513484358},"wholesale_price":[{"price":37.89,"min_quantity":1}],"weight":"0","compare_at_price":"49","price":"37.89","retail_price":"49","available":true,"url":"\/products\/tie-dye-letters-print-long-sleeve-hoodies?variant=e4115326-7b95-4342-b78f-6a0f26c31f80","available_quantity":999999999,"options":[{"name":"Color","value":"Pink"},{"name":"Size","value":"S"}],"off_ratio":23,"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}
`
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"e4115326-7b95-4342-b78f-6a0f26c31f80","product_id":"fc923af8-1c06-4ace-ac55-a53895a514da","title":"Pink-S","weight_unit":"g","inventory_quantity":999,"sku":"XHLv574KU-Pink-S","barcode":"","position":1,"option1":"Pink","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0318682bdb65635b6a5a47804a060ef6.jpeg","path":"0318682bdb65635b6a5a47804a060ef6.jpeg","width":926,"height":927,"alt":"","aspect_ratio":0.9989212513484358},"wholesale_price":[{"price":37.89,"min_quantity":1}],"weight":"0","compare_at_price":"49","price":"37.89","retail_price":"49","available":true,"url":"\/products\/tie-dye-letters-print-long-sleeve-hoodies?variant=e4115326-7b95-4342-b78f-6a0f26c31f80","available_quantity":999999999,"options":[{"name":"Color","value":"Pink"},{"name":"Size","value":"S"}],"off_ratio":23,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
`
}()}
people are viewing this right now
${function() {
const postageFreeAmount = 89;
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 `
`;
}()}