MOC-140773 SF-006 TRANSFORMERS VICTORY LEO
${function() {
const variantData = data.variant || {"id":"bcba1a57-6c29-428a-a8d1-41185e55b62d","product_id":"ca1b64e9-7736-45d8-b86c-e85c04f57667","title":"","weight_unit":"kg","inventory_quantity":1000,"sku":"A0530","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":17.95,"min_quantity":1}],"weight":"0.17","compare_at_price":"17.95","price":"17.95","retail_price":"17.95","available":true,"url":"\/products\/moc-140773-sf-006-transformers-victory-leo?variant=bcba1a57-6c29-428a-a8d1-41185e55b62d","available_quantity":1000,"options":[],"off_ratio":0,"flashsale_info":[],"sales":100};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
Product was out of stock.
Product is unavailable.
Sku : A0530
Weight : 0.17kg
${function(){
const variantData = data.variant || {"id":"bcba1a57-6c29-428a-a8d1-41185e55b62d","product_id":"ca1b64e9-7736-45d8-b86c-e85c04f57667","title":"","weight_unit":"kg","inventory_quantity":1000,"sku":"A0530","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":17.95,"min_quantity":1}],"weight":"0.17","compare_at_price":"17.95","price":"17.95","retail_price":"17.95","available":true,"url":"\/products\/moc-140773-sf-006-transformers-victory-leo?variant=bcba1a57-6c29-428a-a8d1-41185e55b62d","available_quantity":1000,"options":[],"off_ratio":0,"flashsale_info":[],"sales":100};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
${function() {
const postageFreeAmount = 20;
const custom_text = "Buy {amount} more to enjoy FREE Shipping";
const totalPrice = +data.total_price;
const diffPrice = postageFreeAmount - totalPrice;
const percentDiff = (diffPrice > 0 ? (totalPrice / postageFreeAmount * 100) : 100) + '%';
let tipText = "Your order is free delivery";
if (diffPrice > 0) {
tipText = custom_text.replace('{amount}', `
`);
}
return `
`;
}()}