${function() {
const variantData = data.variant || {"id":"ed61e6fb-9721-489e-adfe-7328ec04de6a","product_id":"e7600ab8-3f3d-4dd3-9bcf-57dd8ddac049","title":"Khaki-S","weight_unit":"g","inventory_quantity":999,"sku":"XHOeuObfI-Khaki-S","barcode":"","position":1,"option1":"Khaki","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4b4555361c0c5a6beb8fd6a7ccb98f65.jpeg","path":"4b4555361c0c5a6beb8fd6a7ccb98f65.jpeg","width":1080,"height":1080,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":35.89,"min_quantity":1}],"weight":"600","compare_at_price":"40","price":"35.89","retail_price":"40","available":true,"url":"\/products\/vintage-snake-print-jeans-stacked-pants?variant=ed61e6fb-9721-489e-adfe-7328ec04de6a","available_quantity":999999999,"options":[{"name":"Color","value":"Khaki"},{"name":"Size","value":"S"}],"off_ratio":10,"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 : XHOeuObfI-Khaki-S
Weight : 600g
${function(){
const variantData = data.variant || {"id":"ed61e6fb-9721-489e-adfe-7328ec04de6a","product_id":"e7600ab8-3f3d-4dd3-9bcf-57dd8ddac049","title":"Khaki-S","weight_unit":"g","inventory_quantity":999,"sku":"XHOeuObfI-Khaki-S","barcode":"","position":1,"option1":"Khaki","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4b4555361c0c5a6beb8fd6a7ccb98f65.jpeg","path":"4b4555361c0c5a6beb8fd6a7ccb98f65.jpeg","width":1080,"height":1080,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":35.89,"min_quantity":1}],"weight":"600","compare_at_price":"40","price":"35.89","retail_price":"40","available":true,"url":"\/products\/vintage-snake-print-jeans-stacked-pants?variant=ed61e6fb-9721-489e-adfe-7328ec04de6a","available_quantity":999999999,"options":[{"name":"Color","value":"Khaki"},{"name":"Size","value":"S"}],"off_ratio":10,"flashsale_info":[],"sales":1};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}