#1 Tracksuit
${function() {
const variantData = data.variant || {"id":"89aad13b-08a7-433b-b3b5-15b7ce6a4aed","product_id":"e2f9fb8e-c20c-4044-85a9-6974a1d5d1c0","title":"S-Hoodie","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"S","option2":"Hoodie","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/104e834689e76ecdd816078c281bcbd9.jpg","path":"104e834689e76ecdd816078c281bcbd9.jpg","width":1080,"height":1620,"alt":"#1 Tracksuit officialsvtshop","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":69,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"69","retail_price":"0","available":true,"url":"\/products\/1-tracksuit?variant=89aad13b-08a7-433b-b3b5-15b7ce6a4aed","available_quantity":999999999,"options":[{"name":"Size","value":"S"},{"name":"Type","value":"Hoodie"}],"off_ratio":0,"flashsale_info":[],"sales":753};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
people are viewing this right now
${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":"89aad13b-08a7-433b-b3b5-15b7ce6a4aed","product_id":"e2f9fb8e-c20c-4044-85a9-6974a1d5d1c0","title":"S-Hoodie","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"S","option2":"Hoodie","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/104e834689e76ecdd816078c281bcbd9.jpg","path":"104e834689e76ecdd816078c281bcbd9.jpg","width":1080,"height":1620,"alt":"#1 Tracksuit officialsvtshop","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":69,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"69","retail_price":"0","available":true,"url":"\/products\/1-tracksuit?variant=89aad13b-08a7-433b-b3b5-15b7ce6a4aed","available_quantity":999999999,"options":[{"name":"Size","value":"S"},{"name":"Type","value":"Hoodie"}],"off_ratio":0,"flashsale_info":[],"sales":753};
return `
Barcode : ${variantData && variantData.barcode}
`
}()}
24 Hours Customer Service
${function() {
const minInventory = parseInt('10');
const maxInventory = parseInt('25');
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 `
`;
}()}