www.joyroomeg.codaym.com Open in urlscan Pro
95.216.112.243  Public Scan

URL: https://www.joyroomeg.codaym.com/
Submission: On June 13 via api from US — Scanned from FI

Form analysis 9 forms found in the DOM

<form id="login-form">
  <div class="mb-3">
    <label for="login-email" class="form-label">الإيميل أو الموبايل</label>
    <input type="text" class="form-control" id="login-email" name="email-form" required="">
    <span class="error-message" id="error-email-form"></span>
  </div>
  <div class="mb-3">
    <label for="login-password" class="form-label">كلمة المرور:</label>
    <input type="password" class="form-control" id="login-password" name="password-form" required="">
    <span class="error-message" id="error-password-form"></span>
  </div>
  <input type="submit" class="btn btn-primary" id="login-submit" value="تسجيل الدخول">
</form>

<form id="quick-checkout-form">
  <div class="row g-2">
    <div class="col-md-6 col-sm-6 col-xs-6">
      <div class="form-group mb-3">
        <label for="qc-name">الاسم</label>
        <input type="text" class="form-control" id="qc-name" name="name" value="" required="">
        <span class="error-message" id="error-name"></span>
      </div>
    </div>
    <div class="col-md-6 col-sm-6 col-xs-6">
      <div class="form-group mb-3">
        <label for="qc-phone">الهاتف</label>
        <input type="text" class="form-control" id="qc-phone" name="phone" value="" required="">
        <span class="error-message" id="error-phone"></span>
      </div>
    </div>
  </div>
  <div class="row g-2">
    <div class="col-md-6 col-sm-6 col-xs-6">
      <div class="form-group mb-3">
        <label for="qc-email">البريد الإلكتروني</label>
        <input type="email" class="form-control" id="qc-email" name="email" value="">
        <span class="error-message" id="error-email"></span>
      </div>
    </div>
    <div class="col-md-6 col-sm-6 col-xs-6">
      <div class="form-group mb-3">
        <label for="qc-customer-group">نوع العميل</label>
        <select class="form-control" id="qc-customer-group" name="customer_group" required="">
          <!-- سيتم تحميل القيم الديناميكية هنا -->
        </select>
      </div>
    </div>
  </div>
  <div class="form-group" id="rin-customer-field" style="display: none;">
    <label for="qc-rin-customer" id="rin-customer-label">رقم العميل (الرقم الضريبي/الرقم القومي)</label>
    <input type="text" class="form-control" id="qc-rin-customer" name="rin_customer" value="">
    <span class="error-message" id="error-rin-customer"></span>
  </div>
  <div class="row g-2">
    <div class="col-md-6 col-sm-6 col-xs-6">
      <div class="form-group mb-3">
        <label for="qc-zone">المنطقة</label>
        <select class="form-control" id="qc-zone" name="zone_id" required="">
          <!-- سيتم تحميل القيم الديناميكية هنا -->
        </select>
        <span class="error-message" id="error-zone"></span>
      </div>
    </div>
    <div class="col-md-6 col-sm-6 col-xs-6">
      <div class="form-group mb-3">
        <label for="qc-city">المدينة</label>
        <input type="text" class="form-control" id="qc-city" name="city" value="" required="">
        <span class="error-message" id="error-city"></span>
      </div>
    </div>
  </div>
  <div class="row g-2">
    <div class="col-md-6 col-sm-6 col-xs-6">
      <div class="form-group mb-3">
        <label for="qc-address-1">اسم الشارع</label>
        <input type="text" class="form-control" id="qc-address-1" name="address_1" value="" required="">
        <span class="error-message" id="error-address-1"></span>
      </div>
    </div>
    <div class="col-md-6 col-sm-6 col-xs-6">
      <div class="form-group mb-3">
        <label for="qc-address-2">رقم المبنى</label>
        <input type="text" class="form-control" id="qc-address-2" name="address_2" value="" required="">
        <span class="error-message" id="error-address-2"></span>
      </div>
    </div>
  </div>
  <div class="row g-2">
    <div class="col-md-6 col-sm-6 col-xs-6">
      <div class="form-group mb-3">
        <label for="qc-payment-method">طريقة الدفع</label>
        <select class="form-control" id="qc-payment-method" name="payment_method_code" required="">
          <!-- سيتم تحميل القيم الديناميكية هنا -->
        </select>
      </div>
    </div>
    <div class="col-md-6 col-sm-6 col-xs-6">
      <div class="form-group mb-3">
        <label for="qc-shipping-method">طريقة الشحن</label>
        <select class="form-control" id="qc-shipping-method" name="shipping_method_code" required="">
          <!-- سيتم تحميل القيم الديناميكية هنا -->
        </select>
      </div>
    </div>
  </div>
  <div class="row g-2">
    <div class="col-md-6 col-sm-6 col-xs-6">
      <div class="form-group mb-3">
        <label for="qc-comment">ملاحظات</label>
        <textarea style="height: 47.2px;" class="form-control" id="qc-comment" name="comment" rows="1"></textarea>
      </div>
    </div>
    <div class="col-md-6 col-sm-6 col-xs-6">
      <div class="form-group mb-3">
        <label for="qc-coupon">كوبون</label>
        <input type="text" class="form-control" id="qc-coupon" name="coupon" value="">
        <span class="error-message" id="error-coupon"></span>
      </div>
    </div>
  </div>
  <div id="qc-totals" class="total">
    <!-- سيتم تحميل القيم الديناميكية هنا -->
  </div>
  <button type="button" class="btn btn-warning bold-btn" id="qc-submit-order" style="background-color: orange !important;color:#000 !important;width: 100%;height: 50px;font-size: 20px;">إتمام الطلب</button>
</form>

POST

