people are viewing this right now
${function() {
const variantData = data.variant || {"id":"d74e4fac-c2c2-4b81-9dfd-c71e265eed7f","product_id":"ee62d479-f554-4f13-8310-e2cc0f31f74c","title":"Dark skeleton snail","weight_unit":"lb","inventory_quantity":1000,"sku":"OP2165962-\u6df1\u8272\u9ab7\u9ac5\u8717\u725b","barcode":"","position":1,"option1":"Dark skeleton snail","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d7228853f43f90641b3e56706b9d0187.jpeg","path":"d7228853f43f90641b3e56706b9d0187.jpeg","width":600,"height":600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":27.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"27.99","retail_price":"0","available":true,"url":"\/products\/halloween-hot-sale-49-off-handmade-halloween-snail-2?variant=d74e4fac-c2c2-4b81-9dfd-c71e265eed7f","available_quantity":999999999,"options":[{"name":"STYLE\uff1a","value":"Dark skeleton snail"}],"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.
Sku : OP2165962-ๆทฑ่ฒ้ชท้ซ
่็
${function(){
const variantData = data.variant || {"id":"d74e4fac-c2c2-4b81-9dfd-c71e265eed7f","product_id":"ee62d479-f554-4f13-8310-e2cc0f31f74c","title":"Dark skeleton snail","weight_unit":"lb","inventory_quantity":1000,"sku":"OP2165962-\u6df1\u8272\u9ab7\u9ac5\u8717\u725b","barcode":"","position":1,"option1":"Dark skeleton snail","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d7228853f43f90641b3e56706b9d0187.jpeg","path":"d7228853f43f90641b3e56706b9d0187.jpeg","width":600,"height":600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":27.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"27.99","retail_price":"0","available":true,"url":"\/products\/halloween-hot-sale-49-off-handmade-halloween-snail-2?variant=d74e4fac-c2c2-4b81-9dfd-c71e265eed7f","available_quantity":999999999,"options":[{"name":"STYLE\uff1a","value":"Dark skeleton snail"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}