people are viewing this right now
${function() {
const variantData = data.variant || {"id":"485d23da-efbb-4039-90be-298ca2661660","product_id":"66339e24-c54f-4e38-803d-2069bd3dc6a9","title":"Red-S:Bust39.37\"","weight_unit":"kg","inventory_quantity":1000,"sku":"YP10808_R_S","barcode":"","position":1,"option1":"Red","option2":"S:Bust39.37\"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/785c9f31641957dace8009d33986300a.jpeg","path":"785c9f31641957dace8009d33986300a.jpeg","width":900,"height":1200,"alt":"Women's Long Sleeve V-neck Hooded Sweater Top","aspect_ratio":0.75},"wholesale_price":[{"price":34.53,"min_quantity":1}],"weight":"0.25","compare_at_price":"0","price":"34.53","retail_price":"0","available":true,"url":"\/products\/women-plus-size-clothing-yp10808?variant=485d23da-efbb-4039-90be-298ca2661660","available_quantity":1000,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"S:Bust39.37\""}],"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 : YP10808_R_S
Weight : 0.25kg
${function(){
const variantData = data.variant || {"id":"485d23da-efbb-4039-90be-298ca2661660","product_id":"66339e24-c54f-4e38-803d-2069bd3dc6a9","title":"Red-S:Bust39.37\"","weight_unit":"kg","inventory_quantity":1000,"sku":"YP10808_R_S","barcode":"","position":1,"option1":"Red","option2":"S:Bust39.37\"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/785c9f31641957dace8009d33986300a.jpeg","path":"785c9f31641957dace8009d33986300a.jpeg","width":900,"height":1200,"alt":"Women's Long Sleeve V-neck Hooded Sweater Top","aspect_ratio":0.75},"wholesale_price":[{"price":34.53,"min_quantity":1}],"weight":"0.25","compare_at_price":"0","price":"34.53","retail_price":"0","available":true,"url":"\/products\/women-plus-size-clothing-yp10808?variant=485d23da-efbb-4039-90be-298ca2661660","available_quantity":1000,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"S:Bust39.37\""}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}