${function() {
const variantData = data.variant || {"id":"fa54a13f-835f-4062-84f3-a602f5ab30ce","product_id":"06e5c0ed-0a91-4b98-b6dd-c3632cdd1323","title":"Black-S","weight_unit":"g","inventory_quantity":9999,"sku":"XHQcEZeFX-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2026aa4b10043dbffceec1a6bfcb0f39.jpeg","path":"2026aa4b10043dbffceec1a6bfcb0f39.jpeg","width":816,"height":817,"alt":"","aspect_ratio":0.9987760097919217},"wholesale_price":[{"price":48.89,"min_quantity":1}],"weight":"1200","compare_at_price":"99","price":"48.89","retail_price":"99","available":true,"url":"\/products\/the-love-of-my-life-skeleton-casual-street-sports-two-pack?variant=fa54a13f-835f-4062-84f3-a602f5ab30ce","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":51,"flashsale_info":[],"sales":4};
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 : XHQcEZeFX-Black-S
Weight : 1200g
${function(){
const variantData = data.variant || {"id":"fa54a13f-835f-4062-84f3-a602f5ab30ce","product_id":"06e5c0ed-0a91-4b98-b6dd-c3632cdd1323","title":"Black-S","weight_unit":"g","inventory_quantity":9999,"sku":"XHQcEZeFX-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2026aa4b10043dbffceec1a6bfcb0f39.jpeg","path":"2026aa4b10043dbffceec1a6bfcb0f39.jpeg","width":816,"height":817,"alt":"","aspect_ratio":0.9987760097919217},"wholesale_price":[{"price":48.89,"min_quantity":1}],"weight":"1200","compare_at_price":"99","price":"48.89","retail_price":"99","available":true,"url":"\/products\/the-love-of-my-life-skeleton-casual-street-sports-two-pack?variant=fa54a13f-835f-4062-84f3-a602f5ab30ce","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":51,"flashsale_info":[],"sales":4};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}