${function() {
const variantData = data.variant || {"id":"3e67ae61-2b68-4914-823c-4e2c2d341eb7","product_id":"3fd5a36a-68bc-4080-8e84-78995ddf1eb0","title":"Dark blue-S","weight_unit":"g","inventory_quantity":999,"sku":"1697146536674611202","barcode":"","position":1,"option1":"Dark blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d28faaded7bd8ce8090866a439668d62.jpeg","path":"d28faaded7bd8ce8090866a439668d62.jpeg","width":1300,"height":1300,"alt":"9507a664dff8cca841079aeffa4c7279","aspect_ratio":1},"wholesale_price":[{"price":30.7,"min_quantity":1}],"weight":"500","compare_at_price":"0","price":"30.7","retail_price":"0","available":true,"url":"\/products\/vintage-unisex-monte-carlo-country-club-hoodie-sweatshirt?variant=3e67ae61-2b68-4914-823c-4e2c2d341eb7","available_quantity":999999999,"options":[{"name":"Color","value":"Dark blue"},{"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 : 1697146536674611202
Weight : 500g
${function(){
const variantData = data.variant || {"id":"3e67ae61-2b68-4914-823c-4e2c2d341eb7","product_id":"3fd5a36a-68bc-4080-8e84-78995ddf1eb0","title":"Dark blue-S","weight_unit":"g","inventory_quantity":999,"sku":"1697146536674611202","barcode":"","position":1,"option1":"Dark blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d28faaded7bd8ce8090866a439668d62.jpeg","path":"d28faaded7bd8ce8090866a439668d62.jpeg","width":1300,"height":1300,"alt":"9507a664dff8cca841079aeffa4c7279","aspect_ratio":1},"wholesale_price":[{"price":30.7,"min_quantity":1}],"weight":"500","compare_at_price":"0","price":"30.7","retail_price":"0","available":true,"url":"\/products\/vintage-unisex-monte-carlo-country-club-hoodie-sweatshirt?variant=3e67ae61-2b68-4914-823c-4e2c2d341eb7","available_quantity":999999999,"options":[{"name":"Color","value":"Dark blue"},{"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}
`
}()}