WordPress WooCommerce Themes

Need help? Call us:

+971 50 886 0922

Please, enable Compare.

No products in the cart.

Find the right keyboard for you

Keyboards That Have You Covered.

Now on Sale

45% Flat

Show

AFTRON AFERVC6040T 60X60 CERAMIC ELECTRIC COOKER

Original price was: د.إ1,399.00.Current price is: د.إ1,199.00.

AFTRON AFERVC6090BFMT 60 x 60 cooker Vitro ceramic, Thermostat, Mechanical Timer

Original price was: د.إ1,449.00.Current price is: د.إ1,299.00.

AFTRON AFERVC9090BFDT 90 x 60 cooker Vitro ceramic, Thermostat, Turbofan, Digital Timer

Original price was: د.إ2,799.00.Current price is: د.إ2,599.00.

HISENSE 100Q7N 100″ 4K QLED VIDAA SMART TV 2024 MODEL 144hz

Original price was: د.إ8,999.00.Current price is: د.إ7,999.00.

Khind Hair Dryer HD1002 WITH CONCENTRATOR

Original price was: د.إ49.00.Current price is: د.إ25.00.

KHIND Salon Quality Hair Dryer X20, 2000W, Lightweight Travel Hairdryer for Normal & Curly Hair

Original price was: د.إ69.00.Current price is: د.إ39.00.

SEEKEN SBR-XX1 SOUNDBREEZE 30W SPEAKER

Original price was: د.إ350.00.Current price is: د.إ229.00.

SEEKEN SGR-3 GRAVITY SMART WATCH-BLK

Original price was: د.إ299.00.Current price is: د.إ175.00.

SEEKEN SGR-N2 GRAVITY NEXT SMART WATCH-BLK

Original price was: د.إ180.00.Current price is: د.إ115.00.

SUPER GENERAL SGS121 1.0 TON ROTARY AC

Original price was: د.إ1,299.00.Current price is: د.إ1,049.00.

VG VGC96NZT 90X60 GAS COOKER WITH FAN

Original price was: د.إ1,599.00.Current price is: د.إ1,499.00.
document.addEventListener('DOMContentLoaded', function () { // WooCommerce registration form submit button const form = document.querySelector('form.woocommerce-form-register'); if (form) { form.addEventListener('submit', function (event) { const mobileField = document.querySelector('#reg_woo_register_mobile'); const errorContainer = document.querySelector('#mobile-error-message'); // Remove existing error message if (errorContainer) { errorContainer.remove(); } // Validate mobile field if (!mobileField || mobileField.value.trim() === '') { event.preventDefault(); // Prevent form submission // Display error message const errorMessage = document.createElement('p'); errorMessage.id = 'mobile-error-message'; errorMessage.style.color = 'red'; errorMessage.textContent = 'Mobile Number is required.'; mobileField.parentNode.appendChild(errorMessage); // Add focus to the field mobileField.focus(); } }); } });