<form method="post" data-oc-toggle="ajax" data-oc-load="https://joyroomeg.codaym.com/index.php?route=common/cart/info" data-oc-load2="https://joyroomeg.codaym.com/index.php?route=common/cart/info2" data-oc-target="#header-cart"
  data-oc-target2="#carttotalproductscount" class="d-flex flex-column h-100">
  <div class="col hp">
    <div class="card h-100 shadow-sm" style="border-radius:30px 30px 4px 4px; position: relative;">
      <a href="https://joyroomeg.codaym.com/JR-FC1-Ar" style="display: block; width: 100%; padding-top: 75%; position: relative;">
                <img loading="lazy" style="border-radius: 31px 31px 0px 0px; position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;" src="https://joyroomeg.codaym.com/image/cache/catalog/products/006/1-500x500.webp" alt="ساعة ذكية كلاسيكية من جوي روم  JR-FC1 , لون رمادي داكن ,  الرد وإجراء مكالمات , مقاومة للماء, شاشة كبيرة للايفون والاندرويد " title="ساعة ذكية كلاسيكية من جوي روم  JR-FC1 , لون رمادي داكن ,  الرد وإجراء مكالمات , مقاومة للماء, شاشة كبيرة للايفون والاندرويد " class="card-img-top">
            </a>
      <div class="wishlist2900005">
        <span id="spa"></span>
        <span
          style="position: absolute; top: 8px; left: 8px; padding: 3px 6px; font-weight: 600; border-radius: 0.25rem; text-transform: uppercase; text-decoration: none; background: transparent; border: none; font-size: 25px; margin-top: 8px; z-index: 9; color: #e42709; cursor: pointer;">
          <i class="addwishlist fa-regular fa-heart"></i>
        </span>
        <input type="hidden" name="product_id" value="900005">
      </div>
      <span class="badge rounded-pill bg-primary" style="position: absolute; top: 48px; left: 8px; background-color:#024450 !important; color:#fff !important; line-height: 20px; font-size: 10px;">
        <a style="background-color:#024450 !important; color: aliceblue !important; font-weight: 900;" href="https://joyroomeg.codaym.com/smart-watches-ar">ساعات ذكية</a>
      </span>
      <div class="card-body" style="padding: 0px 4px;">
        <div class="card-title text-center" style="min-height: 120px; padding-bottom: 0px;">
          <a style="line-height: 15px; padding-inline: 0px; font-weight: 900; color: #0f1740 !important; font-size: 11px; min-height: 75px;" class="text-black text-center" target="_blank" href="https://joyroomeg.codaym.com/JR-FC1-Ar">ساعة ذكية كلاسيكية من جوي روم  JR-FC1 , لون رمادي داكن ,  الرد وإجراء مكالمات , مقاومة للماء, شاشة كبيرة للايفون والاندرويد </a>
        </div>
        <div class="d-grid gap-2 my-2">
          <button type="submit" formaction="https://joyroomeg.codaym.com/index.php?route=checkout/cart/add" class="btn btn-warning bold-btn" style="position: relative; z-index: 999; color: #000 !important; font-size: 12px">اضافة للسلة</button>
        </div>
      </div>
    </div>
  </div>
  <input type="hidden" name="product_id" value="900005">
  <input type="hidden" name="quantity" value="1">
  <script type="text/javascript">
    $(document).ready(function() {
      $('.show-options-btn-2-900005').click(function() {
        $('#product-options-2-900005').toggleClass('d-none');
      });
    });
    $(document).on('click', '.wishlist2900005 i', function() {
      var product_id900005 = '900005';
      $.ajax({
        url: 'index.php?route=account/wishlist/swpid&language=ar',
        data: 'product_id=' + product_id900005,
        type: "post",
        cache: false,
        success: function(json) {
          $('.alert-dismissible').remove();
          if (json['redirect']) {
            location = json['redirect'].replaceAll('&amp;', '&');
          }
          if (typeof json['error'] == 'string') {
            $('#alert').prepend('<div class="alert alert-danger alert-dismissible"><i class="fa-solid fa-circle-exclamation"></i> ' + json['error'] + ' <button type="button" class="btn-close" data-bs-dismiss="alert"></button></div>');
          }
          if (typeof json['error'] == 'object') {
            if (json['error']['warning']) {
              $('#alert').prepend('<div class="alert alert-danger alert-dismissible"><i class="fa-solid fa-circle-exclamation"></i> ' + json['error']['warning'] +
                ' <button type="button" class="btn-close" data-bs-dismiss="alert"></button></div>');
            }
            for (var key in json['error']) {
              $('#input-' + key.replaceAll('_', '-')).addClass('is-invalid').find('.form-control, .form-select, .form-check-input, .form-check-label').addClass('is-invalid');
              $('#error-' + key.replaceAll('_', '-')).html(json['error'][key]).addClass('d-block');
            }
          }
          if (json['success']) {
            $('#alert').prepend('<div class="alert alert-success alert-dismissible"><i class="fa-solid fa-circle-exclamation"></i> ' + json['success'] + ' <button type="button" class="btn-close" data-bs-dismiss="alert"></button></div>');
            $('.wishlist2900005').find("i").toggleClass("fa-solid");
            $('.wishlist2900005').find("i").toggleClass("fa-regular");
          }
          setTimeout(function() {
            $('#alert').html('');
            $('.alert-dismissible').remove();
          }, 1000);
        }
      });
    });
  </script>
</form>

POST

