Casual retro washed patchwork street hoodie
${function() {
const variantData = data.variant || {"id":"9e689313-05c3-4380-9274-c968f8a945bb","product_id":"2769b596-380d-41f7-a2dd-c2662aa5d1c9","title":"Red-S","weight_unit":"g","inventory_quantity":9999,"sku":"XHGXoBp6Z-Red-S","barcode":"","position":1,"option1":"Red","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c4f094fd4139c6ec7e2920cf3e04dd53.jpeg","path":"c4f094fd4139c6ec7e2920cf3e04dd53.jpeg","width":1440,"height":1440,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":26.89,"min_quantity":1}],"weight":"666","compare_at_price":"66","price":"26.89","retail_price":"66","available":true,"url":"\/products\/casual-retro-washed-patchwork-street-hoodie?variant=9e689313-05c3-4380-9274-c968f8a945bb","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"S"}],"off_ratio":59,"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 `
`;
}()}