${function() {
const variantData = data.variant || {"id":"ea032b69-6884-43bf-92c7-96f49cab5f77","product_id":"13eef7e6-be83-4a99-be8c-45ecf1e59c75","title":"shorts 2-XS","weight_unit":"kg","inventory_quantity":1000,"sku":"shorts 2 XS-41451367","barcode":"","position":6,"option1":"shorts 2","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d08d30f519be8aa8428f9a02139123cb.jpeg","path":"d08d30f519be8aa8428f9a02139123cb.jpeg","width":1200,"height":1500,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":19.53,"min_quantity":1}],"weight":"0","compare_at_price":"19.53","price":"19.53","retail_price":"19.53","available":true,"url":"\/products\/womens-seamless-solid-color-fitness-high-waist-workout-street-short-208565422812?variant=ea032b69-6884-43bf-92c7-96f49cab5f77","available_quantity":999999999,"options":[{"name":"Color","value":"shorts 2"},{"name":"Size","value":"XS"}],"off_ratio":0,"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 : shorts 2 XS-41451367
${function(){
const variantData = data.variant || {"id":"ea032b69-6884-43bf-92c7-96f49cab5f77","product_id":"13eef7e6-be83-4a99-be8c-45ecf1e59c75","title":"shorts 2-XS","weight_unit":"kg","inventory_quantity":1000,"sku":"shorts 2 XS-41451367","barcode":"","position":6,"option1":"shorts 2","option2":"XS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d08d30f519be8aa8428f9a02139123cb.jpeg","path":"d08d30f519be8aa8428f9a02139123cb.jpeg","width":1200,"height":1500,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":19.53,"min_quantity":1}],"weight":"0","compare_at_price":"19.53","price":"19.53","retail_price":"19.53","available":true,"url":"\/products\/womens-seamless-solid-color-fitness-high-waist-workout-street-short-208565422812?variant=ea032b69-6884-43bf-92c7-96f49cab5f77","available_quantity":999999999,"options":[{"name":"Color","value":"shorts 2"},{"name":"Size","value":"XS"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}