<form method="post" data-oc-toggle="ajax" data-oc-load="https://joyroomeg.codaym.com/index.php?route=common/cart/info" data-oc-load2="https://joyroomeg.codaym.com/index.php?route=common/cart/info2" data-oc-target="#header-cart"
  data-oc-target2="#carttotalproductscount" class="d-flex flex-column h-100">
  <div class="col hp">
    <div class="card h-100 shadow-sm" style="border-radius:30px 30px 4px 4px; position: relative;">
      <a href="https://joyroomeg.codaym.com/JR-FT6-Ar" style="display: block; width: 100%; padding-top: 75%; position: relative;">
                <img loading="lazy" style="border-radius: 31px 31px 0px 0px; position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;" src="https://joyroomeg.codaym.com/image/cache/catalog/products/005/1-500x500.webp" alt="ساعة ذكية رياضية من جوي روم  JR-FT6 , لون اسود ,  الرد وإجراء مكالمات , مقاومة للماء, شاشة كبيرة للايفون والاندرويد " title="ساعة ذكية رياضية من جوي روم  JR-FT6 , لون اسود ,  الرد وإجراء مكالمات , مقاومة للماء, شاشة كبيرة للايفون والاندرويد " class="card-img-top">
            </a>
      <div class="wishlist2900004">
        <span id="spa"></span>
        <span
          style="position: absolute; top: 8px; left: 8px; padding: 3px 6px; font-weight: 600; border-radius: 0.25rem; text-transform: uppercase; text-decoration: none; background: transparent; border: none; font-size: 25px; margin-top: 8px; z-index: 9; color: #e42709; cursor: pointer;">
          <i class="addwishlist fa-regular fa-heart"></i>
        </span>
        <input type="hidden" name="product_id" value="900004">
      </div>
      <span class="badge rounded-pill bg-primary" style="position: absolute; top: 48px; left: 8px; background-color:#024450 !important; color:#fff !important; line-height: 20px; font-size: 10px;">
        <a style="background-color:#024450 !important; color: aliceblue !important; font-weight: 900;" href="https://joyroomeg.codaym.com/smart-watches-ar">ساعات ذكية</a>
      </span>
      <div class="card-body" style="padding: 0px 4px;">
        <div class="card-title text-center" style="min-height: 120px; padding-bottom: 0px;">
          <a style="line-height: 15px; padding-inline: 0px; font-weight: 900; color: #0f1740 !important; font-size: 11px; min-height: 75px;" class="text-black text-center" target="_blank" href="https://joyroomeg.codaym.com/JR-FT6-Ar">ساعة ذكية رياضية من جوي روم  JR-FT6 , لون اسود ,  الرد وإجراء مكالمات , مقاومة للماء, شاشة كبيرة للايفون والاندرويد </a>
        </div>
        <div class="d-grid gap-2 my-2">
          <button type="submit" formaction="https://joyroomeg.codaym.com/index.php?route=checkout/cart/add" class="btn btn-warning bold-btn" style="position: relative; z-index: 999; color: #000 !important; font-size: 12px">اضافة للسلة</button>
        </div>
      </div>
    </div>
  </div>
  <input type="hidden" name="product_id" value="900004">
  <input type="hidden" name="quantity" value="1">
  <script type="text/javascript">
    $(document).ready(function() {
      $('.show-options-btn-2-900004').click(function() {
        $('#product-options-2-900004').toggleClass('d-none');
      });
    });
    $(document).on('click', '.wishlist2900004 i', function() {
      var product_id900004 = '900004';
      $.ajax({
        url: 'index.php?route=account/wishlist/swpid&language=ar',
        data: 'product_id=' + product_id900004,
        type: "post",
        cache: false,
        success: function(json) {
          $('.alert-dismissible').remove();
          if (json['redirect']) {
            location = json['redirect'].replaceAll('&amp;', '&');
          }
          if (typeof json['error'] == 'string') {
            $('#alert').prepend('<div class="alert alert-danger alert-dismissible"><i class="fa-solid fa-circle-exclamation"></i> ' + json['error'] + ' <button type="button" class="btn-close" data-bs-dismiss="alert"></button></div>');
          }
          if (typeof json['error'] == 'object') {
            if (json['error']['warning']) {
              $('#alert').prepend('<div class="alert alert-danger alert-dismissible"><i class="fa-solid fa-circle-exclamation"></i> ' + json['error']['warning'] +
                ' <button type="button" class="btn-close" data-bs-dismiss="alert"></button></div>');
            }
            for (var key in json['error']) {
              $('#input-' + key.replaceAll('_', '-')).addClass('is-invalid').find('.form-control, .form-select, .form-check-input, .form-check-label').addClass('is-invalid');
              $('#error-' + key.replaceAll('_', '-')).html(json['error'][key]).addClass('d-block');
            }
          }
          if (json['success']) {
            $('#alert').prepend('<div class="alert alert-success alert-dismissible"><i class="fa-solid fa-circle-exclamation"></i> ' + json['success'] + ' <button type="button" class="btn-close" data-bs-dismiss="alert"></button></div>');
            $('.wishlist2900004').find("i").toggleClass("fa-solid");
            $('.wishlist2900004').find("i").toggleClass("fa-regular");
          }
          setTimeout(function() {
            $('#alert').html('');
            $('.alert-dismissible').remove();
          }, 1000);
        }
      });
    });
  </script>
</form>

POST

