W125027- Spring new thin knitted long sleeved shirt
${function() {
const variantData = data.variant || {"id":"a734076e-3b9e-4038-97dc-ce1f21982c5b","product_id":"e8c70674-698f-4f36-92bd-a95e2c151b26","title":"black-S","weight_unit":"kg","inventory_quantity":19,"sku":"W125027200-black-S-A0012440","barcode":"","position":1,"option1":"black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c64963d8074e80fd7d51c0982167c5f8.jpg","path":"c64963d8074e80fd7d51c0982167c5f8.jpg","width":1080,"height":810,"alt":"","aspect_ratio":1.3333333333333333},"wholesale_price":[{"price":45,"min_quantity":1}],"weight":"0.4","compare_at_price":"0","price":"45","retail_price":"0","available":true,"url":"\/products\/w125027-spring-new-thin-knitted-long-sleeved-shirt?variant=a734076e-3b9e-4038-97dc-ce1f21982c5b","available_quantity":19,"options":[{"name":"colour","value":"black"},{"name":"size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":3};
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":"a734076e-3b9e-4038-97dc-ce1f21982c5b","product_id":"e8c70674-698f-4f36-92bd-a95e2c151b26","title":"black-S","weight_unit":"kg","inventory_quantity":19,"sku":"W125027200-black-S-A0012440","barcode":"","position":1,"option1":"black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c64963d8074e80fd7d51c0982167c5f8.jpg","path":"c64963d8074e80fd7d51c0982167c5f8.jpg","width":1080,"height":810,"alt":"","aspect_ratio":1.3333333333333333},"wholesale_price":[{"price":45,"min_quantity":1}],"weight":"0.4","compare_at_price":"0","price":"45","retail_price":"0","available":true,"url":"\/products\/w125027-spring-new-thin-knitted-long-sleeved-shirt?variant=a734076e-3b9e-4038-97dc-ce1f21982c5b","available_quantity":19,"options":[{"name":"colour","value":"black"},{"name":"size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":3};
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 `
`;
}()}