${function() {
const variantData = data.variant || {"id":"18e0eb7a-977d-4502-b997-88573a715d18","product_id":"34f8c278-ddb0-4759-a095-6ae4038f114f","title":"Black-35","weight_unit":"kg","inventory_quantity":1000,"sku":"QZJYL7oshE-Black-35","barcode":"","position":1,"option1":"Black","option2":"35","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/68439dfdf553b4b279d30eecb14c66b0.jpeg","path":"68439dfdf553b4b279d30eecb14c66b0.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":33.99,"min_quantity":1}],"weight":"0","compare_at_price":"45.99","price":"33.99","retail_price":"45.99","available":true,"url":"\/products\/rhinestone-mid-heel-pointed-toe-sandals?variant=18e0eb7a-977d-4502-b997-88573a715d18","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"35"}],"off_ratio":26,"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 : QZJYL7oshE-Black-35
${function(){
const variantData = data.variant || {"id":"18e0eb7a-977d-4502-b997-88573a715d18","product_id":"34f8c278-ddb0-4759-a095-6ae4038f114f","title":"Black-35","weight_unit":"kg","inventory_quantity":1000,"sku":"QZJYL7oshE-Black-35","barcode":"","position":1,"option1":"Black","option2":"35","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/68439dfdf553b4b279d30eecb14c66b0.jpeg","path":"68439dfdf553b4b279d30eecb14c66b0.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":33.99,"min_quantity":1}],"weight":"0","compare_at_price":"45.99","price":"33.99","retail_price":"45.99","available":true,"url":"\/products\/rhinestone-mid-heel-pointed-toe-sandals?variant=18e0eb7a-977d-4502-b997-88573a715d18","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"35"}],"off_ratio":26,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}