${function() {
const variantData = data.variant || {"id":"9ebbde77-3ffd-48fd-bc10-436ee7c47cfc","product_id":"88f59b4e-80d8-4c64-8705-fe763ecb301a","title":"Light_Gray-S","weight_unit":"g","inventory_quantity":999,"sku":"XHtFsHjxc-Light_Gray-S","barcode":"","position":1,"option1":"Light_Gray","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/edec064b7f4f6851005de1efb9b2a734.jpeg","path":"edec064b7f4f6851005de1efb9b2a734.jpeg","width":1056,"height":1056,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":48.89,"min_quantity":1}],"weight":"550","compare_at_price":"65","price":"48.89","retail_price":"65","available":true,"url":"\/products\/fashionable-and-personalized-street-style-printed-bell-bottom-pants-suit?variant=9ebbde77-3ffd-48fd-bc10-436ee7c47cfc","available_quantity":999999999,"options":[{"name":"Color","value":"Light_Gray"},{"name":"Size","value":"S"}],"off_ratio":25,"flashsale_info":[],"sales":0};
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 : XHtFsHjxc-Light_Gray-S
Weight : 550g
${function(){
const variantData = data.variant || {"id":"9ebbde77-3ffd-48fd-bc10-436ee7c47cfc","product_id":"88f59b4e-80d8-4c64-8705-fe763ecb301a","title":"Light_Gray-S","weight_unit":"g","inventory_quantity":999,"sku":"XHtFsHjxc-Light_Gray-S","barcode":"","position":1,"option1":"Light_Gray","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/edec064b7f4f6851005de1efb9b2a734.jpeg","path":"edec064b7f4f6851005de1efb9b2a734.jpeg","width":1056,"height":1056,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":48.89,"min_quantity":1}],"weight":"550","compare_at_price":"65","price":"48.89","retail_price":"65","available":true,"url":"\/products\/fashionable-and-personalized-street-style-printed-bell-bottom-pants-suit?variant=9ebbde77-3ffd-48fd-bc10-436ee7c47cfc","available_quantity":999999999,"options":[{"name":"Color","value":"Light_Gray"},{"name":"Size","value":"S"}],"off_ratio":25,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}