lucky knitted hat
${function() {
const variantData = data.variant || {"id":"d20b37e7-0b4e-47f6-be84-a469de5ec8d1","product_id":"9362f943-a7a4-413c-b04e-e70d7a7c4b2b","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":"0","compare_at_price":"33","price":"10.89","retail_price":"33","available":true,"url":"\/products\/lucky-knitted-hat?variant=d20b37e7-0b4e-47f6-be84-a469de5ec8d1","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"One Size"}],"off_ratio":67,"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}
`
}()}
Product was out of stock.
Product is unavailable.
Sku : XHlwMuJ4K-Black-OneSize
${function(){
const variantData = data.variant || {"id":"d20b37e7-0b4e-47f6-be84-a469de5ec8d1","product_id":"9362f943-a7a4-413c-b04e-e70d7a7c4b2b","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":"0","compare_at_price":"33","price":"10.89","retail_price":"33","available":true,"url":"\/products\/lucky-knitted-hat?variant=d20b37e7-0b4e-47f6-be84-a469de5ec8d1","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"One Size"}],"off_ratio":67,"flashsale_info":[],"sales":0};
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 `
`;
}()}