people are viewing this right now
${function() {
const variantData = data.variant || {"id":"b98b4103-dd52-4b6f-9921-ec2fa942fec0","product_id":"154f933d-113b-4319-a7e8-332db1d2198a","title":"O01 36 Pieces 4cm","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"O01 36 Pieces 4cm","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/56f3784cbb7b32eac787fabe04762bdd.jpeg","path":"56f3784cbb7b32eac787fabe04762bdd.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":27.39,"min_quantity":1}],"weight":"0","compare_at_price":"50.4","price":"27.39","retail_price":"50.4","available":true,"url":"\/products\/36pcs-rose-gold-christmas-ornament-4cm-hang-pendant-ball?variant=b98b4103-dd52-4b6f-9921-ec2fa942fec0","available_quantity":999999999,"options":[{"name":"Color","value":"O01 36 Pieces 4cm"}],"off_ratio":46,"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 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":"b98b4103-dd52-4b6f-9921-ec2fa942fec0","product_id":"154f933d-113b-4319-a7e8-332db1d2198a","title":"O01 36 Pieces 4cm","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"O01 36 Pieces 4cm","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/56f3784cbb7b32eac787fabe04762bdd.jpeg","path":"56f3784cbb7b32eac787fabe04762bdd.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":27.39,"min_quantity":1}],"weight":"0","compare_at_price":"50.4","price":"27.39","retail_price":"50.4","available":true,"url":"\/products\/36pcs-rose-gold-christmas-ornament-4cm-hang-pendant-ball?variant=b98b4103-dd52-4b6f-9921-ec2fa942fec0","available_quantity":999999999,"options":[{"name":"Color","value":"O01 36 Pieces 4cm"}],"off_ratio":46,"flashsale_info":[],"sales":0};
return `
`
}()}