Luxium Shield - Durable Smart Watch
₦89,000
₦210,000
SAVE 58%
${(function() {
var variantData = data.variant;
var productData = data.product;
var hasDiscount = false;
var discountPercentage = 0;
var currentPrice = 0;
var comparePrice = 0;
// 关键修复:更全面地检查所有可能的原价字段
if (variantData) {
currentPrice = variantData.price;
// 按优先级尝试获取原价
comparePrice = variantData.compare_at_price
|| variantData.compareAtPrice
|| (productData && productData.compare_at_price_max)
|| (productData && productData.compareAtPriceMax)
|| 0;
// 确保 comparePrice 是数字
comparePrice = Number(comparePrice) || 0;
currentPrice = Number(currentPrice) || 0;
if (comparePrice > currentPrice && currentPrice > 0) {
hasDiscount = true;
discountPercentage = Math.round(((comparePrice - currentPrice) / comparePrice) * 100);
}
} else if (productData) {
// 产品级别的价格
currentPrice = productData.price || productData.price_min || productData.priceMin || 0;
comparePrice = productData.compare_at_price_max
|| productData.compareAtPriceMax
|| productData.compare_at_price
|| productData.compareAtPrice
|| 0;
// 确保是数字
comparePrice = Number(comparePrice) || 0;
currentPrice = Number(currentPrice) || 0;
if (comparePrice > currentPrice && currentPrice > 0) {
hasDiscount = true;
discountPercentage = Math.round(((comparePrice - currentPrice) / comparePrice) * 100);
}
}
// 调试信息(生产环境可删除)
console.log('Price Debug:', {
variantData: variantData,
productData: productData,
currentPrice: currentPrice,
comparePrice: comparePrice,
hasDiscount: hasDiscount,
discountPercentage: discountPercentage
});
var priceHtml = '';
priceHtml += '
';
priceHtml += '
';
priceHtml += '
';
if (variantData || productData) {
priceHtml += '';
if (hasDiscount && comparePrice > 0) {
priceHtml += '';
}
}
priceHtml += '
';
if (hasDiscount && discountPercentage > 0) {
priceHtml += '
SAVE ' + discountPercentage + '%
';
}
priceHtml += '
';
return priceHtml;
})()}
Product was out of stock.
Product is unavailable.
🔥 Newest Release
🚀 Titanium and Zinc Alloy Frame ⚫ Carbon Black Bezel💧 Water, Shock, Dust & Freeze Proof💎 Shatter Resistant HD IPS Display🔋 Upgraded 30 Day Battery Life📍 Workout GPS Mapping📲 Make & Answer Phone Calls💬 Receive Text Messages📱 Compatible With All Smartphones⭐️ 85+ Fitness, Weather & Other Useful Apps
LATEST & GREATEST
Stepping up our game, we introduce the Luxium Shield. Made with elite military-grade materials, this is a watch that not only tells time but also stands the test of time. The Luxium Shield doesn’t just meet expectations, it sets new ones.
⚡️ 30 DAY BATTERY LIFE ⚡️
Never worry about a dead watch again! The Luxium Shield's ultra-powerful battery will keep you connected for up to 30 DAYS per charging cycle!
🛡️ FORTIFIED TO LAST 🛡️
The Luxium Shield isn't just a watch, it's a fortress on your wrist. Crafted with military aircraft grade materials, it's made to withstand the harshest conditions without faltering.