people are viewing this right now
${function() {
const variantData = data.variant || {"id":"a12cb898-5da3-4fd8-bd41-fb16a948ced3","product_id":"742edecc-17ee-4d9d-8a57-dea09eff45cf","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"NDHX22062014-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b963a77a2a5f11d44d84cc24db4da036.jpeg","path":"b963a77a2a5f11d44d84cc24db4da036.jpeg","width":726,"height":908,"alt":"","aspect_ratio":0.7995594713656388},"wholesale_price":[{"price":48.99,"min_quantity":1}],"weight":"0","compare_at_price":"63.99","price":"48.99","retail_price":"63.99","available":true,"url":"\/products\/v-neck-sweater-dress?variant=a12cb898-5da3-4fd8-bd41-fb16a948ced3","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":23,"flashsale_info":[],"sales":0};
const saveType = "amount";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
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}
`
}()}
${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 `
`;
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"a12cb898-5da3-4fd8-bd41-fb16a948ced3","product_id":"742edecc-17ee-4d9d-8a57-dea09eff45cf","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"NDHX22062014-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b963a77a2a5f11d44d84cc24db4da036.jpeg","path":"b963a77a2a5f11d44d84cc24db4da036.jpeg","width":726,"height":908,"alt":"","aspect_ratio":0.7995594713656388},"wholesale_price":[{"price":48.99,"min_quantity":1}],"weight":"0","compare_at_price":"63.99","price":"48.99","retail_price":"63.99","available":true,"url":"\/products\/v-neck-sweater-dress?variant=a12cb898-5da3-4fd8-bd41-fb16a948ced3","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":23,"flashsale_info":[],"sales":0};
return `
`
}()}