${function() {
const variantData = data.variant || {"id":"fd5f6400-87cd-471d-8a47-b5e0d03ba788","product_id":"3df7c887-6c3c-4ce6-be0d-fd8c12ce1dbd","title":"Same As Photo-s","weight_unit":"kg","inventory_quantity":1000,"sku":"6143862","barcode":"6143862","position":1,"option1":"Same As Photo","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/43939c6979316a6260f68efefc39656c.webp","path":"43939c6979316a6260f68efefc39656c.webp","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":56.61,"min_quantity":1}],"weight":"0.52","compare_at_price":"141.54","price":"56.61","retail_price":"141.54","available":true,"url":"\/products\/5d9f0ac3ca1b?variant=fd5f6400-87cd-471d-8a47-b5e0d03ba788","available_quantity":999999999,"options":[{"name":"Color","value":"Same As Photo"},{"name":"Size","value":"s"}],"off_ratio":60,"flashsale_info":[],"sales":0};
const saveType = "percentage";
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}
`
}()}
Product was out of stock.
Product is unavailable.
Sku : 6143862
Weight : 0.52kg
Barcode : 6143862
${function(){
const variantData = data.variant || {"id":"fd5f6400-87cd-471d-8a47-b5e0d03ba788","product_id":"3df7c887-6c3c-4ce6-be0d-fd8c12ce1dbd","title":"Same As Photo-s","weight_unit":"kg","inventory_quantity":1000,"sku":"6143862","barcode":"6143862","position":1,"option1":"Same As Photo","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/43939c6979316a6260f68efefc39656c.webp","path":"43939c6979316a6260f68efefc39656c.webp","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":56.61,"min_quantity":1}],"weight":"0.52","compare_at_price":"141.54","price":"56.61","retail_price":"141.54","available":true,"url":"\/products\/5d9f0ac3ca1b?variant=fd5f6400-87cd-471d-8a47-b5e0d03ba788","available_quantity":999999999,"options":[{"name":"Color","value":"Same As Photo"},{"name":"Size","value":"s"}],"off_ratio":60,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}