people are viewing this right now
${function() {
const variantData = data.variant || {"id":"75ab39cd-4b99-497b-96d3-a9f15fde5d82","product_id":"70204159-99bc-4e1e-8799-f5db47b07d80","title":"Red-S:Bust37.8\"","weight_unit":"kg","inventory_quantity":1000,"sku":"YP20023_R_S","barcode":"","position":1,"option1":"Red","option2":"S:Bust37.8\"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/578df78c05762417042b7a8a20ccb462.jpeg","path":"578df78c05762417042b7a8a20ccb462.jpeg","width":667,"height":890,"alt":"Women 3\/4 Sleeve V-neck Printed Tops","aspect_ratio":0.749438202247191},"wholesale_price":[{"price":26.71,"min_quantity":1}],"weight":"0.2","compare_at_price":"0","price":"26.71","retail_price":"0","available":true,"url":"\/products\/women-plus-size-clothing-yp20023?variant=75ab39cd-4b99-497b-96d3-a9f15fde5d82","available_quantity":1000,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"S:Bust37.8\""}],"off_ratio":0,"flashsale_info":[],"sales":4};
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 : YP20023_R_S
Weight : 0.2kg
${function(){
const variantData = data.variant || {"id":"75ab39cd-4b99-497b-96d3-a9f15fde5d82","product_id":"70204159-99bc-4e1e-8799-f5db47b07d80","title":"Red-S:Bust37.8\"","weight_unit":"kg","inventory_quantity":1000,"sku":"YP20023_R_S","barcode":"","position":1,"option1":"Red","option2":"S:Bust37.8\"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/578df78c05762417042b7a8a20ccb462.jpeg","path":"578df78c05762417042b7a8a20ccb462.jpeg","width":667,"height":890,"alt":"Women 3\/4 Sleeve V-neck Printed Tops","aspect_ratio":0.749438202247191},"wholesale_price":[{"price":26.71,"min_quantity":1}],"weight":"0.2","compare_at_price":"0","price":"26.71","retail_price":"0","available":true,"url":"\/products\/women-plus-size-clothing-yp20023?variant=75ab39cd-4b99-497b-96d3-a9f15fde5d82","available_quantity":1000,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"S:Bust37.8\""}],"off_ratio":0,"flashsale_info":[],"sales":4};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}