Golf Hat Clip Mark
${function() {
const variantData = data.variant || {"id":"c5f3a3ee-7f10-492d-95ce-97177aa66763","product_id":"40ee020a-0a86-4012-9bee-5eaad07f26ae","title":"style 1-1#-10PC","weight_unit":"kg","inventory_quantity":50,"sku":"\u9ad8\u5c14\u4e50-70-style 1-1#-10PC-A0015025","barcode":"","position":1,"option1":"style 1","option2":"1#","option3":"10PC","note":"","image":{"src":"\/\/img.staticdj.com\/25c1574f7d4816b6b611448f236cc589.png","path":"25c1574f7d4816b6b611448f236cc589.png","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":23,"min_quantity":1}],"weight":"0.15","compare_at_price":"0","price":"23","retail_price":"0","available":true,"url":"\/products\/golf-hat-clip-mark?variant=c5f3a3ee-7f10-492d-95ce-97177aa66763","available_quantity":50,"options":[{"name":"\u6b3e\u5f0f","value":"style 1"},{"name":"\u578b\u53f7","value":"1#"},{"name":"\u6570\u91cf","value":"10PC"}],"off_ratio":0,"flashsale_info":[],"sales":6};
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}
`
}()}
${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":"c5f3a3ee-7f10-492d-95ce-97177aa66763","product_id":"40ee020a-0a86-4012-9bee-5eaad07f26ae","title":"style 1-1#-10PC","weight_unit":"kg","inventory_quantity":50,"sku":"\u9ad8\u5c14\u4e50-70-style 1-1#-10PC-A0015025","barcode":"","position":1,"option1":"style 1","option2":"1#","option3":"10PC","note":"","image":{"src":"\/\/img.staticdj.com\/25c1574f7d4816b6b611448f236cc589.png","path":"25c1574f7d4816b6b611448f236cc589.png","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":23,"min_quantity":1}],"weight":"0.15","compare_at_price":"0","price":"23","retail_price":"0","available":true,"url":"\/products\/golf-hat-clip-mark?variant=c5f3a3ee-7f10-492d-95ce-97177aa66763","available_quantity":50,"options":[{"name":"\u6b3e\u5f0f","value":"style 1"},{"name":"\u578b\u53f7","value":"1#"},{"name":"\u6570\u91cf","value":"10PC"}],"off_ratio":0,"flashsale_info":[],"sales":6};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
${function() {
const minInventory = parseInt('10');
const maxInventory = parseInt('50');
const randomInventory = Math.round(Math.random() * (maxInventory - minInventory)) + minInventory;
const customText = "Only {stock} item(s) left in stock!".replace(/\{stock\}/g, '' + randomInventory + '');
const barWidth = (randomInventory / maxInventory) * 100 + '%';
return `
`;
}()}