${function() {
const variantData = data.variant || {"id":"bdbeddef-ba4c-4357-9d16-e57f43cfaee8","product_id":"a62d9b1b-4380-4895-8085-a5fe0010934c","title":"Same_As_Photo-S","weight_unit":"g","inventory_quantity":999,"sku":"XHQNL6VOr-Same_As_Photo-S","barcode":"","position":1,"option1":"Same_As_Photo","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/54c56fe5148291f62d99a9f45e4d7e79.jpeg","path":"54c56fe5148291f62d99a9f45e4d7e79.jpeg","width":1216,"height":1216,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.89,"min_quantity":1}],"weight":"400","compare_at_price":"45","price":"34.89","retail_price":"45","available":true,"url":"\/products\/retro-fashion-tapestry-hoodie?variant=bdbeddef-ba4c-4357-9d16-e57f43cfaee8","available_quantity":999999999,"options":[{"name":"Color","value":"Same_As_Photo"},{"name":"Size","value":"S"}],"off_ratio":22,"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 : XHQNL6VOr-Same_As_Photo-S
Weight : 400g
${function(){
const variantData = data.variant || {"id":"bdbeddef-ba4c-4357-9d16-e57f43cfaee8","product_id":"a62d9b1b-4380-4895-8085-a5fe0010934c","title":"Same_As_Photo-S","weight_unit":"g","inventory_quantity":999,"sku":"XHQNL6VOr-Same_As_Photo-S","barcode":"","position":1,"option1":"Same_As_Photo","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/54c56fe5148291f62d99a9f45e4d7e79.jpeg","path":"54c56fe5148291f62d99a9f45e4d7e79.jpeg","width":1216,"height":1216,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.89,"min_quantity":1}],"weight":"400","compare_at_price":"45","price":"34.89","retail_price":"45","available":true,"url":"\/products\/retro-fashion-tapestry-hoodie?variant=bdbeddef-ba4c-4357-9d16-e57f43cfaee8","available_quantity":999999999,"options":[{"name":"Color","value":"Same_As_Photo"},{"name":"Size","value":"S"}],"off_ratio":22,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}