people are viewing this right now
${function() {
const variantData = data.variant || {"id":"38fe6fa7-46ee-49eb-bf7c-3fb1fa3721c8","product_id":"6eafe725-19c6-4b89-9cc0-cd1d37cb7e11","title":"Yellow-S:Bust38.98\"","weight_unit":"kg","inventory_quantity":999,"sku":"YP10816_Y_S","barcode":"","position":1,"option1":"Yellow","option2":"S:Bust38.98\"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1569c42b21f254bf0438cccdc3da3623.jpeg","path":"1569c42b21f254bf0438cccdc3da3623.jpeg","width":650,"height":867,"alt":"Women's Long Sleeve V-neck Sweater Top","aspect_ratio":0.7497116493656286},"wholesale_price":[{"price":30.99,"min_quantity":1}],"weight":"0.25","compare_at_price":"0","price":"30.99","retail_price":"0","available":true,"url":"\/products\/women-plus-size-clothing-yp10816?variant=38fe6fa7-46ee-49eb-bf7c-3fb1fa3721c8","available_quantity":999,"options":[{"name":"Color","value":"Yellow"},{"name":"Size","value":"S:Bust38.98\""}],"off_ratio":0,"flashsale_info":[],"sales":3};
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 : YP10816_Y_S
Weight : 0.25kg
${function(){
const variantData = data.variant || {"id":"38fe6fa7-46ee-49eb-bf7c-3fb1fa3721c8","product_id":"6eafe725-19c6-4b89-9cc0-cd1d37cb7e11","title":"Yellow-S:Bust38.98\"","weight_unit":"kg","inventory_quantity":999,"sku":"YP10816_Y_S","barcode":"","position":1,"option1":"Yellow","option2":"S:Bust38.98\"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1569c42b21f254bf0438cccdc3da3623.jpeg","path":"1569c42b21f254bf0438cccdc3da3623.jpeg","width":650,"height":867,"alt":"Women's Long Sleeve V-neck Sweater Top","aspect_ratio":0.7497116493656286},"wholesale_price":[{"price":30.99,"min_quantity":1}],"weight":"0.25","compare_at_price":"0","price":"30.99","retail_price":"0","available":true,"url":"\/products\/women-plus-size-clothing-yp10816?variant=38fe6fa7-46ee-49eb-bf7c-3fb1fa3721c8","available_quantity":999,"options":[{"name":"Color","value":"Yellow"},{"name":"Size","value":"S:Bust38.98\""}],"off_ratio":0,"flashsale_info":[],"sales":3};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}