people are viewing this right now
${function() {
const variantData = data.variant || {"id":"69e62987-0341-4675-b789-1e7bf2ed7df6","product_id":"4dba0a1b-cb12-4b59-87b6-a384eab546a8","title":"White-S:Bust45.67\"","weight_unit":"kg","inventory_quantity":1000,"sku":"YP10955_W_S","barcode":"","position":1,"option1":"White","option2":"S:Bust45.67\"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/82578080880c9353792839639f362b2c.jpeg","path":"82578080880c9353792839639f362b2c.jpeg","width":600,"height":800,"alt":"Women Long Sleeve V-neck Knitted Sweater Top","aspect_ratio":0.75},"wholesale_price":[{"price":33.59,"min_quantity":1}],"weight":"0.2","compare_at_price":"0","price":"33.59","retail_price":"0","available":true,"url":"\/products\/women-plus-size-clothing-yp10955?variant=69e62987-0341-4675-b789-1e7bf2ed7df6","available_quantity":1000,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"S:Bust45.67\""}],"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 : YP10955_W_S
Weight : 0.2kg
${function(){
const variantData = data.variant || {"id":"69e62987-0341-4675-b789-1e7bf2ed7df6","product_id":"4dba0a1b-cb12-4b59-87b6-a384eab546a8","title":"White-S:Bust45.67\"","weight_unit":"kg","inventory_quantity":1000,"sku":"YP10955_W_S","barcode":"","position":1,"option1":"White","option2":"S:Bust45.67\"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/82578080880c9353792839639f362b2c.jpeg","path":"82578080880c9353792839639f362b2c.jpeg","width":600,"height":800,"alt":"Women Long Sleeve V-neck Knitted Sweater Top","aspect_ratio":0.75},"wholesale_price":[{"price":33.59,"min_quantity":1}],"weight":"0.2","compare_at_price":"0","price":"33.59","retail_price":"0","available":true,"url":"\/products\/women-plus-size-clothing-yp10955?variant=69e62987-0341-4675-b789-1e7bf2ed7df6","available_quantity":1000,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"S:Bust45.67\""}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}