${function() {
const variantData = data.variant || {"id":"a805d7cc-298f-4c78-b7b7-71e3f230c2f8","product_id":"f995acc5-50e2-4728-aa65-59aff31f9afe","title":"Green-S","weight_unit":"g","inventory_quantity":999,"sku":"XHFk4wqE8-Green-S","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b7be5173604c6b9338395487152bd3aa.jpeg","path":"b7be5173604c6b9338395487152bd3aa.jpeg","width":1431,"height":1431,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":43.89,"min_quantity":1}],"weight":"550","compare_at_price":"55","price":"43.89","retail_price":"55","available":true,"url":"\/products\/letter-print-skull-hoodie-track-set?variant=a805d7cc-298f-4c78-b7b7-71e3f230c2f8","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":20,"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 : XHFk4wqE8-Green-S
Weight : 550g
${function(){
const variantData = data.variant || {"id":"a805d7cc-298f-4c78-b7b7-71e3f230c2f8","product_id":"f995acc5-50e2-4728-aa65-59aff31f9afe","title":"Green-S","weight_unit":"g","inventory_quantity":999,"sku":"XHFk4wqE8-Green-S","barcode":"","position":1,"option1":"Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b7be5173604c6b9338395487152bd3aa.jpeg","path":"b7be5173604c6b9338395487152bd3aa.jpeg","width":1431,"height":1431,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":43.89,"min_quantity":1}],"weight":"550","compare_at_price":"55","price":"43.89","retail_price":"55","available":true,"url":"\/products\/letter-print-skull-hoodie-track-set?variant=a805d7cc-298f-4c78-b7b7-71e3f230c2f8","available_quantity":999999999,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"S"}],"off_ratio":20,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}