${function() {
const variantData = data.variant || {"id":"7f5e584a-cdeb-4425-8e7e-9be314f04d51","product_id":"ebce5e92-58a3-4b7d-9241-8b9f73877b46","title":"Same_As_Photo-S","weight_unit":"g","inventory_quantity":999,"sku":"XHZqZlA2N-Same_As_Photo-S","barcode":"","position":1,"option1":"Same_As_Photo","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b9001472a24584f05ac6acfd815b5189.jpeg","path":"b9001472a24584f05ac6acfd815b5189.jpeg","width":1830,"height":1830,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":31.89,"min_quantity":1}],"weight":"400","compare_at_price":"45","price":"31.89","retail_price":"45","available":true,"url":"\/products\/vintage-pattern-tapestry-hoodie?variant=7f5e584a-cdeb-4425-8e7e-9be314f04d51","available_quantity":999999999,"options":[{"name":"Color","value":"Same_As_Photo"},{"name":"Size","value":"S"}],"off_ratio":29,"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 : XHZqZlA2N-Same_As_Photo-S
Weight : 400g
${function(){
const variantData = data.variant || {"id":"7f5e584a-cdeb-4425-8e7e-9be314f04d51","product_id":"ebce5e92-58a3-4b7d-9241-8b9f73877b46","title":"Same_As_Photo-S","weight_unit":"g","inventory_quantity":999,"sku":"XHZqZlA2N-Same_As_Photo-S","barcode":"","position":1,"option1":"Same_As_Photo","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b9001472a24584f05ac6acfd815b5189.jpeg","path":"b9001472a24584f05ac6acfd815b5189.jpeg","width":1830,"height":1830,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":31.89,"min_quantity":1}],"weight":"400","compare_at_price":"45","price":"31.89","retail_price":"45","available":true,"url":"\/products\/vintage-pattern-tapestry-hoodie?variant=7f5e584a-cdeb-4425-8e7e-9be314f04d51","available_quantity":999999999,"options":[{"name":"Color","value":"Same_As_Photo"},{"name":"Size","value":"S"}],"off_ratio":29,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}