MOC-28893 NASA Space Launch System Artemis SLS Block 1 (1:110 Saturn V scale)
${function() {
const variantData = data.variant || {"id":"cb8b5296-3025-49a5-8e31-66142a2231da","product_id":"24560855-d44e-4ea3-9561-fa15671e0115","title":"","weight_unit":"kg","inventory_quantity":1000,"sku":"A0061","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":175.03,"min_quantity":1}],"weight":"1.97","compare_at_price":"175.03","price":"175.03","retail_price":"175.03","available":true,"url":"\/products\/moc-28893-nasa-space-launch-system-artemis-sls-block-1-1-110-saturn-v-scale?variant=cb8b5296-3025-49a5-8e31-66142a2231da","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 : A0061
Weight : 1.97kg
${function(){
const variantData = data.variant || {"id":"cb8b5296-3025-49a5-8e31-66142a2231da","product_id":"24560855-d44e-4ea3-9561-fa15671e0115","title":"","weight_unit":"kg","inventory_quantity":1000,"sku":"A0061","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":175.03,"min_quantity":1}],"weight":"1.97","compare_at_price":"175.03","price":"175.03","retail_price":"175.03","available":true,"url":"\/products\/moc-28893-nasa-space-launch-system-artemis-sls-block-1-1-110-saturn-v-scale?variant=cb8b5296-3025-49a5-8e31-66142a2231da","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 `
`;
}()}