${function() {
const variantData = data.variant || {"id":"cd6ebcd8-9ec7-4e98-9387-689b85d4db1b","product_id":"8b5e49de-b6a1-4898-b81c-bc550423f01c","title":"Same_As_Photo-S","weight_unit":"g","inventory_quantity":999,"sku":"XHzTFYLoI-Same_As_Photo-S","barcode":"","position":1,"option1":"Same_As_Photo","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c0c59a76cac41c453a08aa655223762e.jpeg","path":"c0c59a76cac41c453a08aa655223762e.jpeg","width":1221,"height":1221,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":21.89,"min_quantity":1}],"weight":"200","compare_at_price":"30","price":"21.89","retail_price":"30","available":true,"url":"\/products\/bohemian-pattern-vintage-shorts?variant=cd6ebcd8-9ec7-4e98-9387-689b85d4db1b","available_quantity":999999999,"options":[{"name":"Color","value":"Same_As_Photo"},{"name":"Size","value":"S"}],"off_ratio":27,"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 : XHzTFYLoI-Same_As_Photo-S
Weight : 200g
${function(){
const variantData = data.variant || {"id":"cd6ebcd8-9ec7-4e98-9387-689b85d4db1b","product_id":"8b5e49de-b6a1-4898-b81c-bc550423f01c","title":"Same_As_Photo-S","weight_unit":"g","inventory_quantity":999,"sku":"XHzTFYLoI-Same_As_Photo-S","barcode":"","position":1,"option1":"Same_As_Photo","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c0c59a76cac41c453a08aa655223762e.jpeg","path":"c0c59a76cac41c453a08aa655223762e.jpeg","width":1221,"height":1221,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":21.89,"min_quantity":1}],"weight":"200","compare_at_price":"30","price":"21.89","retail_price":"30","available":true,"url":"\/products\/bohemian-pattern-vintage-shorts?variant=cd6ebcd8-9ec7-4e98-9387-689b85d4db1b","available_quantity":999999999,"options":[{"name":"Color","value":"Same_As_Photo"},{"name":"Size","value":"S"}],"off_ratio":27,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}