<form method="post" data-oc-toggle="ajax" data-oc-load="https://joyroomeg.codaym.com/index.php?route=common/cart/info" data-oc-load2="https://joyroomeg.codaym.com/index.php?route=common/cart/info2" data-oc-target="#header-cart"
  data-oc-target2="#carttotalproductscount" class="d-flex flex-column h-100">
  <div class="col hp">
    <div class="card h-100 shadow-sm" style="border-radius:30px 30px 4px 4px; position: relative;">
      <a href="https://joyroomeg.codaym.com/JR-FC2-Ar" style="display: block; width: 100%; padding-top: 75%; position: relative;">
                <img loading="lazy" style="border-radius: 31px 31px 0px 0px; position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;" src="https://joyroomeg.codaym.com/image/cache/catalog/products/007/1-500x500.webp" alt="ساعة ذكية كلاسيكية من جوي روم  JR-FC2 , لون اسود ,  الرد وإجراء مكالمات , مقاومة للماء, شاشة كبيرة للايفون والاندرويد " title="ساعة ذكية كلاسيكية من جوي روم  JR-FC2 , لون اسود ,  الرد وإجراء مكالمات , مقاومة للماء, شاشة كبيرة للايفون والاندرويد " class="card-img-top">
            </a>
      <div class="wishlist2900006">
        <span id="spa"></span>
        <span
          style="position: absolute; top: 8px; left: 8px; padding: 3px 6px; font-weight: 600; border-radius: 0.25rem; text-transform: uppercase; text-decoration: none; background: transparent; border: none; font-size: 25px; margin-top: 8px; z-index: 9; color: #e42709; cursor: pointer;">
          <i class="addwishlist fa-regular fa-heart"></i>
        </span>
        <input type="hidden" name="product_id" value="900006">
      </div>
      <span class="badge rounded-pill bg-primary" style="position: absolute; top: 48px; left: 8px; background-color:#024450 !important; color:#fff !important; line-height: 20px; font-size: 10px;">
        <a style="background-color:#024450 !important; color: aliceblue !important; font-weight: 900;" href="https://joyroomeg.codaym.com/smart-watches-ar">ساعات ذكية</a>
      </span>
      <div class="card-body" style="padding: 0px 4px;">
        <div class="card-title text-center" style="min-height: 120px; padding-bottom: 0px;">
          <a style="line-height: 15px; padding-inline: 0px; font-weight: 900; color: #0f1740 !important; font-size: 11px; min-height: 75px;" class="text-black text-center" target="_blank" href="https://joyroomeg.codaym.com/JR-FC2-Ar">ساعة ذكية كلاسيكية من جوي روم  JR-FC2 , لون اسود ,  الرد وإجراء مكالمات , مقاومة للماء, شاشة كبيرة للايفون والاندرويد </a>
        </div>
        <div class="d-grid gap-2 my-2">
          <button type="submit" formaction="https://joyroomeg.codaym.com/index.php?route=checkout/cart/add" class="btn btn-warning bold-btn" style="position: relative; z-index: 999; color: #000 !important; font-size: 12px">اضافة للسلة</button>
        </div>
      </div>
    </div>
  </div>
  <input type="hidden" name="product_id" value="900006">
  <input type="hidden" name="quantity" value="1">
  <script type="text/javascript">
    $(document).ready(function() {
      $('.show-options-btn-2-900006').click(function() {
        $('#product-options-2-900006').toggleClass('d-none');
      });
    });
    $(document).on('click', '.wishlist2900006 i', function() {
      var product_id900006 = '900006';
      $.ajax({
        url: 'index.php?route=account/wishlist/swpid&language=ar',
        data: 'product_id=' + product_id900006,
        type: "post",
        cache: false,
        success: function(json) {
          $('.alert-dismissible').remove();
          if (json['redirect']) {
            location = json['redirect'].replaceAll('&amp;', '&');
          }
          if (typeof json['error'] == 'string') {
            $('#alert').prepend('<div class="alert alert-danger alert-dismissible"><i class="fa-solid fa-circle-exclamation"></i> ' + json['error'] + ' <button type="button" class="btn-close" data-bs-dismiss="alert"></button></div>');
          }
          if (typeof json['error'] == 'object') {
            if (json['error']['warning']) {
              $('#alert').prepend('<div class="alert alert-danger alert-dismissible"><i class="fa-solid fa-circle-exclamation"></i> ' + json['error']['warning'] +
                ' <button type="button" class="btn-close" data-bs-dismiss="alert"></button></div>');
            }
            for (var key in json['error']) {
              $('#input-' + key.replaceAll('_', '-')).addClass('is-invalid').find('.form-control, .form-select, .form-check-input, .form-check-label').addClass('is-invalid');
              $('#error-' + key.replaceAll('_', '-')).html(json['error'][key]).addClass('d-block');
            }
          }
          if (json['success']) {
            $('#alert').prepend('<div class="alert alert-success alert-dismissible"><i class="fa-solid fa-circle-exclamation"></i> ' + json['success'] + ' <button type="button" class="btn-close" data-bs-dismiss="alert"></button></div>');
            $('.wishlist2900006').find("i").toggleClass("fa-solid");
            $('.wishlist2900006').find("i").toggleClass("fa-regular");
          }
          setTimeout(function() {
            $('#alert').html('');
            $('.alert-dismissible').remove();
          }, 1000);
        }
      });
    });
  </script>
</form>

POST

