【 TOPPP 】 【 Pre sale, expected on April 15th 】 0915- Women's pants
${function() {
const variantData = data.variant || {"id":"6db70a72-9be1-4773-b2ed-4cda978d8319","product_id":"42aadbbf-5930-493d-96aa-ccd353bcdf65","title":"black-S","weight_unit":"kg","inventory_quantity":9,"sku":"0915-200-black-S-A0012794","barcode":"","position":1,"option1":"black","option2":"S","option3":"","note":"","image":null,"wholesale_price":[{"price":46,"min_quantity":1}],"weight":"0.4","compare_at_price":"0","price":"46","retail_price":"0","available":true,"url":"\/products\/toppp-pre-sale-expected-on-april-15th-0915-womens-pants?variant=6db70a72-9be1-4773-b2ed-4cda978d8319","available_quantity":9,"options":[{"name":"colour","value":"black"},{"name":"size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":6};
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":"6db70a72-9be1-4773-b2ed-4cda978d8319","product_id":"42aadbbf-5930-493d-96aa-ccd353bcdf65","title":"black-S","weight_unit":"kg","inventory_quantity":9,"sku":"0915-200-black-S-A0012794","barcode":"","position":1,"option1":"black","option2":"S","option3":"","note":"","image":null,"wholesale_price":[{"price":46,"min_quantity":1}],"weight":"0.4","compare_at_price":"0","price":"46","retail_price":"0","available":true,"url":"\/products\/toppp-pre-sale-expected-on-april-15th-0915-womens-pants?variant=6db70a72-9be1-4773-b2ed-4cda978d8319","available_quantity":9,"options":[{"name":"colour","value":"black"},{"name":"size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":6};
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 `
`;
}()}