${function() {
const variantData = data.variant || {"id":"9da34336-dd89-46f7-9571-ee8c4794fe8d","product_id":"336456e2-ab68-4d02-9704-645e38d701af","title":"Light_Blue-S","weight_unit":"g","inventory_quantity":9999,"sku":"XHtvcscpW-Light_Blue-S","barcode":"","position":1,"option1":"Light_Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/259a342a7abe40fee586fda652d2445d.jpeg","path":"259a342a7abe40fee586fda652d2445d.jpeg","width":1440,"height":1440,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":42.89,"min_quantity":1}],"weight":"666","compare_at_price":"88","price":"42.89","retail_price":"88","available":true,"url":"\/products\/los-angeles-showgirls-casual-street-baseball-jacket?variant=9da34336-dd89-46f7-9571-ee8c4794fe8d","available_quantity":999999999,"options":[{"name":"Color","value":"Light_Blue"},{"name":"Size","value":"S"}],"off_ratio":51,"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 : XHtvcscpW-Light_Blue-S
Weight : 666g
${function(){
const variantData = data.variant || {"id":"9da34336-dd89-46f7-9571-ee8c4794fe8d","product_id":"336456e2-ab68-4d02-9704-645e38d701af","title":"Light_Blue-S","weight_unit":"g","inventory_quantity":9999,"sku":"XHtvcscpW-Light_Blue-S","barcode":"","position":1,"option1":"Light_Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/259a342a7abe40fee586fda652d2445d.jpeg","path":"259a342a7abe40fee586fda652d2445d.jpeg","width":1440,"height":1440,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":42.89,"min_quantity":1}],"weight":"666","compare_at_price":"88","price":"42.89","retail_price":"88","available":true,"url":"\/products\/los-angeles-showgirls-casual-street-baseball-jacket?variant=9da34336-dd89-46f7-9571-ee8c4794fe8d","available_quantity":999999999,"options":[{"name":"Color","value":"Light_Blue"},{"name":"Size","value":"S"}],"off_ratio":51,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}