${function() {
const variantData = data.variant || {"id":"e135fcd7-6378-48f8-a957-d8338b23c584","product_id":"e2a1350b-fcb7-45c9-acd4-0f39748b4ed7","title":"Brown-S","weight_unit":"g","inventory_quantity":9999,"sku":"XHVe1vBfW-Brown-S","barcode":"","position":1,"option1":"Brown","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d689973d546f01159ddd886edc5e6389.jpeg","path":"d689973d546f01159ddd886edc5e6389.jpeg","width":2046,"height":2045,"alt":"","aspect_ratio":1.0004889975550122},"wholesale_price":[{"price":39.89,"min_quantity":1}],"weight":"666","compare_at_price":"88","price":"39.89","retail_price":"88","available":true,"url":"\/products\/cashew-pattern-casual-street-jeans?variant=e135fcd7-6378-48f8-a957-d8338b23c584","available_quantity":999999999,"options":[{"name":"Color","value":"Brown"},{"name":"Size","value":"S"}],"off_ratio":55,"flashsale_info":[],"sales":13};
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 : XHVe1vBfW-Brown-S
Weight : 666g
${function(){
const variantData = data.variant || {"id":"e135fcd7-6378-48f8-a957-d8338b23c584","product_id":"e2a1350b-fcb7-45c9-acd4-0f39748b4ed7","title":"Brown-S","weight_unit":"g","inventory_quantity":9999,"sku":"XHVe1vBfW-Brown-S","barcode":"","position":1,"option1":"Brown","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d689973d546f01159ddd886edc5e6389.jpeg","path":"d689973d546f01159ddd886edc5e6389.jpeg","width":2046,"height":2045,"alt":"","aspect_ratio":1.0004889975550122},"wholesale_price":[{"price":39.89,"min_quantity":1}],"weight":"666","compare_at_price":"88","price":"39.89","retail_price":"88","available":true,"url":"\/products\/cashew-pattern-casual-street-jeans?variant=e135fcd7-6378-48f8-a957-d8338b23c584","available_quantity":999999999,"options":[{"name":"Color","value":"Brown"},{"name":"Size","value":"S"}],"off_ratio":55,"flashsale_info":[],"sales":13};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}