Stylish zippered hoodie with statement patches
${function() {
const variantData = data.variant || {"id":"6136684b-d174-49ed-bcd3-b0e3c0b99dd0","product_id":"03c78456-778b-441e-9623-5a8cc412dc2b","title":"Pink-S","weight_unit":"g","inventory_quantity":999,"sku":"XHmOEWAEV-Pink-S","barcode":"","position":1,"option1":"Pink","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5d32c054545342da4e183dbb53261a4e.jpeg","path":"5d32c054545342da4e183dbb53261a4e.jpeg","width":1440,"height":1440,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":31.89,"min_quantity":1}],"weight":"400","compare_at_price":"46","price":"31.89","retail_price":"46","available":true,"url":"\/products\/stylish-zippered-hoodie-with-statement-patches?variant=6136684b-d174-49ed-bcd3-b0e3c0b99dd0","available_quantity":999999999,"options":[{"name":"Color","value":"Pink"},{"name":"Size","value":"S"}],"off_ratio":31,"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 `
`;
}()}