Retro Hip Hop Casual Hoodie Set
${function() {
const variantData = data.variant || {"id":"cf91d8c6-e1a4-4029-8a53-6d2e84ef3dac","product_id":"5885a9b6-c812-4f3f-a92b-b9af70241dfe","title":"Blue-S","weight_unit":"g","inventory_quantity":999,"sku":"XHiiXlcoI-Blue-S","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7dad28b7c0de922e59ccf941b6b52b31.jpeg","path":"7dad28b7c0de922e59ccf941b6b52b31.jpeg","width":994,"height":994,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":48.89,"min_quantity":1}],"weight":"600","compare_at_price":"60","price":"48.89","retail_price":"60","available":true,"url":"\/products\/retro-hip-hop-casual-hoodie-set?variant=cf91d8c6-e1a4-4029-8a53-6d2e84ef3dac","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"S"}],"off_ratio":19,"flashsale_info":[],"sales":2};
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}
`
}()}
people are viewing this right now
Product was out of stock.
Product is unavailable.
${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 `
`;
}()}