05 Camouflage casual street zipper hoodie
${function() {
const variantData = data.variant || {"id":"09777964-ef75-407b-9763-be6299a51957","product_id":"29f2dca6-022f-431b-a241-c7ac5bda04c0","title":"Camouflage-S","weight_unit":"g","inventory_quantity":9999,"sku":"XHdoesDy0-Camouflage-S","barcode":"","position":1,"option1":"Camouflage","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/76e1e46ad8e95447ddcab6b92d89934e.jpeg","path":"76e1e46ad8e95447ddcab6b92d89934e.jpeg","width":1535,"height":1534,"alt":"","aspect_ratio":1.0006518904823989},"wholesale_price":[{"price":42.89,"min_quantity":1}],"weight":"0","compare_at_price":"66","price":"42.89","retail_price":"66","available":true,"url":"\/products\/05-camouflage-casual-street-zipper-hoodie?variant=09777964-ef75-407b-9763-be6299a51957","available_quantity":999999999,"options":[{"name":"Color","value":"Camouflage"},{"name":"Size","value":"S"}],"off_ratio":35,"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.
Sku : XHdoesDy0-Camouflage-S
${function(){
const variantData = data.variant || {"id":"09777964-ef75-407b-9763-be6299a51957","product_id":"29f2dca6-022f-431b-a241-c7ac5bda04c0","title":"Camouflage-S","weight_unit":"g","inventory_quantity":9999,"sku":"XHdoesDy0-Camouflage-S","barcode":"","position":1,"option1":"Camouflage","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/76e1e46ad8e95447ddcab6b92d89934e.jpeg","path":"76e1e46ad8e95447ddcab6b92d89934e.jpeg","width":1535,"height":1534,"alt":"","aspect_ratio":1.0006518904823989},"wholesale_price":[{"price":42.89,"min_quantity":1}],"weight":"0","compare_at_price":"66","price":"42.89","retail_price":"66","available":true,"url":"\/products\/05-camouflage-casual-street-zipper-hoodie?variant=09777964-ef75-407b-9763-be6299a51957","available_quantity":999999999,"options":[{"name":"Color","value":"Camouflage"},{"name":"Size","value":"S"}],"off_ratio":35,"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 `
`;
}()}