${function() {
const variantData = data.variant || {"id":"dc6372a8-8b7f-436d-a5ca-e0687807b967","product_id":"bf42c32c-c9ee-449e-9f44-432ad9312f30","title":"Beige White-5.5","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Beige White","option2":"5.5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/00a0575d099682bd06c7e5683713ea15.webp","path":"00a0575d099682bd06c7e5683713ea15.webp","width":700,"height":700,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":27.47,"min_quantity":1}],"weight":"0","compare_at_price":"33.47","price":"27.47","retail_price":"33.47","available":true,"url":"\/products\/womens-high-top-sneaker-boots-comfortable-round-toe-drawstring-shoes-casual-warm-short-boots?variant=dc6372a8-8b7f-436d-a5ca-e0687807b967","available_quantity":999999999,"options":[{"name":"Color","value":"Beige White"},{"name":"Size","value":"5.5"}],"off_ratio":18,"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.
${function(){
const variantData = data.variant || {"id":"dc6372a8-8b7f-436d-a5ca-e0687807b967","product_id":"bf42c32c-c9ee-449e-9f44-432ad9312f30","title":"Beige White-5.5","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Beige White","option2":"5.5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/00a0575d099682bd06c7e5683713ea15.webp","path":"00a0575d099682bd06c7e5683713ea15.webp","width":700,"height":700,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":27.47,"min_quantity":1}],"weight":"0","compare_at_price":"33.47","price":"27.47","retail_price":"33.47","available":true,"url":"\/products\/womens-high-top-sneaker-boots-comfortable-round-toe-drawstring-shoes-casual-warm-short-boots?variant=dc6372a8-8b7f-436d-a5ca-e0687807b967","available_quantity":999999999,"options":[{"name":"Color","value":"Beige White"},{"name":"Size","value":"5.5"}],"off_ratio":18,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}