${function() {
const variantData = data.variant || {"id":"adbdfc8b-1eab-4f60-976c-b2fdc1544dbe","product_id":"ff4a9136-76cb-45db-9b5f-9b8233fd3f12","title":"Same_As_Photo-S","weight_unit":"g","inventory_quantity":999,"sku":"XHfeYmQFJ-Same_As_Photo-S","barcode":"","position":1,"option1":"Same_As_Photo","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/38e39cc7af7239c81b0e37492b5adf6c.jpeg","path":"38e39cc7af7239c81b0e37492b5adf6c.jpeg","width":1352,"height":1352,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":23.89,"min_quantity":1}],"weight":"300","compare_at_price":"37","price":"23.89","retail_price":"37","available":true,"url":"\/products\/fashionable-retro-character-pattern-shorts?variant=adbdfc8b-1eab-4f60-976c-b2fdc1544dbe","available_quantity":999999999,"options":[{"name":"Color","value":"Same_As_Photo"},{"name":"Size","value":"S"}],"off_ratio":35,"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 : XHfeYmQFJ-Same_As_Photo-S
Weight : 300g
${function(){
const variantData = data.variant || {"id":"adbdfc8b-1eab-4f60-976c-b2fdc1544dbe","product_id":"ff4a9136-76cb-45db-9b5f-9b8233fd3f12","title":"Same_As_Photo-S","weight_unit":"g","inventory_quantity":999,"sku":"XHfeYmQFJ-Same_As_Photo-S","barcode":"","position":1,"option1":"Same_As_Photo","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/38e39cc7af7239c81b0e37492b5adf6c.jpeg","path":"38e39cc7af7239c81b0e37492b5adf6c.jpeg","width":1352,"height":1352,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":23.89,"min_quantity":1}],"weight":"300","compare_at_price":"37","price":"23.89","retail_price":"37","available":true,"url":"\/products\/fashionable-retro-character-pattern-shorts?variant=adbdfc8b-1eab-4f60-976c-b2fdc1544dbe","available_quantity":999999999,"options":[{"name":"Color","value":"Same_As_Photo"},{"name":"Size","value":"S"}],"off_ratio":35,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}