${function() {
const variantData = data.variant || {"id":"c45f106a-a67a-43e5-9f48-8afeb6f21daf","product_id":"1f544107-2c5a-48d5-bfaf-3cfe1d9fe86d","title":"White-S","weight_unit":"g","inventory_quantity":9999,"sku":"XHeOLOTvu-White-S","barcode":"","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/837764f8c77708170d20bc80a97c36ec.jpeg","path":"837764f8c77708170d20bc80a97c36ec.jpeg","width":461,"height":461,"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\/violent-dunk-print-casual-retro-basketball-t-shirt?variant=c45f106a-a67a-43e5-9f48-8afeb6f21daf","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"S"}],"off_ratio":43,"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 : XHeOLOTvu-White-S
Weight : 350g
${function(){
const variantData = data.variant || {"id":"c45f106a-a67a-43e5-9f48-8afeb6f21daf","product_id":"1f544107-2c5a-48d5-bfaf-3cfe1d9fe86d","title":"White-S","weight_unit":"g","inventory_quantity":9999,"sku":"XHeOLOTvu-White-S","barcode":"","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/837764f8c77708170d20bc80a97c36ec.jpeg","path":"837764f8c77708170d20bc80a97c36ec.jpeg","width":461,"height":461,"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\/violent-dunk-print-casual-retro-basketball-t-shirt?variant=c45f106a-a67a-43e5-9f48-8afeb6f21daf","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"S"}],"off_ratio":43,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}