lucky knitted hat
${function() {
const variantData = data.variant || {"id":"b4a315b4-f2e7-4017-bf93-f84c75c292e3","product_id":"b0c60019-71f3-4026-b5a4-28d40d2fe0e6","title":"Black-One Size","weight_unit":"g","inventory_quantity":9999,"sku":"XHlwMuJ4K-Black-OneSize","barcode":"","position":1,"option1":"Black","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9dc7bce0f9b9e1bf5a37659f78999bda.jpeg","path":"9dc7bce0f9b9e1bf5a37659f78999bda.jpeg","width":1440,"height":1440,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":10.89,"min_quantity":1}],"weight":"100","compare_at_price":"33","price":"10.89","retail_price":"33","available":true,"url":"\/products\/lucky-star-knitted-hat-hwcw?variant=b4a315b4-f2e7-4017-bf93-f84c75c292e3","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"One Size"}],"off_ratio":67,"flashsale_info":[],"sales":3};
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 `
`;
}()}