Dream Wrld Print Long Sleeve Hoodies
${function() {
const variantData = data.variant || {"id":"b0bea96f-ec36-4ee2-9f17-91f59c67e66f","product_id":"f325b05d-0112-42fb-999e-835ca40d5c8b","title":"Black-Yellow-S","weight_unit":"g","inventory_quantity":999,"sku":"XHPNfAJbS-Black-Yellow-S","barcode":"","position":1,"option1":"Black-Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0c5ce44db3444074dfde38d0424172eb.jpeg","path":"0c5ce44db3444074dfde38d0424172eb.jpeg","width":931,"height":931,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":32.89,"min_quantity":1}],"weight":"0","compare_at_price":"49","price":"32.89","retail_price":"49","available":true,"url":"\/products\/dream-wrld-print-long-sleeve-hoodies?variant=b0bea96f-ec36-4ee2-9f17-91f59c67e66f","available_quantity":999999999,"options":[{"name":"Color","value":"Black-Yellow"},{"name":"Size","value":"S"}],"off_ratio":33,"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 : XHPNfAJbS-Black-Yellow-S
${function(){
const variantData = data.variant || {"id":"b0bea96f-ec36-4ee2-9f17-91f59c67e66f","product_id":"f325b05d-0112-42fb-999e-835ca40d5c8b","title":"Black-Yellow-S","weight_unit":"g","inventory_quantity":999,"sku":"XHPNfAJbS-Black-Yellow-S","barcode":"","position":1,"option1":"Black-Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0c5ce44db3444074dfde38d0424172eb.jpeg","path":"0c5ce44db3444074dfde38d0424172eb.jpeg","width":931,"height":931,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":32.89,"min_quantity":1}],"weight":"0","compare_at_price":"49","price":"32.89","retail_price":"49","available":true,"url":"\/products\/dream-wrld-print-long-sleeve-hoodies?variant=b0bea96f-ec36-4ee2-9f17-91f59c67e66f","available_quantity":999999999,"options":[{"name":"Color","value":"Black-Yellow"},{"name":"Size","value":"S"}],"off_ratio":33,"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 `
`;
}()}