people are viewing this right now
${function() {
const variantData = data.variant || {"id":"0a95e9da-3e31-4b17-8ede-322ab8f8fef1","product_id":"f3f3c147-eca1-4906-8215-c3554a109325","title":"Light Blue-S:Waist 27.56\"\/70cm","weight_unit":"kg","inventory_quantity":1000,"sku":"YP20365_LBL_S","barcode":"","position":1,"option1":"Light Blue","option2":"S:Waist 27.56\"\/70cm","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7e87436cffec07a8825bb2855ac18693.jpeg","path":"7e87436cffec07a8825bb2855ac18693.jpeg","width":600,"height":800,"alt":"Women Bottoms Jeans Graphic","aspect_ratio":0.75},"wholesale_price":[{"price":42.96,"min_quantity":1}],"weight":"0.2","compare_at_price":"0","price":"42.96","retail_price":"0","available":true,"url":"\/products\/women-plus-size-clothing-yp20365?variant=0a95e9da-3e31-4b17-8ede-322ab8f8fef1","available_quantity":1000,"options":[{"name":"Color","value":"Light Blue"},{"name":"Size","value":"S:Waist 27.56\"\/70cm"}],"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 : YP20365_LBL_S
Weight : 0.2kg
${function(){
const variantData = data.variant || {"id":"0a95e9da-3e31-4b17-8ede-322ab8f8fef1","product_id":"f3f3c147-eca1-4906-8215-c3554a109325","title":"Light Blue-S:Waist 27.56\"\/70cm","weight_unit":"kg","inventory_quantity":1000,"sku":"YP20365_LBL_S","barcode":"","position":1,"option1":"Light Blue","option2":"S:Waist 27.56\"\/70cm","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7e87436cffec07a8825bb2855ac18693.jpeg","path":"7e87436cffec07a8825bb2855ac18693.jpeg","width":600,"height":800,"alt":"Women Bottoms Jeans Graphic","aspect_ratio":0.75},"wholesale_price":[{"price":42.96,"min_quantity":1}],"weight":"0.2","compare_at_price":"0","price":"42.96","retail_price":"0","available":true,"url":"\/products\/women-plus-size-clothing-yp20365?variant=0a95e9da-3e31-4b17-8ede-322ab8f8fef1","available_quantity":1000,"options":[{"name":"Color","value":"Light Blue"},{"name":"Size","value":"S:Waist 27.56\"\/70cm"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}