<form method="post" data-oc-toggle="ajax" data-oc-load="https://joyroomeg.codaym.com/index.php?route=common/cart/info" data-oc-load2="https://joyroomeg.codaym.com/index.php?route=common/cart/info2" data-oc-target="#header-cart"
  data-oc-target2="#carttotalproductscount" class="d-flex flex-column h-100">
  <div class="col hp">
    <div class="card h-100 shadow-sm" style="border-radius:30px 30px 4px 4px; position: relative;">
      <a href="https://joyroomeg.codaym.com/JR-FT1-Pro-Ar" style="display: block; width: 100%; padding-top: 75%; position: relative;">
                <img loading="lazy" style="border-radius: 31px 31px 0px 0px; position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;" src="https://joyroomeg.codaym.com/image/cache/catalog/products/001/1-500x500.webp" alt="ساعة ذكية رياضية من جوي روم  JR-FT1 Pro , لون اسود , مقاومة للماء, شاشة كبيرة للايفون والاندرويد " title="ساعة ذكية رياضية من جوي روم  JR-FT1 Pro , لون اسود , مقاومة للماء, شاشة كبيرة للايفون والاندرويد " class="card-img-top">
            </a>
      <div class="wishlist2900000">
        <span id="spa"></span>
        <span
          style="position: absolute; top: 8px; left: 8px; padding: 3px 6px; font-weight: 600; border-radius: 0.25rem; text-transform: uppercase; text-decoration: none; background: transparent; border: none; font-size: 25px; margin-top: 8px; z-index: 9; color: #e42709; cursor: pointer;">
          <i class="addwishlist fa-regular fa-heart"></i>
        </span>
        <input type="hidden" name="product_id" value="900000">
      </div>
      <span class="badge rounded-pill bg-primary" style="position: absolute; top: 48px; left: 8px; background-color:#024450 !important; color:#fff !important; line-height: 20px; font-size: 10px;">
        <a style="background-color:#024450 !important; color: aliceblue !important; font-weight: 900;" href="https://joyroomeg.codaym.com/smart-watches-ar">ساعات ذكية</a>
      </span>
      <div class="card-body" style="padding: 0px 4px;">
        <div class="card-title text-center" style="min-height: 120px; padding-bottom: 0px;">
          <a style="line-height: 15px; padding-inline: 0px; font-weight: 900; color: #0f1740 !important; font-size: 11px; min-height: 75px;" class="text-black text-center" target="_blank" href="https://joyroomeg.codaym.com/JR-FT1-Pro-Ar">ساعة ذكية رياضية من جوي روم  JR-FT1 Pro , لون اسود , مقاومة للماء, شاشة كبيرة للايفون والاندرويد </a>
        </div>
        <div class="d-grid gap-2 my-2">
          <button type="submit" formaction="https://joyroomeg.codaym.com/index.php?route=checkout/cart/add" class="btn btn-warning bold-btn" style="position: relative; z-index: 999; color: #000 !important; font-size: 12px">اضافة للسلة</button>
        </div>
      </div>
    </div>
  </div>
  <input type="hidden" name="product_id" value="900000">
  <input type="hidden" name="quantity" value="1">
  <script type="text/javascript">
    $(document).ready(function() {
      $('.show-options-btn-2-900000').click(function() {
        $('#product-options-2-900000').toggleClass('d-none');
      });
    });
    $(document).on('click', '.wishlist2900000 i', function() {
      var product_id900000 = '900000';
      $.ajax({
        url: 'index.php?route=account/wishlist/swpid&language=ar',
        data: 'product_id=' + product_id900000,
        type: "post",
        cache: false,
        success: function(json) {
          $('.alert-dismissible').remove();
          if (json['redirect']) {
            location = json['redirect'].replaceAll('&amp;', '&');
          }
          if (typeof json['error'] == 'string') {
            $('#alert').prepend('<div class="alert alert-danger alert-dismissible"><i class="fa-solid fa-circle-exclamation"></i> ' + json['error'] + ' <button type="button" class="btn-close" data-bs-dismiss="alert"></button></div>');
          }
          if (typeof json['error'] == 'object') {
            if (json['error']['warning']) {
              $('#alert').prepend('<div class="alert alert-danger alert-dismissible"><i class="fa-solid fa-circle-exclamation"></i> ' + json['error']['warning'] +
                ' <button type="button" class="btn-close" data-bs-dismiss="alert"></button></div>');
            }
            for (var key in json['error']) {
              $('#input-' + key.replaceAll('_', '-')).addClass('is-invalid').find('.form-control, .form-select, .form-check-input, .form-check-label').addClass('is-invalid');
              $('#error-' + key.replaceAll('_', '-')).html(json['error'][key]).addClass('d-block');
            }
          }
          if (json['success']) {
            $('#alert').prepend('<div class="alert alert-success alert-dismissible"><i class="fa-solid fa-circle-exclamation"></i> ' + json['success'] + ' <button type="button" class="btn-close" data-bs-dismiss="alert"></button></div>');
            $('.wishlist2900000').find("i").toggleClass("fa-solid");
            $('.wishlist2900000').find("i").toggleClass("fa-regular");
          }
          setTimeout(function() {
            $('#alert').html('');
            $('.alert-dismissible').remove();
          }, 1000);
        }
      });
    });
  </script>
</form>

POST

