Wing Print Long Sleeve Hoodies
${function() {
const variantData = data.variant || {"id":"f10ecbbb-f702-4b14-b901-de3800949a52","product_id":"dde40552-f838-450c-b960-4c9c172903fd","title":"Black-Blue-S","weight_unit":"g","inventory_quantity":999,"sku":"XH222YjlQ-Black-Blue-S","barcode":"","position":1,"option1":"Black-Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b1326515761320ecc88a824959b2bb85.jpeg","path":"b1326515761320ecc88a824959b2bb85.jpeg","width":1200,"height":1200,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.89,"min_quantity":1}],"weight":"300","compare_at_price":"39","price":"29.89","retail_price":"39","available":true,"url":"\/products\/wing-print-long-sleeve-hoodies?variant=f10ecbbb-f702-4b14-b901-de3800949a52","available_quantity":999999999,"options":[{"name":"Color","value":"Black-Blue"},{"name":"Size","value":"S"}],"off_ratio":23,"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}
`
}()}
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 `
`;
}()}