${function() {
const variantData = data.variant || {"id":"ae5dcea6-5d1f-4a97-b4ff-c663607ce704","product_id":"2d4cd443-7335-41be-bb2d-9b1a11ec75fe","title":"Black-S","weight_unit":"g","inventory_quantity":999,"sku":"XHeapJizT-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/fc79676689a51f539cf0e7f23015e15b.jpeg","path":"fc79676689a51f539cf0e7f23015e15b.jpeg","width":980,"height":980,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.89,"min_quantity":1}],"weight":"300","compare_at_price":"39","price":"29.89","retail_price":"39","available":true,"url":"\/products\/letter-paint-splatter-print-drawstring-flared-trousers?variant=ae5dcea6-5d1f-4a97-b4ff-c663607ce704","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":23,"flashsale_info":[],"sales":2};
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 : XHeapJizT-Black-S
Weight : 300g
${function(){
const variantData = data.variant || {"id":"ae5dcea6-5d1f-4a97-b4ff-c663607ce704","product_id":"2d4cd443-7335-41be-bb2d-9b1a11ec75fe","title":"Black-S","weight_unit":"g","inventory_quantity":999,"sku":"XHeapJizT-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/fc79676689a51f539cf0e7f23015e15b.jpeg","path":"fc79676689a51f539cf0e7f23015e15b.jpeg","width":980,"height":980,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.89,"min_quantity":1}],"weight":"300","compare_at_price":"39","price":"29.89","retail_price":"39","available":true,"url":"\/products\/letter-paint-splatter-print-drawstring-flared-trousers?variant=ae5dcea6-5d1f-4a97-b4ff-c663607ce704","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":23,"flashsale_info":[],"sales":2};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}