Stylish retro trendy hoodie set
${function() {
const variantData = data.variant || {"id":"1993b529-dbae-4d13-9955-11cf41aa9d59","product_id":"791d0d9c-6b04-466e-be50-019d37538e49","title":"Yellow-S","weight_unit":"g","inventory_quantity":999,"sku":"XHv9pTWqW-Yellow-S","barcode":"","position":1,"option1":"Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/11f3a0ca7feca09855d0ba32d175c05a.jpeg","path":"11f3a0ca7feca09855d0ba32d175c05a.jpeg","width":1080,"height":1080,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":48.89,"min_quantity":1}],"weight":"500","compare_at_price":"60","price":"48.89","retail_price":"60","available":true,"url":"\/products\/stylish-retro-trendy-hoodie-set?variant=1993b529-dbae-4d13-9955-11cf41aa9d59","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow"},{"name":"Size","value":"S"}],"off_ratio":19,"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}
`
}()}
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 `
`;
}()}