New Golf Baseball Hat - XZ
${function() {
const variantData = data.variant || {"id":"1a65f463-0db0-4a92-805c-3c6356ca723e","product_id":"d6ef9a11-7a5c-43ad-82fd-8a642a300e8e","title":"white-1PC","weight_unit":"kg","inventory_quantity":50,"sku":"XZ-28-white-1PC-A0012142","barcode":"","position":1,"option1":"white","option2":"1PC","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1f3f737a65567b5d968e435a9410740f.jpg","path":"1f3f737a65567b5d968e435a9410740f.jpg","width":2552,"height":2216,"alt":"","aspect_ratio":1.151624548736462},"wholesale_price":[{"price":11.8,"min_quantity":1}],"weight":"0.2","compare_at_price":"0","price":"11.8","retail_price":"0","available":true,"url":"\/products\/new-golf-baseball-hat-xz?variant=1a65f463-0db0-4a92-805c-3c6356ca723e","available_quantity":50,"options":[{"name":"colour","value":"white"},{"name":"wholesale","value":"1PC"}],"off_ratio":0,"flashsale_info":[],"sales":10};
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":"1a65f463-0db0-4a92-805c-3c6356ca723e","product_id":"d6ef9a11-7a5c-43ad-82fd-8a642a300e8e","title":"white-1PC","weight_unit":"kg","inventory_quantity":50,"sku":"XZ-28-white-1PC-A0012142","barcode":"","position":1,"option1":"white","option2":"1PC","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1f3f737a65567b5d968e435a9410740f.jpg","path":"1f3f737a65567b5d968e435a9410740f.jpg","width":2552,"height":2216,"alt":"","aspect_ratio":1.151624548736462},"wholesale_price":[{"price":11.8,"min_quantity":1}],"weight":"0.2","compare_at_price":"0","price":"11.8","retail_price":"0","available":true,"url":"\/products\/new-golf-baseball-hat-xz?variant=1a65f463-0db0-4a92-805c-3c6356ca723e","available_quantity":50,"options":[{"name":"colour","value":"white"},{"name":"wholesale","value":"1PC"}],"off_ratio":0,"flashsale_info":[],"sales":10};
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 `
`;
}()}