${function() {
const variantData = data.variant || {"id":"f6325abe-134f-40b2-a8fd-8bba483a5d17","product_id":"03222b0e-16be-48c8-960e-82ecad4457b1","title":"Same_As_Photo-S","weight_unit":"g","inventory_quantity":999,"sku":"XHodLO2GM-Same_As_Photo-S","barcode":"","position":1,"option1":"Same_As_Photo","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e6f46dcb730b8423db833d1d75fa9039.jpeg","path":"e6f46dcb730b8423db833d1d75fa9039.jpeg","width":1712,"height":1712,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":43.89,"min_quantity":1}],"weight":"400","compare_at_price":"60","price":"43.89","retail_price":"60","available":true,"url":"\/products\/casual-retro-zipper-jacket?variant=f6325abe-134f-40b2-a8fd-8bba483a5d17","available_quantity":999999999,"options":[{"name":"Color","value":"Same_As_Photo"},{"name":"Size","value":"S"}],"off_ratio":27,"flashsale_info":[],"sales":2};
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 : XHodLO2GM-Same_As_Photo-S
Weight : 400g
${function(){
const variantData = data.variant || {"id":"f6325abe-134f-40b2-a8fd-8bba483a5d17","product_id":"03222b0e-16be-48c8-960e-82ecad4457b1","title":"Same_As_Photo-S","weight_unit":"g","inventory_quantity":999,"sku":"XHodLO2GM-Same_As_Photo-S","barcode":"","position":1,"option1":"Same_As_Photo","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e6f46dcb730b8423db833d1d75fa9039.jpeg","path":"e6f46dcb730b8423db833d1d75fa9039.jpeg","width":1712,"height":1712,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":43.89,"min_quantity":1}],"weight":"400","compare_at_price":"60","price":"43.89","retail_price":"60","available":true,"url":"\/products\/casual-retro-zipper-jacket?variant=f6325abe-134f-40b2-a8fd-8bba483a5d17","available_quantity":999999999,"options":[{"name":"Color","value":"Same_As_Photo"},{"name":"Size","value":"S"}],"off_ratio":27,"flashsale_info":[],"sales":2};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}