MOC-157354 Martian Fighting Machine
${function() {
const variantData = data.variant || {"id":"a55c6931-2025-49c3-a2c0-e4b518b6e076","product_id":"7fcda9be-0df7-46cc-a4ef-83a53e86ec6f","title":"","weight_unit":"kg","inventory_quantity":422,"sku":"A1141","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":22.29,"min_quantity":1}],"weight":"0","compare_at_price":"22.29","price":"22.29","retail_price":"22.29","available":true,"url":"\/products\/moc-157354-martian-fighting-machine?variant=a55c6931-2025-49c3-a2c0-e4b518b6e076","available_quantity":999999999,"options":[],"off_ratio":0,"flashsale_info":[],"sales":33};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"a55c6931-2025-49c3-a2c0-e4b518b6e076","product_id":"7fcda9be-0df7-46cc-a4ef-83a53e86ec6f","title":"","weight_unit":"kg","inventory_quantity":422,"sku":"A1141","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":22.29,"min_quantity":1}],"weight":"0","compare_at_price":"22.29","price":"22.29","retail_price":"22.29","available":true,"url":"\/products\/moc-157354-martian-fighting-machine?variant=a55c6931-2025-49c3-a2c0-e4b518b6e076","available_quantity":999999999,"options":[],"off_ratio":0,"flashsale_info":[],"sales":33};
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 `
`;
}()}