<form method="post" data-oc-toggle="ajax" data-oc-load="https://joyroomeg.codaym.com/index.php?route=common/cart/info" data-oc-load2="https://joyroomeg.codaym.com/index.php?route=common/cart/info2" data-oc-target="#header-cart"
  data-oc-target2="#carttotalproductscount" class="d-flex flex-column h-100">
  <div class="col hp">
    <div class="card h-100 shadow-sm" style="border-radius:30px 30px 4px 4px; position: relative;">
      <a href="https://joyroomeg.codaym.com/JR-FT3-Pro-Ar" style="display: block; width: 100%; padding-top: 75%; position: relative;">
                <img loading="lazy" style="border-radius: 31px 31px 0px 0px; position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;" src="https://joyroomeg.codaym.com/image/cache/catalog/products/002/01-500x500.webp" alt="ساعة ذكية رياضية من جوي روم  JR-FT3 Pro , لون رمادي داكن, الرد وإجراء مكالمات , مقاومة للماء, شاشة كبيرة للايفون والاندرويد" title="ساعة ذكية رياضية من جوي روم  JR-FT3 Pro , لون رمادي داكن, الرد وإجراء مكالمات , مقاومة للماء, شاشة كبيرة للايفون والاندرويد" class="card-img-top">
            </a>
      <div class="wishlist2900001">
        <span id="spa"></span>
        <span
          style="position: absolute; top: 8px; left: 8px; padding: 3px 6px; font-weight: 600; border-radius: 0.25rem; text-transform: uppercase; text-decoration: none; background: transparent; border: none; font-size: 25px; margin-top: 8px; z-index: 9; color: #e42709; cursor: pointer;">
          <i class="addwishlist fa-regular fa-heart"></i>
        </span>
        <input type="hidden" name="product_id" value="900001">
      </div>
      <span class="badge rounded-pill bg-primary" style="position: absolute; top: 48px; left: 8px; background-color:#024450 !important; color:#fff !important; line-height: 20px; font-size: 10px;">
        <a style="background-color:#024450 !important; color: aliceblue !important; font-weight: 900;" href="https://joyroomeg.codaym.com/smart-watches-ar">ساعات ذكية</a>
      </span>
      <div class="card-body" style="padding: 0px 4px;">
        <div class="card-title text-center" style="min-height: 120px; padding-bottom: 0px;">
          <a style="line-height: 15px; padding-inline: 0px; font-weight: 900; color: #0f1740 !important; font-size: 11px; min-height: 75px;" class="text-black text-center" target="_blank" href="https://joyroomeg.codaym.com/JR-FT3-Pro-Ar">ساعة ذكية رياضية من جوي روم  JR-FT3 Pro , لون رمادي داكن, الرد وإجراء مكالمات , مقاومة للماء, شاشة كبيرة للايفون والاندرويد</a>
        </div>
        <div class="d-grid gap-2 my-2">
          <button type="submit" formaction="https://joyroomeg.codaym.com/index.php?route=checkout/cart/add" class="btn btn-warning bold-btn" style="position: relative; z-index: 999; color: #000 !important; font-size: 12px">اضافة للسلة</button>
        </div>
      </div>
    </div>
  </div>
  <input type="hidden" name="product_id" value="900001">
  <input type="hidden" name="quantity" value="1">
  <script type="text/javascript">
    $(document).ready(function() {
      $('.show-options-btn-2-900001').click(function() {
        $('#product-options-2-900001').toggleClass('d-none');
      });
    });
    $(document).on('click', '.wishlist2900001 i', function() {
      var product_id900001 = '900001';
      $.ajax({
        url: 'index.php?route=account/wishlist/swpid&language=ar',
        data: 'product_id=' + product_id900001,
        type: "post",
        cache: false,
        success: function(json) {
          $('.alert-dismissible').remove();
          if (json['redirect']) {
            location = json['redirect'].replaceAll('&amp;', '&');
          }
          if (typeof json['error'] == 'string') {
            $('#alert').prepend('<div class="alert alert-danger alert-dismissible"><i class="fa-solid fa-circle-exclamation"></i> ' + json['error'] + ' <button type="button" class="btn-close" data-bs-dismiss="alert"></button></div>');
          }
          if (typeof json['error'] == 'object') {
            if (json['error']['warning']) {
              $('#alert').prepend('<div class="alert alert-danger alert-dismissible"><i class="fa-solid fa-circle-exclamation"></i> ' + json['error']['warning'] +
                ' <button type="button" class="btn-close" data-bs-dismiss="alert"></button></div>');
            }
            for (var key in json['error']) {
              $('#input-' + key.replaceAll('_', '-')).addClass('is-invalid').find('.form-control, .form-select, .form-check-input, .form-check-label').addClass('is-invalid');
              $('#error-' + key.replaceAll('_', '-')).html(json['error'][key]).addClass('d-block');
            }
          }
          if (json['success']) {
            $('#alert').prepend('<div class="alert alert-success alert-dismissible"><i class="fa-solid fa-circle-exclamation"></i> ' + json['success'] + ' <button type="button" class="btn-close" data-bs-dismiss="alert"></button></div>');
            $('.wishlist2900001').find("i").toggleClass("fa-solid");
            $('.wishlist2900001').find("i").toggleClass("fa-regular");
          }
          setTimeout(function() {
            $('#alert').html('');
            $('.alert-dismissible').remove();
          }, 1000);
        }
      });
    });
  </script>
</form>

POST

