people are viewing this right now
${function() {
const variantData = data.variant || {"id":"e9520d28-9951-493d-8695-aff9aa568f77","product_id":"29197cac-7e8c-430f-856a-199983eb0ef8","title":"Light Green-S:Bust-140cm\/55.12\"","weight_unit":"kg","inventory_quantity":1000,"sku":"YP13095_LG_S","barcode":"","position":1,"option1":"Light Green","option2":"S:Bust-140cm\/55.12\"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/72062aab6e508e636e35f708154073f1.jpeg","path":"72062aab6e508e636e35f708154073f1.jpeg","width":600,"height":800,"alt":"Women Long Sleeve Scoop Neck Striped Top","aspect_ratio":0.75},"wholesale_price":[{"price":43.6,"min_quantity":1}],"weight":"0.2","compare_at_price":"0","price":"43.6","retail_price":"0","available":true,"url":"\/products\/women-plus-size-clothing-yp13095?variant=e9520d28-9951-493d-8695-aff9aa568f77","available_quantity":1000,"options":[{"name":"Color","value":"Light Green"},{"name":"Size","value":"S:Bust-140cm\/55.12\""}],"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 : YP13095_LG_S
Weight : 0.2kg
${function(){
const variantData = data.variant || {"id":"e9520d28-9951-493d-8695-aff9aa568f77","product_id":"29197cac-7e8c-430f-856a-199983eb0ef8","title":"Light Green-S:Bust-140cm\/55.12\"","weight_unit":"kg","inventory_quantity":1000,"sku":"YP13095_LG_S","barcode":"","position":1,"option1":"Light Green","option2":"S:Bust-140cm\/55.12\"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/72062aab6e508e636e35f708154073f1.jpeg","path":"72062aab6e508e636e35f708154073f1.jpeg","width":600,"height":800,"alt":"Women Long Sleeve Scoop Neck Striped Top","aspect_ratio":0.75},"wholesale_price":[{"price":43.6,"min_quantity":1}],"weight":"0.2","compare_at_price":"0","price":"43.6","retail_price":"0","available":true,"url":"\/products\/women-plus-size-clothing-yp13095?variant=e9520d28-9951-493d-8695-aff9aa568f77","available_quantity":1000,"options":[{"name":"Color","value":"Light Green"},{"name":"Size","value":"S:Bust-140cm\/55.12\""}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}