${function() {
const variantData = data.variant || {"id":"231832ab-78bb-42af-856d-b773df72bde3","product_id":"e066f132-6711-4fa0-9b92-22a491f32abf","title":"black-S","weight_unit":"g","inventory_quantity":999,"sku":"1721443710287630338","barcode":"","position":1,"option1":"black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b393ae7648d8fc678c145ecf85ca301d.jpeg","path":"b393ae7648d8fc678c145ecf85ca301d.jpeg","width":1800,"height":1800,"alt":"720b935efa3f9a6353cd15df5acf14b9","aspect_ratio":1},"wholesale_price":[{"price":28.61,"min_quantity":1}],"weight":"500","compare_at_price":"0","price":"28.61","retail_price":"0","available":true,"url":"\/products\/oversize-bulls-jordan-hoodie?variant=231832ab-78bb-42af-856d-b773df72bde3","available_quantity":999999999,"options":[{"name":"Color","value":"black"},{"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 : 1721443710287630338
Weight : 500g
${function(){
const variantData = data.variant || {"id":"231832ab-78bb-42af-856d-b773df72bde3","product_id":"e066f132-6711-4fa0-9b92-22a491f32abf","title":"black-S","weight_unit":"g","inventory_quantity":999,"sku":"1721443710287630338","barcode":"","position":1,"option1":"black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b393ae7648d8fc678c145ecf85ca301d.jpeg","path":"b393ae7648d8fc678c145ecf85ca301d.jpeg","width":1800,"height":1800,"alt":"720b935efa3f9a6353cd15df5acf14b9","aspect_ratio":1},"wholesale_price":[{"price":28.61,"min_quantity":1}],"weight":"500","compare_at_price":"0","price":"28.61","retail_price":"0","available":true,"url":"\/products\/oversize-bulls-jordan-hoodie?variant=231832ab-78bb-42af-856d-b773df72bde3","available_quantity":999999999,"options":[{"name":"Color","value":"black"},{"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}
`
}()}