Lucky printed patch casual street zip hoodie
${function() {
const variantData = data.variant || {"id":"d6eaf889-5ad9-47cf-b7a0-bad4547748db","product_id":"541a9d2b-618b-429e-8241-6b0e70064422","title":"Light_Blue-S","weight_unit":"g","inventory_quantity":9999,"sku":"XH3mM7CAr-Light_Blue-S","barcode":"","position":1,"option1":"Light_Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7421bf3850c3123a9f15c2c6f135d939.jpeg","path":"7421bf3850c3123a9f15c2c6f135d939.jpeg","width":1584,"height":1584,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":31.89,"min_quantity":1}],"weight":"666","compare_at_price":"88","price":"31.89","retail_price":"88","available":true,"url":"\/products\/lucky-star-printed-patch-casual-street-zip-hoodie?variant=d6eaf889-5ad9-47cf-b7a0-bad4547748db","available_quantity":999999999,"options":[{"name":"Color","value":"Light_Blue"},{"name":"Size","value":"S"}],"off_ratio":64,"flashsale_info":[],"sales":8};
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 `
`;
}()}