www.beasoldado.com Open in urlscan Pro
185.118.190.198  Public Scan

URL: https://www.beasoldado.com/en/__;!!GahIEkFg!wyVMj8RNWhVyvE5Ila1jzJHu1aXTChKy0_WolU4LD_9ywhI1hdtt7KvRXDfl73ygDyKfh8rmlWIZmXH...
Submission: On November 06 via manual from US — Scanned from ES

Form analysis 4 forms found in the DOM

GET https://www.beasoldado.com/en/module/iqitsearch/searchiqit

<form method="get" action="https://www.beasoldado.com/en/module/iqitsearch/searchiqit">
  <div class="input-group">
    <input type="text" name="s" value="" data-all-text="Show all results" data-blog-text="Blog post" data-product-text="Product" data-brands-text="Brand" placeholder="Search our catalog" class="form-control form-search-control" autocomplete="off">
    <button type="submit" class="search-btn">
      <i class="fa fa-search"></i>
    </button>
  </div>
  <div class="autocomplete-suggestions "></div>
</form>

GET https://www.beasoldado.com/en/module/iqitsearch/searchiqit

<form method="get" action="https://www.beasoldado.com/en/module/iqitsearch/searchiqit">
  <div class="input-group">
    <input type="text" name="s" value="" placeholder="Search" data-all-text="Show all results" data-blog-text="Blog post" data-product-text="Product" data-brands-text="Brand" class="form-control form-search-control" autocomplete="off">
    <button type="submit" class="search-btn">
      <i class="fa fa-search"></i>
    </button>
  </div>
  <div class="autocomplete-suggestions "></div>
</form>

GET https://www.beasoldado.com/en/module/iqitsearch/searchiqit

<form method="get" action="https://www.beasoldado.com/en/module/iqitsearch/searchiqit">
  <div class="input-group">
    <input type="text" name="s" value="" data-all-text="Show all results" data-blog-text="Blog post" data-product-text="Product" data-brands-text="Brand" placeholder="Search our catalog" class="form-control form-search-control">
    <button type="submit" class="search-btn">
      <i class="fa fa-search"></i>
    </button>
  </div>
</form>

POST //www.beasoldado.com/en/?fc=module&module=iqitemailsubscriptionconf&controller=subscription

<form action="//www.beasoldado.com/en/?fc=module&amp;module=iqitemailsubscriptionconf&amp;controller=subscription" method="post">
  <div class="input-group newsletter-input-group ">
    <input name="email" type="email" value="" class="form-control input-subscription" placeholder="Your email address" aria-label="Your email address" required="">
    <input type="hidden" name="blockHookName" value="displayFooter">
    <button class="btn btn-primary btn-subscribe btn-iconic" name="submitNewsletter" type="submit" aria-label="Subscribe" disabled="disabled">¡I sign up! </button>
  </div>
  <p class="mt-2 text-muted ps-emailsubscription-conditions">You may unsubscribe at any moment. For that purpose, please find our contact info in the legal notice.</p>
  <div class="mt-2 text-muted">
    <div id="gdpr_consent_21" class="gdpr_module gdpr_module_21">
      <div class="custom-checkbox" style="display: flex;">
        <input id="psgdpr_consent_checkbox_21" name="psgdpr_consent_checkbox" type="checkbox" value="1">
        <span class="psgdpr_consent_checkbox_span mr-2"><i class="fa fa-check rtl-no-flip checkbox-checked psgdpr_consent_icon" aria-hidden="true"></i></span>
        <label for="psgdpr_consent_checkbox_21" class="psgdpr_consent_message" style="display: inline"> I accept the <a href="/content/3-condiciones-de-uso">terms of use</a> and privacy <a href="/content/2-aviso-legal-y-privacidad">policy</a>
        </label>
      </div>
    </div>
    <script>
      var psgdpr_front_controller = "https://www.beasoldado.com/en/module/psgdpr/FrontAjaxGdpr";
      psgdpr_front_controller = psgdpr_front_controller.replace(/\amp;/g, '');
      var psgdpr_id_customer = "0";
      var psgdpr_customer_token = "da39a3ee5e6b4b0d3255bfef95601890afd80709";
      var psgdpr_id_guest = "0";
      var psgdpr_guest_token = "aa31fc4abbc9a14cc96ecc6372eaf7e8c10b8ad3";
      document.addEventListener('DOMContentLoaded', function() {
        let psgdpr_id_module = "21";
        let parentForm = $('.gdpr_module_' + psgdpr_id_module).closest('form');
        let toggleFormActive = function() {
          let checkbox = $('#psgdpr_consent_checkbox_' + psgdpr_id_module);
          let element = $('.gdpr_module_' + psgdpr_id_module);
          let iLoopLimit = 0;
          // Look for parent elements until we find a submit button, or reach a limit
          while (0 === element.nextAll('[type="submit"]').length && // Is there any submit type ?
            element.get(0) !== parentForm.get(0) && // the limit is the form
            element.length && iLoopLimit != 1000) { // element must exit
            element = element.parent();
            iLoopLimit++;
          }
          if (checkbox.prop('checked') === true) {
            if (element.find('[type="submit"]').length > 0) {
              element.find('[type="submit"]').removeAttr('disabled');
            } else {
              element.nextAll('[type="submit"]').removeAttr('disabled');
            }
          } else {
            if (element.find('[type="submit"]').length > 0) {
              element.find('[type="submit"]').attr('disabled', 'disabled');
            } else {
              element.nextAll('[type="submit"]').attr('disabled', 'disabled');
            }
          }
        }
        // Triggered on page loading
        toggleFormActive();
        $('body').on('change', function() {
          // Triggered after the dom might change after being loaded
          toggleFormActive();
          // Listener ion the checkbox click
          $(document).on("click", "#psgdpr_consent_checkbox_" + psgdpr_id_module, function() {
            toggleFormActive();
          });
          $(document).on('submit', parentForm, function(event) {
            $.ajax({
              data: 'POST',
              //dataType: 'JSON',
              url: psgdpr_front_controller,
              data: {
                ajax: true,
                action: 'AddLog',
                id_customer: psgdpr_id_customer,
                customer_token: psgdpr_customer_token,
                id_guest: psgdpr_id_guest,
                guest_token: psgdpr_guest_token,
                id_module: psgdpr_id_module,
              },
              success: function(data) {
                // parentForm.submit();
              },
              error: function(err) {
                console.log(err);
              }
            });
          });
        });
      });
    </script>
  </div>
  <input type="hidden" name="action" value="0">
