Revolver Thug Knitted Hat Embroidered Knitted Hat
${function() {
const variantData = data.variant || {"id":"37ab960c-bd8e-40f4-8280-89f4faa9a405","product_id":"e5c799d4-0cf7-455f-a049-dda45c3f369b","title":"Black-One Size","weight_unit":"g","inventory_quantity":9999,"sku":"XHufQMDCR-Black-OneSize","barcode":"","position":1,"option1":"Black","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/02d0a2b6d85dec36ca89c2fa7f1e0c4e.jpeg","path":"02d0a2b6d85dec36ca89c2fa7f1e0c4e.jpeg","width":800,"height":800,"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\/revolver-thug-knitted-hat-embroidered-knitted-hat?variant=37ab960c-bd8e-40f4-8280-89f4faa9a405","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 : XHufQMDCR-Black-OneSize
${function(){
const variantData = data.variant || {"id":"37ab960c-bd8e-40f4-8280-89f4faa9a405","product_id":"e5c799d4-0cf7-455f-a049-dda45c3f369b","title":"Black-One Size","weight_unit":"g","inventory_quantity":9999,"sku":"XHufQMDCR-Black-OneSize","barcode":"","position":1,"option1":"Black","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/02d0a2b6d85dec36ca89c2fa7f1e0c4e.jpeg","path":"02d0a2b6d85dec36ca89c2fa7f1e0c4e.jpeg","width":800,"height":800,"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\/revolver-thug-knitted-hat-embroidered-knitted-hat?variant=37ab960c-bd8e-40f4-8280-89f4faa9a405","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 `
`;
}()}