${function() {
const variantData = data.variant || {"id":"b50cf37b-d372-45fc-8d26-54b073ed7cc4","product_id":"02eafd4c-ed13-427a-bdfe-df4607946cac","title":"white-S","weight_unit":"g","inventory_quantity":999,"sku":"1706564220352876546","barcode":"","position":1,"option1":"white","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bcde8479e556e640343948345193c449.jpeg","path":"bcde8479e556e640343948345193c449.jpeg","width":1200,"height":1200,"alt":"78e51be344c02faaa79a06e056396ba3","aspect_ratio":1},"wholesale_price":[{"price":26.3,"min_quantity":1}],"weight":"500","compare_at_price":"0","price":"26.3","retail_price":"0","available":true,"url":"\/products\/one-piece-print-trackpants-casual-sweatpants?variant=b50cf37b-d372-45fc-8d26-54b073ed7cc4","available_quantity":999999999,"options":[{"name":"Color","value":"white"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
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 : 1706564220352876546
Weight : 500g
${function(){
const variantData = data.variant || {"id":"b50cf37b-d372-45fc-8d26-54b073ed7cc4","product_id":"02eafd4c-ed13-427a-bdfe-df4607946cac","title":"white-S","weight_unit":"g","inventory_quantity":999,"sku":"1706564220352876546","barcode":"","position":1,"option1":"white","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bcde8479e556e640343948345193c449.jpeg","path":"bcde8479e556e640343948345193c449.jpeg","width":1200,"height":1200,"alt":"78e51be344c02faaa79a06e056396ba3","aspect_ratio":1},"wholesale_price":[{"price":26.3,"min_quantity":1}],"weight":"500","compare_at_price":"0","price":"26.3","retail_price":"0","available":true,"url":"\/products\/one-piece-print-trackpants-casual-sweatpants?variant=b50cf37b-d372-45fc-8d26-54b073ed7cc4","available_quantity":999999999,"options":[{"name":"Color","value":"white"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}