${function() {
const variantData = data.variant || {"id":"93a38b5d-9989-43fb-8577-96bfcc0807f4","product_id":"7f5b1165-76df-4eff-965d-9a866144f2ee","title":"white-One Size","weight_unit":"kg","inventory_quantity":200,"sku":"UR0873-white-One Size","barcode":"","position":1,"option1":"white","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7f8d23dbf43fa4c13710137e6dbaf7be.jpeg","path":"7f8d23dbf43fa4c13710137e6dbaf7be.jpeg","width":600,"height":800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":52.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"67.99","price":"52.99","retail_price":"67.99","available":true,"url":"\/products\/womens-fashion-v-neck-knitted-high-waist-wide-leg-pants-two-piece-set?variant=93a38b5d-9989-43fb-8577-96bfcc0807f4","available_quantity":200,"options":[{"name":"color","value":"white"},{"name":"size","value":"One Size"}],"off_ratio":22,"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 : UR0873-white-One Size
Weight : 0.3kg
${function(){
const variantData = data.variant || {"id":"93a38b5d-9989-43fb-8577-96bfcc0807f4","product_id":"7f5b1165-76df-4eff-965d-9a866144f2ee","title":"white-One Size","weight_unit":"kg","inventory_quantity":200,"sku":"UR0873-white-One Size","barcode":"","position":1,"option1":"white","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7f8d23dbf43fa4c13710137e6dbaf7be.jpeg","path":"7f8d23dbf43fa4c13710137e6dbaf7be.jpeg","width":600,"height":800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":52.99,"min_quantity":1}],"weight":"0.3","compare_at_price":"67.99","price":"52.99","retail_price":"67.99","available":true,"url":"\/products\/womens-fashion-v-neck-knitted-high-waist-wide-leg-pants-two-piece-set?variant=93a38b5d-9989-43fb-8577-96bfcc0807f4","available_quantity":200,"options":[{"name":"color","value":"white"},{"name":"size","value":"One Size"}],"off_ratio":22,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}