people are viewing this right now
${function() {
const variantData = data.variant || {"id":"b7321082-0213-4110-a4aa-d17f07f061d1","product_id":"fb4dd6b2-4530-476c-a1c0-a1c7d0d028fc","title":"Gray-S:Bust37.4\"","weight_unit":"kg","inventory_quantity":1000,"sku":"YP10994_GR_S","barcode":"","position":1,"option1":"Gray","option2":"S:Bust37.4\"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d20f331f8d8732540bd386c2ca06cacd.jpeg","path":"d20f331f8d8732540bd386c2ca06cacd.jpeg","width":631,"height":841,"alt":"Women Long Sleeve Scoop Neck Printed Midi Dress","aspect_ratio":0.7502972651605232},"wholesale_price":[{"price":22.26,"min_quantity":1}],"weight":"0.2","compare_at_price":"0","price":"22.26","retail_price":"0","available":true,"url":"\/products\/women-plus-size-clothing-yp10994?variant=b7321082-0213-4110-a4aa-d17f07f061d1","available_quantity":1000,"options":[{"name":"Color","value":"Gray"},{"name":"Size","value":"S:Bust37.4\""}],"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 : YP10994_GR_S
Weight : 0.2kg
${function(){
const variantData = data.variant || {"id":"b7321082-0213-4110-a4aa-d17f07f061d1","product_id":"fb4dd6b2-4530-476c-a1c0-a1c7d0d028fc","title":"Gray-S:Bust37.4\"","weight_unit":"kg","inventory_quantity":1000,"sku":"YP10994_GR_S","barcode":"","position":1,"option1":"Gray","option2":"S:Bust37.4\"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d20f331f8d8732540bd386c2ca06cacd.jpeg","path":"d20f331f8d8732540bd386c2ca06cacd.jpeg","width":631,"height":841,"alt":"Women Long Sleeve Scoop Neck Printed Midi Dress","aspect_ratio":0.7502972651605232},"wholesale_price":[{"price":22.26,"min_quantity":1}],"weight":"0.2","compare_at_price":"0","price":"22.26","retail_price":"0","available":true,"url":"\/products\/women-plus-size-clothing-yp10994?variant=b7321082-0213-4110-a4aa-d17f07f061d1","available_quantity":1000,"options":[{"name":"Color","value":"Gray"},{"name":"Size","value":"S:Bust37.4\""}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}