GTB6075- Golf Women's Denim Skirt
${function() {
const variantData = data.variant || {"id":"4545ab02-8533-4186-b2c9-59d74c876e56","product_id":"241079a9-35c4-41af-a95c-c9a895850d1f","title":"blue-S","weight_unit":"kg","inventory_quantity":9,"sku":"GTB6075-190-blue-S-A00112942","barcode":"","position":1,"option1":"blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/607f780eb92c724c3b6eba2809e86d49.jpg","path":"607f780eb92c724c3b6eba2809e86d49.jpg","width":1440,"height":1440,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":45,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"45","retail_price":"0","available":true,"url":"\/products\/gtb6075-golf-womens-denim-skirt?variant=4545ab02-8533-4186-b2c9-59d74c876e56","available_quantity":9,"options":[{"name":"colour","value":"blue"},{"name":"size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":4};
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":"4545ab02-8533-4186-b2c9-59d74c876e56","product_id":"241079a9-35c4-41af-a95c-c9a895850d1f","title":"blue-S","weight_unit":"kg","inventory_quantity":9,"sku":"GTB6075-190-blue-S-A00112942","barcode":"","position":1,"option1":"blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/607f780eb92c724c3b6eba2809e86d49.jpg","path":"607f780eb92c724c3b6eba2809e86d49.jpg","width":1440,"height":1440,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":45,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"45","retail_price":"0","available":true,"url":"\/products\/gtb6075-golf-womens-denim-skirt?variant=4545ab02-8533-4186-b2c9-59d74c876e56","available_quantity":9,"options":[{"name":"colour","value":"blue"},{"name":"size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":4};
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 `
`;
}()}