MOC-116457 21058-Building of the Great Pyramid
${function() {
const variantData = data.variant || {"id":"c57e9d98-de5a-4319-b3a4-30ed216e4060","product_id":"be4c74fa-ca92-4d39-aea6-9a4cd3906ace","title":"","weight_unit":"kg","inventory_quantity":999,"sku":"A0771","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":135.28,"min_quantity":1}],"weight":"1.75","compare_at_price":"135.28","price":"135.28","retail_price":"135.28","available":true,"url":"\/products\/moc-116457-21058-building-of-the-great-pyramid?variant=c57e9d98-de5a-4319-b3a4-30ed216e4060","available_quantity":999,"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 : A0771
Weight : 1.75kg
${function(){
const variantData = data.variant || {"id":"c57e9d98-de5a-4319-b3a4-30ed216e4060","product_id":"be4c74fa-ca92-4d39-aea6-9a4cd3906ace","title":"","weight_unit":"kg","inventory_quantity":999,"sku":"A0771","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":135.28,"min_quantity":1}],"weight":"1.75","compare_at_price":"135.28","price":"135.28","retail_price":"135.28","available":true,"url":"\/products\/moc-116457-21058-building-of-the-great-pyramid?variant=c57e9d98-de5a-4319-b3a4-30ed216e4060","available_quantity":999,"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 `
`;
}()}