${function() {
const variantData = data.variant || {"id":"bd1617a5-d782-4bad-9f38-31e93576ca04","product_id":"4dc30948-557e-49df-91cd-f6654a9734fd","title":"Gold-s","weight_unit":"kg","inventory_quantity":1000,"sku":"4432382","barcode":"4432382","position":1,"option1":"Gold","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/329f4e7b1912a9878b2dd3b3cb059b78.webp","path":"329f4e7b1912a9878b2dd3b3cb059b78.webp","width":823,"height":1235,"alt":"","aspect_ratio":0.6663967611336032},"wholesale_price":[{"price":20.28,"min_quantity":1}],"weight":"0.17","compare_at_price":"42.35","price":"20.28","retail_price":"42.35","available":true,"url":"\/products\/gold-sleeveless-random-embroidery-sexy-v-neck-mini-dress?variant=bd1617a5-d782-4bad-9f38-31e93576ca04","available_quantity":999999999,"options":[{"name":"Color","value":"Gold"},{"name":"Size","value":"s"}],"off_ratio":52,"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 : 4432382
Weight : 0.17kg
Barcode : 4432382
${function(){
const variantData = data.variant || {"id":"bd1617a5-d782-4bad-9f38-31e93576ca04","product_id":"4dc30948-557e-49df-91cd-f6654a9734fd","title":"Gold-s","weight_unit":"kg","inventory_quantity":1000,"sku":"4432382","barcode":"4432382","position":1,"option1":"Gold","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/329f4e7b1912a9878b2dd3b3cb059b78.webp","path":"329f4e7b1912a9878b2dd3b3cb059b78.webp","width":823,"height":1235,"alt":"","aspect_ratio":0.6663967611336032},"wholesale_price":[{"price":20.28,"min_quantity":1}],"weight":"0.17","compare_at_price":"42.35","price":"20.28","retail_price":"42.35","available":true,"url":"\/products\/gold-sleeveless-random-embroidery-sexy-v-neck-mini-dress?variant=bd1617a5-d782-4bad-9f38-31e93576ca04","available_quantity":999999999,"options":[{"name":"Color","value":"Gold"},{"name":"Size","value":"s"}],"off_ratio":52,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}