${function() {
const variantData = data.variant || {"id":"e06fad30-7133-4087-8e60-65be6ea68246","product_id":"7fa1f128-ef0e-4132-b07f-03c08c352e3f","title":"Purple-S","weight_unit":"g","inventory_quantity":9999,"sku":"XHUIKKlMJ-Purple-S","barcode":"","position":1,"option1":"Purple","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c831a023e4dbbe6b343553e189230094.jpeg","path":"c831a023e4dbbe6b343553e189230094.jpeg","width":1440,"height":1440,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":18.89,"min_quantity":1}],"weight":"350","compare_at_price":"33","price":"18.89","retail_price":"33","available":true,"url":"\/products\/tyrannosaurus-casual-street-retro-washed-basketball-t-shirt?variant=e06fad30-7133-4087-8e60-65be6ea68246","available_quantity":999999999,"options":[{"name":"Color","value":"Purple"},{"name":"Size","value":"S"}],"off_ratio":43,"flashsale_info":[],"sales":1};
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 : XHUIKKlMJ-Purple-S
Weight : 350g
${function(){
const variantData = data.variant || {"id":"e06fad30-7133-4087-8e60-65be6ea68246","product_id":"7fa1f128-ef0e-4132-b07f-03c08c352e3f","title":"Purple-S","weight_unit":"g","inventory_quantity":9999,"sku":"XHUIKKlMJ-Purple-S","barcode":"","position":1,"option1":"Purple","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c831a023e4dbbe6b343553e189230094.jpeg","path":"c831a023e4dbbe6b343553e189230094.jpeg","width":1440,"height":1440,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":18.89,"min_quantity":1}],"weight":"350","compare_at_price":"33","price":"18.89","retail_price":"33","available":true,"url":"\/products\/tyrannosaurus-casual-street-retro-washed-basketball-t-shirt?variant=e06fad30-7133-4087-8e60-65be6ea68246","available_quantity":999999999,"options":[{"name":"Color","value":"Purple"},{"name":"Size","value":"S"}],"off_ratio":43,"flashsale_info":[],"sales":1};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}