Contrast spider print zip-up hoodie
${function() {
const variantData = data.variant || {"id":"e3795caf-e7e0-49bd-aadc-bda3e7ef81c3","product_id":"afd034e2-9449-4f99-adfb-a89e7a06c823","title":"White-XL","weight_unit":"g","inventory_quantity":999,"sku":"XH22SLZ0h-White-XL","barcode":"","position":1,"option1":"White","option2":"XL","option3":"","note":"","image":null,"wholesale_price":[{"price":45.89,"min_quantity":1}],"weight":"400","compare_at_price":"55","price":"45.89","retail_price":"55","available":true,"url":"\/products\/contrast-spider-print-zip-up-hoodie?variant=e3795caf-e7e0-49bd-aadc-bda3e7ef81c3","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"XL"}],"off_ratio":17,"flashsale_info":[],"sales":227};
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 `
`;
}()}