people are viewing this right now
${function() {
const variantData = data.variant || {"id":"91f069de-3ad6-4ccf-be3f-43d527249c42","product_id":"55822a18-2019-4b1e-a9ba-b1fdfcb6de62","title":"Productspecifications\uff1a22.3CM*10.5CM*6.3CM","weight_unit":"kg","inventory_quantity":9999,"sku":"B0BZGQTL8V","barcode":"","position":1,"option1":"Productspecifications\uff1a22.3CM*10.5CM*6.3CM","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/22ecb59c19081aa9b7c93eb991250035.jpeg","path":"22ecb59c19081aa9b7c93eb991250035.jpeg","width":1500,"height":1500,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"34.99","retail_price":"0","available":true,"url":"\/products\/tedgro-decorative-ornaments-white-ceramic-vase-productspecifications-22-3cm-10-5cm-6-3cm?variant=91f069de-3ad6-4ccf-be3f-43d527249c42","available_quantity":999999999,"options":[{"name":"Size","value":"Productspecifications\uff1a22.3CM*10.5CM*6.3CM"}],"off_ratio":0,"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}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"91f069de-3ad6-4ccf-be3f-43d527249c42","product_id":"55822a18-2019-4b1e-a9ba-b1fdfcb6de62","title":"Productspecifications\uff1a22.3CM*10.5CM*6.3CM","weight_unit":"kg","inventory_quantity":9999,"sku":"B0BZGQTL8V","barcode":"","position":1,"option1":"Productspecifications\uff1a22.3CM*10.5CM*6.3CM","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/22ecb59c19081aa9b7c93eb991250035.jpeg","path":"22ecb59c19081aa9b7c93eb991250035.jpeg","width":1500,"height":1500,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"34.99","retail_price":"0","available":true,"url":"\/products\/tedgro-decorative-ornaments-white-ceramic-vase-productspecifications-22-3cm-10-5cm-6-3cm?variant=91f069de-3ad6-4ccf-be3f-43d527249c42","available_quantity":999999999,"options":[{"name":"Size","value":"Productspecifications\uff1a22.3CM*10.5CM*6.3CM"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}