${function() {
const variantData = data.variant || {"id":"c090a359-5298-462e-8563-152283168226","product_id":"759b1aab-e8c7-4d1b-b59e-3e930a293624","title":"1-One Size","weight_unit":"kg","inventory_quantity":995,"sku":"3256804906243820_1_One Size","barcode":"","position":1,"option1":"1","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4d2c0137ef9ee5eb82e2f771c3412505.jpeg","path":"4d2c0137ef9ee5eb82e2f771c3412505.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":22.76,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"22.76","retail_price":"0","available":true,"url":"\/products\/2022-spring-and-autumn-new-mens-round-couple-multi-color-sweater-loose-pure-color-long-sleeved-mens-korean-casual-tide?variant=c090a359-5298-462e-8563-152283168226","available_quantity":999999999,"options":[{"name":"Color","value":"1"},{"name":"Size","value":"One Size"}],"off_ratio":0,"flashsale_info":[],"sales":28};
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 tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Product was out of stock.
Product is unavailable.
Sku : 3256804906243820_1_One Size
${function(){
const variantData = data.variant || {"id":"c090a359-5298-462e-8563-152283168226","product_id":"759b1aab-e8c7-4d1b-b59e-3e930a293624","title":"1-One Size","weight_unit":"kg","inventory_quantity":995,"sku":"3256804906243820_1_One Size","barcode":"","position":1,"option1":"1","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4d2c0137ef9ee5eb82e2f771c3412505.jpeg","path":"4d2c0137ef9ee5eb82e2f771c3412505.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":22.76,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"22.76","retail_price":"0","available":true,"url":"\/products\/2022-spring-and-autumn-new-mens-round-couple-multi-color-sweater-loose-pure-color-long-sleeved-mens-korean-casual-tide?variant=c090a359-5298-462e-8563-152283168226","available_quantity":999999999,"options":[{"name":"Color","value":"1"},{"name":"Size","value":"One Size"}],"off_ratio":0,"flashsale_info":[],"sales":28};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}