${function() {
const variantData = data.variant || {"id":"51f8c83f-2dd7-4bc7-af2b-a849d4ea8466","product_id":"e06cf574-22da-4d4f-9a9e-9298590b3d88","title":"White-S","weight_unit":"g","inventory_quantity":999,"sku":"XHoh6PkTi-White-S","barcode":"","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c2e4b33653e4f549db76e118d9185bcd.jpeg","path":"c2e4b33653e4f549db76e118d9185bcd.jpeg","width":1440,"height":1440,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":19.89,"min_quantity":1}],"weight":"200","compare_at_price":"32","price":"19.89","retail_price":"32","available":true,"url":"\/products\/casual-personality-street-style-loose-round-neck-short-sleeved-t-shirt?variant=51f8c83f-2dd7-4bc7-af2b-a849d4ea8466","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"S"}],"off_ratio":38,"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 : XHoh6PkTi-White-S
Weight : 200g
${function(){
const variantData = data.variant || {"id":"51f8c83f-2dd7-4bc7-af2b-a849d4ea8466","product_id":"e06cf574-22da-4d4f-9a9e-9298590b3d88","title":"White-S","weight_unit":"g","inventory_quantity":999,"sku":"XHoh6PkTi-White-S","barcode":"","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c2e4b33653e4f549db76e118d9185bcd.jpeg","path":"c2e4b33653e4f549db76e118d9185bcd.jpeg","width":1440,"height":1440,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":19.89,"min_quantity":1}],"weight":"200","compare_at_price":"32","price":"19.89","retail_price":"32","available":true,"url":"\/products\/casual-personality-street-style-loose-round-neck-short-sleeved-t-shirt?variant=51f8c83f-2dd7-4bc7-af2b-a849d4ea8466","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"S"}],"off_ratio":38,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}