<form method="post" data-oc-toggle="ajax" data-oc-load="https://joyroomeg.codaym.com/index.php?route=common/cart/info" data-oc-load2="https://joyroomeg.codaym.com/index.php?route=common/cart/info2" data-oc-target="#header-cart"
  data-oc-target2="#carttotalproductscount" class="d-flex flex-column h-100">
  <div class="col hp">
    <div class="card h-100 shadow-sm" style="border-radius:30px 30px 4px 4px; position: relative;">
      <a href="https://joyroomeg.codaym.com/JR-FT5-Ar" style="display: block; width: 100%; padding-top: 75%; position: relative;">
                <img loading="lazy" style="border-radius: 31px 31px 0px 0px; position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;" src="https://joyroomeg.codaym.com/image/cache/catalog/products/004/01-500x500.webp" alt="ساعة ذكية رياضية من جوي روم  JR-FT5 , لون اسود ,  الرد وإجراء مكالمات , مقاومة للماء, شاشة كبيرة للايفون والاندرويد " title="ساعة ذكية رياضية من جوي روم  JR-FT5 , لون اسود ,  الرد وإجراء مكالمات , مقاومة للماء, شاشة كبيرة للايفون والاندرويد " class="card-img-top">
            </a>
      <div class="wishlist2900003">
        <span id="spa"></span>
        <span
          style="position: absolute; top: 8px; left: 8px; padding: 3px 6px; font-weight: 600; border-radius: 0.25rem; text-transform: uppercase; text-decoration: none; background: transparent; border: none; font-size: 25px; margin-top: 8px; z-index: 9; color: #e42709; cursor: pointer;">
          <i class="addwishlist fa-regular fa-heart"></i>
        </span>
        <input type="hidden" name="product_id" value="900003">
      </div>
      <span class="badge rounded-pill bg-primary" style="position: absolute; top: 48px; left: 8px; background-color:#024450 !important; color:#fff !important; line-height: 20px; font-size: 10px;">
        <a style="background-color:#024450 !important; color: aliceblue !important; font-weight: 900;" href="https://joyroomeg.codaym.com/smart-watches-ar">ساعات ذكية</a>
      </span>
      <div class="card-body" style="padding: 0px 4px;">
        <div class="card-title text-center" style="min-height: 120px; padding-bottom: 0px;">
          <a style="line-height: 15px; padding-inline: 0px; font-weight: 900; color: #0f1740 !important; font-size: 11px; min-height: 75px;" class="text-black text-center" target="_blank" href="https://joyroomeg.codaym.com/JR-FT5-Ar">ساعة ذكية رياضية من جوي روم  JR-FT5 , لون اسود ,  الرد وإجراء مكالمات , مقاومة للماء, شاشة كبيرة للايفون والاندرويد </a>
        </div>
        <div class="d-grid gap-2 my-2">
          <button type="submit" formaction="https://joyroomeg.codaym.com/index.php?route=checkout/cart/add" class="btn btn-warning bold-btn" style="position: relative; z-index: 999; color: #000 !important; font-size: 12px">اضافة للسلة</button>
        </div>
      </div>
    </div>
  </div>
  <input type="hidden" name="product_id" value="900003">
  <input type="hidden" name="quantity" value="1">
  <script type="text/javascript">
    $(document).ready(function() {
      $('.show-options-btn-2-900003').click(function() {
        $('#product-options-2-900003').toggleClass('d-none');
      });
    });
    $(document).on('click', '.wishlist2900003 i', function() {
      var product_id900003 = '900003';
      $.ajax({
        url: 'index.php?route=account/wishlist/swpid&language=ar',
        data: 'product_id=' + product_id900003,
        type: "post",
        cache: false,
        success: function(json) {
          $('.alert-dismissible').remove();
          if (json['redirect']) {
            location = json['redirect'].replaceAll('&amp;', '&');
          }
          if (typeof json['error'] == 'string') {
            $('#alert').prepend('<div class="alert alert-danger alert-dismissible"><i class="fa-solid fa-circle-exclamation"></i> ' + json['error'] + ' <button type="button" class="btn-close" data-bs-dismiss="alert"></button></div>');
          }
          if (typeof json['error'] == 'object') {
            if (json['error']['warning']) {
              $('#alert').prepend('<div class="alert alert-danger alert-dismissible"><i class="fa-solid fa-circle-exclamation"></i> ' + json['error']['warning'] +
                ' <button type="button" class="btn-close" data-bs-dismiss="alert"></button></div>');
            }
            for (var key in json['error']) {
              $('#input-' + key.replaceAll('_', '-')).addClass('is-invalid').find('.form-control, .form-select, .form-check-input, .form-check-label').addClass('is-invalid');
              $('#error-' + key.replaceAll('_', '-')).html(json['error'][key]).addClass('d-block');
            }
          }
          if (json['success']) {
            $('#alert').prepend('<div class="alert alert-success alert-dismissible"><i class="fa-solid fa-circle-exclamation"></i> ' + json['success'] + ' <button type="button" class="btn-close" data-bs-dismiss="alert"></button></div>');
            $('.wishlist2900003').find("i").toggleClass("fa-solid");
            $('.wishlist2900003').find("i").toggleClass("fa-regular");
          }
          setTimeout(function() {
            $('#alert').html('');
            $('.alert-dismissible').remove();
          }, 1000);
        }
      });
    });
  </script>
</form>

POST

<form method="post" data-oc-toggle="ajax" data-oc-load="https://joyroomeg.codaym.com/index.php?route=common/cart/info" data-oc-load2="https://joyroomeg.codaym.com/index.php?route=common/cart/info2" data-oc-target="#header-cart"
  data-oc-target2="#carttotalproductscount" class="d-flex flex-column h-100">
  <div class="col hp">
    <div class="card h-100 shadow-sm" style="border-radius:30px 30px 4px 4px; position: relative;">
      <a href="https://joyroomeg.codaym.com/JR-FT3-Ar" style="display: block; width: 100%; padding-top: 75%; position: relative;">
                <img loading="lazy" style="border-radius: 31px 31px 0px 0px; position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;" src="https://joyroomeg.codaym.com/image/cache/catalog/products/002/01-500x500.webp" alt="ساعة ذكية رياضية من جوي روم  JR-FT3 , لون رمادي داكن, مراقبة معدل ضربات القلب وضغط الدم والأكسجين , مقاومة للماء, شاشة كبيرة للايفون والاندرويد" title="ساعة ذكية رياضية من جوي روم  JR-FT3 , لون رمادي داكن, مراقبة معدل ضربات القلب وضغط الدم والأكسجين , مقاومة للماء, شاشة كبيرة للايفون والاندرويد" class="card-img-top">
            </a>
      <div class="wishlist2900002">
        <span id="spa"></span>
        <span
          style="position: absolute; top: 8px; left: 8px; padding: 3px 6px; font-weight: 600; border-radius: 0.25rem; text-transform: uppercase; text-decoration: none; background: transparent; border: none; font-size: 25px; margin-top: 8px; z-index: 9; color: #e42709; cursor: pointer;">
          <i class="addwishlist fa-regular fa-heart"></i>
        </span>
        <input type="hidden" name="product_id" value="900002">
      </div>
      <span class="badge rounded-pill bg-primary" style="position: absolute; top: 48px; left: 8px; background-color:#024450 !important; color:#fff !important; line-height: 20px; font-size: 10px;">
        <a style="background-color:#024450 !important; color: aliceblue !important; font-weight: 900;" href="https://joyroomeg.codaym.com/smart-watches-ar">ساعات ذكية</a>
      </span>
      <div class="card-body" style="padding: 0px 4px;">
        <div class="card-title text-center" style="min-height: 120px; padding-bottom: 0px;">
          <a style="line-height: 15px; padding-inline: 0px; font-weight: 900; color: #0f1740 !important; font-size: 11px; min-height: 75px;" class="text-black text-center" target="_blank" href="https://joyroomeg.codaym.com/JR-FT3-Ar">ساعة ذكية رياضية من جوي روم  JR-FT3 , لون رمادي داكن, مراقبة معدل ضربات القلب وضغط الدم والأكسجين , مقاومة للماء, شاشة كبيرة للايفون والاندرويد</a>
        </div>
        <div class="d-grid gap-2 my-2">
          <button type="submit" formaction="https://joyroomeg.codaym.com/index.php?route=checkout/cart/add" class="btn btn-warning bold-btn" style="position: relative; z-index: 999; color: #000 !important; font-size: 12px">اضافة للسلة</button>
        </div>
      </div>
    </div>
  </div>
  <input type="hidden" name="product_id" value="900002">
  <input type="hidden" name="quantity" value="1">
  <script type="text/javascript">
    $(document).ready(function() {
      $('.show-options-btn-2-900002').click(function() {
        $('#product-options-2-900002').toggleClass('d-none');
      });
    });
    $(document).on('click', '.wishlist2900002 i', function() {
      var product_id900002 = '900002';
      $.ajax({
        url: 'index.php?route=account/wishlist/swpid&language=ar',
        data: 'product_id=' + product_id900002,
        type: "post",
        cache: false,
        success: function(json) {
          $('.alert-dismissible').remove();
          if (json['redirect']) {
            location = json['redirect'].replaceAll('&amp;', '&');
          }
          if (typeof json['error'] == 'string') {
            $('#alert').prepend('<div class="alert alert-danger alert-dismissible"><i class="fa-solid fa-circle-exclamation"></i> ' + json['error'] + ' <button type="button" class="btn-close" data-bs-dismiss="alert"></button></div>');
          }
          if (typeof json['error'] == 'object') {
            if (json['error']['warning']) {
              $('#alert').prepend('<div class="alert alert-danger alert-dismissible"><i class="fa-solid fa-circle-exclamation"></i> ' + json['error']['warning'] +
                ' <button type="button" class="btn-close" data-bs-dismiss="alert"></button></div>');
            }
            for (var key in json['error']) {
              $('#input-' + key.replaceAll('_', '-')).addClass('is-invalid').find('.form-control, .form-select, .form-check-input, .form-check-label').addClass('is-invalid');
              $('#error-' + key.replaceAll('_', '-')).html(json['error'][key]).addClass('d-block');
            }
          }
          if (json['success']) {
            $('#alert').prepend('<div class="alert alert-success alert-dismissible"><i class="fa-solid fa-circle-exclamation"></i> ' + json['success'] + ' <button type="button" class="btn-close" data-bs-dismiss="alert"></button></div>');
            $('.wishlist2900002').find("i").toggleClass("fa-solid");
            $('.wishlist2900002').find("i").toggleClass("fa-regular");
          }
          setTimeout(function() {
            $('#alert').html('');
            $('.alert-dismissible').remove();
          }, 1000);
        }
      });
    });
  </script>
