Skip to content

Newest Products

Filters

$
$

Isili | Minimalist Led Ceiling Lamp for Bedroom, Kitchen, Balcony, Corridor

Original price $439.00 - Original price $921.00
Original price $439.00
$329.00 - $691.00
$329.00 - $691.00
Current price $329
Save $110

Product parameters: Voltage: 90-260V Switch Type: Remote Control Power Source: AC Material: Metal, iron Lighting Area: 10-15square meters...

View full details
const isAvailableVisitShop = _ALConfig?.pointEarnRules?.length > 0 && _ALConfig?.pointEarnRules?.find((rule) => rule?.type === 'VISIT_SHOP' && rule?.status === 'ACTIVE'); if (!sessionStorage.getItem('syncVisitStore') && ((_ALConfig?.customerId && isAvailableVisitShop && isAvailableVisitShop?.id) || (_ALConfig?.referralEnabled && _ALConfig?.referralLoyalty?.referralType === 'VISIT_SHOP'))) { try { const response = await fetch(`/apps/loyalty/cp/api/customer-visit-store`, {method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({ customerId: _ALConfig?.customerId })}); if(response?.ok){ sessionStorage.setItem('syncVisitStore', 'true'); } } catch (error) { console.error('Error:', error); } } const loyaltyCustomStyles = `` document.querySelector('body').insertAdjacentHTML('beforeend', loyaltyCustomStyles);