${function() {
const variantData = data.variant || {"id":"447b410c-c83d-4840-b058-1cd889f54df8","product_id":"3d45acc0-251a-4b8a-9999-1d0d8575ec72","title":"white-S","weight_unit":"g","inventory_quantity":999,"sku":"1725051469939761154","barcode":"","position":1,"option1":"white","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/523d783646594f52671cde6063401a12.png","path":"523d783646594f52671cde6063401a12.png","width":800,"height":800,"alt":"0b8932f98dc3324856722ce76af9df6b","aspect_ratio":1},"wholesale_price":[{"price":28.22,"min_quantity":1}],"weight":"200","compare_at_price":"0","price":"28.22","retail_price":"0","available":true,"url":"\/products\/oversized-911-gt3-graphic-hoodie?variant=447b410c-c83d-4840-b058-1cd889f54df8","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 : 1725051469939761154
Weight : 200g
${function(){
const variantData = data.variant || {"id":"447b410c-c83d-4840-b058-1cd889f54df8","product_id":"3d45acc0-251a-4b8a-9999-1d0d8575ec72","title":"white-S","weight_unit":"g","inventory_quantity":999,"sku":"1725051469939761154","barcode":"","position":1,"option1":"white","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/523d783646594f52671cde6063401a12.png","path":"523d783646594f52671cde6063401a12.png","width":800,"height":800,"alt":"0b8932f98dc3324856722ce76af9df6b","aspect_ratio":1},"wholesale_price":[{"price":28.22,"min_quantity":1}],"weight":"200","compare_at_price":"0","price":"28.22","retail_price":"0","available":true,"url":"\/products\/oversized-911-gt3-graphic-hoodie?variant=447b410c-c83d-4840-b058-1cd889f54df8","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}
`
}()}