</form>

Text Content

Ar / En
كل المنتجات
 * كل المنتجات

حسابي
 * تسجيل جديد
 * تسجيل الدخول

0

 * لاتوجد نتائج !

أقسام المتجر
 * إكسسوارات
    * 
      بور بانك
    * 
      جراب موبايل
    * 
      حامل موبايل
    * 
      قلم ستايلس
    * 
      كابل بيانات

 * ساعات ذكية
 * سماعات
 * شواحن
    * 
      شاحن سيارة
   
    * 
      شواحن الحائط
   
    * 
      شواحن لا سلكية

0


× تسجيل الدخول عرض السلة

تسجيل الدخول

الإيميل أو الموبايل
كلمة المرور:
الاسم
الهاتف
البريد الإلكتروني
نوع العميل
رقم العميل (الرقم الضريبي/الرقم القومي)
المنطقة
المدينة
اسم الشارع
رقم المبنى
طريقة الدفع
طريقة الشحن
ملاحظات
كوبون

إتمام الطلب


ساعات ذكية




ساعات ذكية


ساعات ذكية
ساعة ذكية كلاسيكية من جوي روم JR-FC1 , لون رمادي داكن , الرد وإجراء مكالمات ,
مقاومة للماء, شاشة كبيرة للايفون والاندرويد
اضافة للسلة

ساعات ذكية
ساعة ذكية رياضية من جوي روم JR-FT6 , لون اسود , الرد وإجراء مكالمات , مقاومة
للماء, شاشة كبيرة للايفون والاندرويد
اضافة للسلة

ساعات ذكية
ساعة ذكية كلاسيكية من جوي روم JR-FC2 , لون اسود , الرد وإجراء مكالمات , مقاومة
للماء, شاشة كبيرة للايفون والاندرويد
اضافة للسلة

ساعات ذكية
ساعة ذكية رياضية من جوي روم JR-FT1 Pro , لون اسود , مقاومة للماء, شاشة كبيرة
للايفون والاندرويد
اضافة للسلة

ساعات ذكية
ساعة ذكية رياضية من جوي روم JR-FT3 Pro , لون رمادي داكن, الرد وإجراء مكالمات ,
مقاومة للماء, شاشة كبيرة للايفون والاندرويد
اضافة للسلة

ساعات ذكية
ساعة ذكية رياضية من جوي روم JR-FT5 , لون اسود , الرد وإجراء مكالمات , مقاومة
للماء, شاشة كبيرة للايفون والاندرويد
اضافة للسلة

ساعات ذكية
ساعة ذكية رياضية من جوي روم JR-FT3 , لون رمادي داكن, مراقبة معدل ضربات القلب
وضغط الدم والأكسجين , مقاومة للماء, شاشة كبيرة للايفون والاندرويد
اضافة للسلة

معلومات

 * About Us
 * Delivery Information
 * Privacy Policy
 * Terms & Conditions

خدمات العملاء

 * اتصل بنا

إضافات

 * نظام العمولة
 * قائمة رغباتي

حسابي

 * حسابي
 * طلباتي

تطوير COD AYM
joyroomeg © 2024



تهانينا!

لقد حصلت على خصم


10%

كود الخصم هو



free2024



إغلاق