2025 RETRO GAME CONSOLE (1 Wireless Game stick & 2 Controllers)
2025 Upgrade Retro Game Stick, Wireless Retro Game Console 4K with 40000+ Games, Built-in 28 Game Emulators, Plug and Play Video Games for TV, Retro Gaming Console with 2 Contro
${function() {
const variantData = data.variant || {"id":"e3f1a9e2-1ed6-4c82-9c9e-fef9a6dae634","product_id":"46cbd49d-be51-4587-9d86-582fd5514f07","title":"64G(20000+Games)","weight_unit":"kg","inventory_quantity":997,"sku":"M15-64G","barcode":"","position":1,"option1":"64G(20000+Games)","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"0","compare_at_price":"69.99","price":"39.99","retail_price":"69.99","available":true,"url":"\/products\/2025-retro-game-console-1-wireless-game-stick-2-controllers?variant=e3f1a9e2-1ed6-4c82-9c9e-fef9a6dae634","available_quantity":999999999,"options":[{"name":"Memory capacity","value":"64G(20000+Games)"}],"off_ratio":43,"flashsale_info":[],"sales":689};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
people are viewing this right now
Product was out of stock.
Product is unavailable.
${function() {
const minInventory = parseInt('10');
const maxInventory = parseInt('50');
const randomInventory = Math.round(Math.random() * (maxInventory - minInventory)) + minInventory;
const customText = "Only {stock} item(s) left in stock!".replace(/\{stock\}/g, '' + randomInventory + '');
const barWidth = (randomInventory / maxInventory) * 100 + '%';
return `
`;
}()}
${function(){
const variantData = data.variant || {"id":"e3f1a9e2-1ed6-4c82-9c9e-fef9a6dae634","product_id":"46cbd49d-be51-4587-9d86-582fd5514f07","title":"64G(20000+Games)","weight_unit":"kg","inventory_quantity":997,"sku":"M15-64G","barcode":"","position":1,"option1":"64G(20000+Games)","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"0","compare_at_price":"69.99","price":"39.99","retail_price":"69.99","available":true,"url":"\/products\/2025-retro-game-console-1-wireless-game-stick-2-controllers?variant=e3f1a9e2-1ed6-4c82-9c9e-fef9a6dae634","available_quantity":999999999,"options":[{"name":"Memory capacity","value":"64G(20000+Games)"}],"off_ratio":43,"flashsale_info":[],"sales":689};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
${function() {
const minDays = parseInt('4');
const maxDays = parseInt('10');
const customText = "Estimated Delivery\uff1a{min_date} - {max_date}";
const minDate = new Date(Date.now() + (minDays * 86400000));
const maxDate = new Date(Date.now() + (maxDays * 86400000));
const formatDate = (minDate.getFullYear() == maxDate.getFullYear() && minDate.getFullYear() == new Date().getFullYear())
? new Intl.DateTimeFormat('en', { month: 'short', day: '2-digit' })
: new Intl.DateTimeFormat('en', { month: 'short', day: '2-digit', year: 'numeric' });
const tipText = customText.replace(/\{min_date\}/g, '' + formatDate.format(minDate) + '')
.replace(/\{max_date\}/g, '' + formatDate.format(maxDate) + '');
return `
${tipText}
`;
}()}
${function() {
const postageFreeAmount = 1;
const custom_text = "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 `
`;
}()}