${function() {
const variantData = data.variant || {"id":"4e951bb6-baa8-4005-80a2-53e0acd572d8","product_id":"600f610b-76a9-4313-a7a7-1f6d2f01f903","title":"Army_Green-S","weight_unit":"g","inventory_quantity":999,"sku":"XH5iwVlv0-Army_Green-S","barcode":"","position":1,"option1":"Army_Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/957c88f073741d70ce70b8dee0a13013.jpeg","path":"957c88f073741d70ce70b8dee0a13013.jpeg","width":1023,"height":1023,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"350","compare_at_price":"48","price":"39.99","retail_price":"48","available":true,"url":"\/products\/personalized-street-style-fashion-loose-camouflage-pants?variant=4e951bb6-baa8-4005-80a2-53e0acd572d8","available_quantity":999999999,"options":[{"name":"Color","value":"Army_Green"},{"name":"Size","value":"S"}],"off_ratio":17,"flashsale_info":[],"sales":3};
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 : XH5iwVlv0-Army_Green-S
Weight : 350g
${function(){
const variantData = data.variant || {"id":"4e951bb6-baa8-4005-80a2-53e0acd572d8","product_id":"600f610b-76a9-4313-a7a7-1f6d2f01f903","title":"Army_Green-S","weight_unit":"g","inventory_quantity":999,"sku":"XH5iwVlv0-Army_Green-S","barcode":"","position":1,"option1":"Army_Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/957c88f073741d70ce70b8dee0a13013.jpeg","path":"957c88f073741d70ce70b8dee0a13013.jpeg","width":1023,"height":1023,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"350","compare_at_price":"48","price":"39.99","retail_price":"48","available":true,"url":"\/products\/personalized-street-style-fashion-loose-camouflage-pants?variant=4e951bb6-baa8-4005-80a2-53e0acd572d8","available_quantity":999999999,"options":[{"name":"Color","value":"Army_Green"},{"name":"Size","value":"S"}],"off_ratio":17,"flashsale_info":[],"sales":3};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}