Stitching Color Print Long Sleeve Zipper Hoodies
${function() {
const variantData = data.variant || {"id":"4da7aec5-7368-4d76-bc56-af40f136f142","product_id":"b402239a-25a7-4c64-9807-a17a10661378","title":"Gray-L","weight_unit":"g","inventory_quantity":999,"sku":"XHqk0gwD8-Gray-L","barcode":"","position":1,"option1":"Gray","option2":"L","option3":"","note":"","image":null,"wholesale_price":[{"price":39.89,"min_quantity":1}],"weight":"300","compare_at_price":"45","price":"39.89","retail_price":"45","available":true,"url":"\/products\/stitching-color-print-long-sleeve-zipper-hoodies?variant=4da7aec5-7368-4d76-bc56-af40f136f142","available_quantity":999999999,"options":[{"name":"Color","value":"Gray"},{"name":"Size","value":"L"}],"off_ratio":11,"flashsale_info":[],"sales":1};
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}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"4da7aec5-7368-4d76-bc56-af40f136f142","product_id":"b402239a-25a7-4c64-9807-a17a10661378","title":"Gray-L","weight_unit":"g","inventory_quantity":999,"sku":"XHqk0gwD8-Gray-L","barcode":"","position":1,"option1":"Gray","option2":"L","option3":"","note":"","image":null,"wholesale_price":[{"price":39.89,"min_quantity":1}],"weight":"300","compare_at_price":"45","price":"39.89","retail_price":"45","available":true,"url":"\/products\/stitching-color-print-long-sleeve-zipper-hoodies?variant=4da7aec5-7368-4d76-bc56-af40f136f142","available_quantity":999999999,"options":[{"name":"Color","value":"Gray"},{"name":"Size","value":"L"}],"off_ratio":11,"flashsale_info":[],"sales":1};
return `
Sku : ${variantData && variantData.sku}
`
}()}
people are viewing this right now
${function() {
const postageFreeAmount = 89;
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 `
`;
}()}