Hair dye
${function() {
const variantData = data.variant || {"id":"60814f6c-6994-44a8-8fb3-569e2f91b285","product_id":"6c8b3915-c9ed-4741-9737-ee54bca7dc32","title":"BLACK-BUY 1","weight_unit":"kg","inventory_quantity":0,"sku":"BOG000576-BK-A","barcode":"","position":1,"option1":"BLACK","option2":"BUY 1","option3":"","note":"","image":null,"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"29.99","retail_price":"0","available":true,"url":"\/products\/hair-dye?variant=60814f6c-6994-44a8-8fb3-569e2f91b285","available_quantity":999999999,"options":[{"name":"HAIR COLOR","value":"BLACK"},{"name":"BUY MORE SAVE MORE","value":"BUY 1"}],"off_ratio":0,"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}
`
}()}
people are viewing this right now
${function() {
const minInventory = parseInt('30');
const maxInventory = parseInt('67');
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 `
`;
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"60814f6c-6994-44a8-8fb3-569e2f91b285","product_id":"6c8b3915-c9ed-4741-9737-ee54bca7dc32","title":"BLACK-BUY 1","weight_unit":"kg","inventory_quantity":0,"sku":"BOG000576-BK-A","barcode":"","position":1,"option1":"BLACK","option2":"BUY 1","option3":"","note":"","image":null,"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"29.99","retail_price":"0","available":true,"url":"\/products\/hair-dye?variant=60814f6c-6994-44a8-8fb3-569e2f91b285","available_quantity":999999999,"options":[{"name":"HAIR COLOR","value":"BLACK"},{"name":"BUY MORE SAVE MORE","value":"BUY 1"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
`
}()}