</form>

Text Content

Nota: este sitio web incluye un sistema de accesibilidad. Presione Control-F11
para ajustar el sitio web a las personas con discapacidad visual que están
usando un lector de pantalla; Presione Control-F10 para abrir un menú de
accesibilidad.

Popup heading

Close

Accesibilidad
 * Presione enter para accesibilidad para personas ciegas que usan lectores de
   pantalla
 * Presione enter para navegar por el teclado
 * Presione enter para acceder al menú de accesibilidad

Error 404

FREE SHIPPING ON ORDERS OVER 80€ (PENINSULA AND BALEARIC ISLANDS)

English
 * Español
 * English

Search

Sign in
0 Cart / Empty
Your cart ×

--------------------------------------------------------------------------------

There are no more items in your cart

 * Rings
   
 * Earrings
   
 * Necklace
   
 * Bracelets
   
 * Kids
 * Colecciones
   Colecciones
    * Wedding
    * Fluorine
    * Perlas
    * 18k
    * Santa
    * "Algo de Jaime"
    * Amuletos y medallas

 * AECC
 * AECC
 * Blog



 * Rings
   * Smooth Gold
   * Semi-precious stones
   * Natural Stones
   * Anillos
   * Zirconites
   * Todos los anillos
 * Earrings
   * Pendientes Oro Liso
   * Piercings
   * Pendientes Piedras Semipreciosas
   * Pendientes Piedras Naturales
   * Pendientes de diamantes
   * Aros
   * Pendientes Perlas
   * Pendientes Circonitas
   * Pendientes Kids
   * Todos los pendientes
 * Necklace
   * Colgantes Oro Liso
   * Colgantes Piedras Semipreciosas
   * Colgantes Piedras Naturales
   * Colgantes Diamantes
   * Colgantes Circonitas
   * Gargantillas
   * Cadenas
   * Colgantes Kids
   * Todos los colgantes
 * Bracelets
   * Cadena
   * Pulsera Hilo
   * Pulseras con Diamantes
   * Pulseras Kids
   * Todas las pulseras
 * Kids
 * Colecciones
   * Wedding
   * Fluorine
   * Perlas
   * 18k
   * Santa
   * "Algo de Jaime"
   * Amuletos y medallas
 * Personalizado
 * Outlet
 * Tarjeta Regalo

Search

Sign in
0 Cart

Menu




THE PAGE YOU ARE LOOKING FOR WAS NOT FOUND.

SORRY FOR THE INCONVENIENCE.

Search again what you are looking for




SIGN UP TO NEWSLETTER

¡I sign up!

You may unsubscribe at any moment. For that purpose, please find our contact
info in the legal notice.

I accept the terms of use and privacy policy


CONTACT

hello@beasoldado.com

658 683 932

Monday to Friday from 9am to 2pm

Whatsapp Monday to Friday from 10h a 13:30h

JEWELRY

 * Rings
 * Diamonds
 * Earrings
 * Necklace
 * Bracelets
 * Outlet
 * AECC

FAQ

Contact
Shipping and Returns
Size Guide
Terms of Use
Legal Notice and Privacy
Cookies

SUBVENCIONES





2021 | Diseño web con



Utilizamos cookies propias y de terceros para obtener datos estadísticos de la
navegación de nuestros usuarios y mejorar nuestros servicios. Si acepta o
continúa navegando, consideramos que acepta su uso. Puede cambiar la
configuración u obtener más información aquí.

Accept