2024 New Women's Fisherman Golf Hat
${function() {
const variantData = data.variant || {"id":"d5e19af7-473a-43b5-baf4-bac715999249","product_id":"f477a912-1389-4f8c-906d-b85970c1a505","title":"WHITE-1PC","weight_unit":"kg","inventory_quantity":123,"sku":"\u7389-48-WHITE-1PC-A0013192","barcode":"","position":3,"option1":"WHITE","option2":"1PC","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c94337eeb1d8a930f230f07fe73ad1b9.jpg","path":"c94337eeb1d8a930f230f07fe73ad1b9.jpg","width":750,"height":1000,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":23,"min_quantity":1}],"weight":"0","compare_at_price":"56","price":"23","retail_price":"56","available":true,"url":"\/products\/2024-new-womens-fisherman-golf-hat?variant=d5e19af7-473a-43b5-baf4-bac715999249","available_quantity":123,"options":[{"name":"COLOR","value":"WHITE"},{"name":"wholesale","value":"1PC"}],"off_ratio":59,"flashsale_info":[],"sales":29};
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":"d5e19af7-473a-43b5-baf4-bac715999249","product_id":"f477a912-1389-4f8c-906d-b85970c1a505","title":"WHITE-1PC","weight_unit":"kg","inventory_quantity":123,"sku":"\u7389-48-WHITE-1PC-A0013192","barcode":"","position":3,"option1":"WHITE","option2":"1PC","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c94337eeb1d8a930f230f07fe73ad1b9.jpg","path":"c94337eeb1d8a930f230f07fe73ad1b9.jpg","width":750,"height":1000,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":23,"min_quantity":1}],"weight":"0","compare_at_price":"56","price":"23","retail_price":"56","available":true,"url":"\/products\/2024-new-womens-fisherman-golf-hat?variant=d5e19af7-473a-43b5-baf4-bac715999249","available_quantity":123,"options":[{"name":"COLOR","value":"WHITE"},{"name":"wholesale","value":"1PC"}],"off_ratio":59,"flashsale_info":[],"sales":29};
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 `
`;
}()}