people are viewing this right now
${function() {
const variantData = data.variant || {"id":"3f893606-4190-492e-b8c4-e3cff49a8223","product_id":"d313945a-16e3-420b-a96a-e7ca69f38eed","title":"Blue-XS:Bust27.56\"","weight_unit":"kg","inventory_quantity":1000,"sku":"YP14326_BL_XS","barcode":"","position":1,"option1":"Blue","option2":"XS:Bust27.56\"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3927dd0178f902c1378149b25104e351.jpeg","path":"3927dd0178f902c1378149b25104e351.jpeg","width":450,"height":600,"alt":"Women Long Sleeve Scoop Neck Plaid Stitching Colorblock Top","aspect_ratio":0.75},"wholesale_price":[{"price":21.99,"min_quantity":1}],"weight":"0.2","compare_at_price":"0","price":"21.99","retail_price":"0","available":true,"url":"\/products\/women-plus-size-clothing-yp14326?variant=3f893606-4190-492e-b8c4-e3cff49a8223","available_quantity":1000,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"XS:Bust27.56\""}],"off_ratio":0,"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.
Sku : YP14326_BL_XS
Weight : 0.2kg
${function(){
const variantData = data.variant || {"id":"3f893606-4190-492e-b8c4-e3cff49a8223","product_id":"d313945a-16e3-420b-a96a-e7ca69f38eed","title":"Blue-XS:Bust27.56\"","weight_unit":"kg","inventory_quantity":1000,"sku":"YP14326_BL_XS","barcode":"","position":1,"option1":"Blue","option2":"XS:Bust27.56\"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3927dd0178f902c1378149b25104e351.jpeg","path":"3927dd0178f902c1378149b25104e351.jpeg","width":450,"height":600,"alt":"Women Long Sleeve Scoop Neck Plaid Stitching Colorblock Top","aspect_ratio":0.75},"wholesale_price":[{"price":21.99,"min_quantity":1}],"weight":"0.2","compare_at_price":"0","price":"21.99","retail_price":"0","available":true,"url":"\/products\/women-plus-size-clothing-yp14326?variant=3f893606-4190-492e-b8c4-e3cff49a8223","available_quantity":1000,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"XS:Bust27.56\""}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}