Adam's Creation Embroidered Hoodie
${function() {
const variantData = data.variant || {"id":"552710f9-d929-4a22-be20-8d31ef721c17","product_id":"c8894fb0-a607-424b-9b1c-863e04c64de3","title":"Brown-S","weight_unit":"g","inventory_quantity":999,"sku":"XHe404wye-Brown-S","barcode":"","position":1,"option1":"Brown","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f035d3eb997f14d1dec90f44f0d695b9.png","path":"f035d3eb997f14d1dec90f44f0d695b9.png","width":1440,"height":1440,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":35,"min_quantity":1}],"weight":"0","compare_at_price":"47","price":"35","retail_price":"47","available":true,"url":"\/products\/adams-creation-embroidered-hoodie?variant=552710f9-d929-4a22-be20-8d31ef721c17","available_quantity":999999999,"options":[{"name":"Color","value":"Brown"},{"name":"Size","value":"S"}],"off_ratio":26,"flashsale_info":[],"sales":1};
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":"552710f9-d929-4a22-be20-8d31ef721c17","product_id":"c8894fb0-a607-424b-9b1c-863e04c64de3","title":"Brown-S","weight_unit":"g","inventory_quantity":999,"sku":"XHe404wye-Brown-S","barcode":"","position":1,"option1":"Brown","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f035d3eb997f14d1dec90f44f0d695b9.png","path":"f035d3eb997f14d1dec90f44f0d695b9.png","width":1440,"height":1440,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":35,"min_quantity":1}],"weight":"0","compare_at_price":"47","price":"35","retail_price":"47","available":true,"url":"\/products\/adams-creation-embroidered-hoodie?variant=552710f9-d929-4a22-be20-8d31ef721c17","available_quantity":999999999,"options":[{"name":"Color","value":"Brown"},{"name":"Size","value":"S"}],"off_ratio":26,"flashsale_info":[],"sales":1};
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 `
`;
}()}