hamleys.staging.nmc.al Open in urlscan Pro
34.77.68.206  Public Scan

Submitted URL: http://hamleys.staging.nmc.al/
Effective URL: https://hamleys.staging.nmc.al/
Submission: On December 09 via api from IN — Scanned from DE

Form analysis 6 forms found in the DOM

https://hamleys.staging.nmc.al/

<form action="https://hamleys.staging.nmc.al/">
  <div x-data="{
    inputType: 'text',
    value: null
}" class="">
    <div class="relative">
      <div
        class="absolute inset-y-0 left-0 px-2 lg:px-4 flex items-center justify-center pointer-events-none min-w-[3rem] lg:min-w-[3.5rem] after:absolute after:right-0 after:top-1/2 after:-translate-y-1/2 after:h-1/2 after:w-px after:bg-primary-light text-white">
        <button type="submit" class="text-gray-500">
          <svg xmlns="http://www.w3.org/2000/svg" class="w-4" viewBox="0 0 22.414 22.414">
            <g id="Ico-search" transform="translate(1 1)">
              <path id="Tracciato_1" data-name="Tracciato 1" d="M21.5,13A8.5,8.5,0,1,1,13,4.5,8.5,8.5,0,0,1,21.5,13Z" transform="translate(-4.5 -4.5)" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
              </path>
              <path id="Tracciato_2" data-name="Tracciato 2" d="M29.882,29.98l-4.907-5" transform="translate(-9.882 -9.98)" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path>
            </g>
          </svg>
        </button>
      </div>
      <input type="text" name="s" id="site-search-input" placeholder="Kërko " value=""
        class="block w-full px-3 lg:px-6 focus:outline-none py-3 text-sm focus:ring-0 focus:border-gray-200 text-gray-500 placeholder:text-gray-500 pl-10 lg:pl-14 bg-white rounded-full border-none text-base font-medium">
      <div class="absolute inset-y-0 right-0 flex items-center">
      </div>
    </div>
  </div>
  <input type="hidden" name="post_type" value="product">
</form>

<form x-data="Form({
        id: 'newsletter_register',
        action: 'newsletter_subscription',
        schema: window.newsletter_register,
        defaultValues: {
            newsletter_email: '',
        },
    })" @submit.prevent="handleSubmit" id="newsletter_register">
  <div class="relative">
    <div class="w-full">
      <div x-data="{
    inputType: 'text',
    value: form.newsletter_email
}" class="">
        <div class="relative">
          <input type="text" name="newsletter_email" id="newsletter_email-1" placeholder="Adresa e email " value=""
            class="block w-full px-3 lg:px-6 focus:outline-none py-3 text-sm focus:ring-0 focus:border-gray-200 text-black shadow-[0_3px_0_0_rgba(213, 213, 213, 1)] rounded-full placeholder:text-gray-400 font-medium border-gray-200 text-black rounded-md border-none bg-none"
            x-model="form.newsletter_email">
          <div class="absolute inset-y-0 right-0 flex items-center">
          </div>
        </div>
      </div>
    </div>
    <div class="absolute right-0 top-0 h-full">
      <button
        class="flex-shrink-0 bg-white border-none hover:bg-white hover:text-primary py-0 h-full focus:ring-offset-0 focus:ring-0 focus:ring-transparent inline-flex items-center justify-center text-center px-2 md:px-8 py-2 border-2 border-primary text-base font-medium rounded-full leading-5 hover:bg-primary hover:text-white focus:outline-none focus:ring-primary-dark disabled:opacity-50"
        type="submit" x-bind:disabled="isLoading ? true : false">
        <svg class="text-primary w-8" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
          <path d="M10.2071 7.49995L6 3.29285V11.7071L10.2071 7.49995Z" fill="currentColor"></path>
        </svg>
      </button>
    </div>
  </div>
  <p class="mt-1 text-sm font-medium italic text-left pt-1" x-html="fieldError('newsletter_email')"></p>
  <template x-if="notices &amp;&amp; notices.length">
    <div class="mt-2 text-sm text-white text-left">
      <template x-for="error in notices">
        <p x-html="error.message"></p>
      </template>
    </div>
  </template>
</form>

POST

<form x-data="Form({
                id: 'login',
                action: '/wp-json/pnt-auth/v2/login',
                schema: window.login_user_schema,
                settings: {
                    nonce: '169192d405',
                },
                defaultValues: {
                    user_password: '',
                    user_login: ''
                },
            })" @submit.prevent="handleSubmit" method="POST" class="w-full">
  <template x-if="notices &amp;&amp; notices.length">
    <div class="rounded-md bg-red-50 p-4 mt-4 mb-4">
      <div class="flex">
        <div class="flex-shrink-0">
          <svg class="h-5 w-5 text-red-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
            <path fill-rule="evenodd"
              d="M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z"
              clip-rule="evenodd"></path>
          </svg>
        </div>
        <div class="ml-3">
          <div class="mb-2 text-sm text-red-700">
            <ul role="list" class="list-disc pl-5 space-y-1">
              <template x-for="error in notices">
                <li x-html="error.message"></li>
              </template>
            </ul>
          </div>
        </div>
      </div>
    </div>
  </template>
  <div>
    <div x-data="{
    inputType: 'text',
    value: form.user_login
}" class="">
      <div class="relative">
        <input type="text" name="user_login" id="user_login-2" placeholder="Email  *" value=""
          class="block w-full px-3 lg:px-6 focus:outline-none py-3 text-sm focus:ring-0 focus:border-gray-200 text-black shadow-[0_3px_0_0_rgba(213, 213, 213, 1)] rounded-full placeholder:text-gray-400 font-medium border-gray-200 text-black "
          x-model="form.user_login">
        <div class="absolute inset-y-0 right-0 flex items-center">
        </div>
      </div>
    </div>
    <p class="mt-1 text-sm text-primary pl-4 text-xs md:text-sm text-primary py-2 -mt-1" x-html="fieldError('user_login')">
    </p>
  </div>
  <div class="mt-5 md:mt-1">
    <div x-data="{
    inputType: 'password',
    value: form.user_password
}" class="">
      <div class="relative">
        <input type="password" :type="inputType" name="user_password" id="user_password-3" placeholder="Fjalëkalimi  *" value=""
          class="block w-full px-3 lg:px-6 focus:outline-none py-3 text-sm focus:ring-0 focus:border-gray-200 text-black shadow-[0_3px_0_0_rgba(213, 213, 213, 1)] rounded-full placeholder:text-gray-400 font-medium border-gray-200 text-black "
          x-model="form.user_password">
        <div class="absolute inset-y-0 right-0 flex items-center">
          <button type="button" class="text-primary p-1 pr-2 rounded focus:text-primary-dark" @click="inputType = inputType === 'password' ? 'text' : 'password'">
            <svg x-show="inputType === 'password'" xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-primary-light" viewBox="0 0 512 512">
              <path d="M255.66 112c-77.94 0-157.89 45.11-220.83 135.33a16 16 0 00-.27 17.77C82.92 340.8 161.8 400 255.66 400c92.84 0 173.34-59.38 221.79-135.25a16.14 16.14 0 000-17.47C428.89 172.28 347.8 112 255.66 112z" fill="none"
                stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"></path>
              <circle cx="256" cy="256" r="80" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"></circle>
            </svg>
            <svg x-show="inputType === 'text'" x-cloak="" xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-primary-light" viewBox="0 0 23.428 20.076">
              <path id="Icon_ionic-md-eye-off" data-name="Icon ionic-md-eye-off"
                d="M13.966,8.724a5.311,5.311,0,0,1,5.328,5.286,5.084,5.084,0,0,1-.382,1.934l3.111,3.085a12.5,12.5,0,0,0,3.655-5.019A12.617,12.617,0,0,0,9.716,6.821l2.3,2.285A5.268,5.268,0,0,1,13.966,8.724ZM3.317,5.844l2.431,2.41.491.486A12.439,12.439,0,0,0,2.25,14.01a12.635,12.635,0,0,0,16.38,7.037l.45.444L22.2,24.576l1.354-1.344L4.665,4.5ZM9.2,11.684l1.652,1.636a3,3,0,0,0-.084.685,3.179,3.179,0,0,0,3.194,3.168,3,3,0,0,0,.69-.084l1.652,1.636A5.3,5.3,0,0,1,8.639,14,5.222,5.222,0,0,1,9.2,11.684Zm4.59-.821,3.356,3.33.021-.167a3.179,3.179,0,0,0-3.194-3.168Z"
                transform="translate(-2.25 -4.5)" fill="currentColor"></path>
            </svg>
          </button>
        </div>
      </div>
    </div>
    <p class="mt-1 text-sm text-primary pl-4 text-xs md:text-sm text-primary  py-2 -mt-1" x-html="fieldError('user_password')">
    </p>
  </div>
  <p class="text-right">
    <a class="inline-block text-secondary hover:text-black font-medium underline text-base cursor-pointer text-sm" href="https://hamleys.staging.nmc.al/my-account/lost-password/">
    Harruat fjalëkalimin?
</a>
  </p>
  <div class="mt-12 md:my-2">
    <button
      class="w-full mt-3 inline-flex items-center justify-center text-center px-2 md:px-8 py-2 border-2 border-primary text-base font-medium rounded-full leading-5 hover:bg-primary hover:text-white focus:outline-none focus:ring-primary-dark disabled:opacity-50"
      type="submit"> Hyr </button>
  </div>
</form>

<form x-data="Form({
    id: 'register',
    action: '/wp-json/pnt-auth/v2/register',
    schema: window.register_user_schema,
    settings: {
        nonce: '169192d405',
    },
    defaultValues: {
        customer_name: '',
        customer_surname: '',
        password: '',
        password_confirm: '',
        email: '',
        gdpr_privacy: true,
        gdpr_newsletter: false
    },
})" @submit.prevent="handleSubmit">
  <template x-if="notices &amp;&amp; notices.length">
    <div class="rounded-md bg-red-50 p-4 mt-4 mb-4">
      <div class="flex">
        <div class="flex-shrink-0">
          <svg class="h-5 w-5 text-red-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
            <path fill-rule="evenodd"
              d="M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z"
              clip-rule="evenodd"></path>
          </svg>
        </div>
        <div class="ml-3">
          <span class="text-sm font-medium text-red-800"> Veprimi nuk u krye </span>
          <div class="mt-2 text-sm text-red-700">
            <ul role="list" class="list-disc pl-5 space-y-1">
              <template x-for="error in notices">
                <li x-html="error.message"></li>
              </template>
            </ul>
          </div>
        </div>
      </div>
    </div>
  </template>
  <div class="flex flex-col md:flex-row md:space-x-10">
    <div class="w-full">
      <div x-data="{
    inputType: 'text',
    value: form.customer_name
}" class="">
        <label for="customer_name-4" x-cloak="" class="block text-sm font-bold text-gray-600 "> Emri * </label>
        <div class="relative mt-1">
          <input type="text" name="customer_name" id="customer_name-4" value="" class="block w-full px-3 lg:px-6 focus:outline-none py-3 text-sm focus:ring-0 focus:border-gray-200 rounded-md " x-model="form.customer_name">
          <div class="absolute inset-y-0 right-0 flex items-center">
          </div>
        </div>
      </div>
      <p class="mt-1 text-sm text-primary text-xs md:text-sm" x-html="fieldError('customer_name')">
      </p>
    </div>
    <div class="w-full mt-8 md:mt-0">
      <div x-data="{
    inputType: 'text',
    value: form.customer_surname
}" class="">
        <label for="customer_surname-5" x-cloak="" class="block text-sm font-bold text-gray-600 "> Mbiemri * </label>
        <div class="relative mt-1">
          <input type="text" name="customer_surname" id="customer_surname-5" value="" class="block w-full px-3 lg:px-6 focus:outline-none py-3 text-sm focus:ring-0 focus:border-gray-200 rounded-md " x-model="form.customer_surname">
          <div class="absolute inset-y-0 right-0 flex items-center">
          </div>
        </div>
      </div>
      <p class="mt-1 text-sm text-primary text-xs md:text-sm" x-html="fieldError('customer_surname')">
      </p>
    </div>
  </div>
  <div class="mt-8 md:mt-5">
    <div x-data="{
    inputType: 'text',
    value: form.email
}" class="">
      <label for="email-6" x-cloak="" class="block text-sm font-bold text-gray-600 "> Email * </label>
      <div class="relative mt-1">
        <input type="text" name="email" id="email-6" value="" class="block w-full px-3 lg:px-6 focus:outline-none py-3 text-sm focus:ring-0 focus:border-gray-200 rounded-md " x-model="form.email">
        <div class="absolute inset-y-0 right-0 flex items-center">
        </div>
      </div>
    </div>
    <p class="mt-1 text-sm text-primary text-xs md:text-sm" x-html="fieldError('email')">
    </p>
  </div>
  <div class="mt-8 md:mt-5">
    <div x-data="{
    inputType: 'password',
    value: form.password
}" class="">
      <label for="password-7" x-cloak="" class="block text-sm font-bold text-gray-600 "> Fjalëkalimi * </label>
      <div class="relative mt-1">
        <input type="password" :type="inputType" name="password" id="password-7" value="" class="block w-full px-3 lg:px-6 focus:outline-none py-3 text-sm focus:ring-0 focus:border-gray-200 rounded-md " x-model="form.password">
        <div class="absolute inset-y-0 right-0 flex items-center">
          <button type="button" class="text-primary p-1 pr-2 rounded focus:text-primary-dark" @click="inputType = inputType === 'password' ? 'text' : 'password'">
            <svg x-show="inputType === 'password'" xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-primary-light" viewBox="0 0 512 512">
              <path d="M255.66 112c-77.94 0-157.89 45.11-220.83 135.33a16 16 0 00-.27 17.77C82.92 340.8 161.8 400 255.66 400c92.84 0 173.34-59.38 221.79-135.25a16.14 16.14 0 000-17.47C428.89 172.28 347.8 112 255.66 112z" fill="none"
                stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"></path>
              <circle cx="256" cy="256" r="80" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"></circle>
            </svg>
            <svg x-show="inputType === 'text'" x-cloak="" xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-primary-light" viewBox="0 0 23.428 20.076">
              <path id="Icon_ionic-md-eye-off" data-name="Icon ionic-md-eye-off"
                d="M13.966,8.724a5.311,5.311,0,0,1,5.328,5.286,5.084,5.084,0,0,1-.382,1.934l3.111,3.085a12.5,12.5,0,0,0,3.655-5.019A12.617,12.617,0,0,0,9.716,6.821l2.3,2.285A5.268,5.268,0,0,1,13.966,8.724ZM3.317,5.844l2.431,2.41.491.486A12.439,12.439,0,0,0,2.25,14.01a12.635,12.635,0,0,0,16.38,7.037l.45.444L22.2,24.576l1.354-1.344L4.665,4.5ZM9.2,11.684l1.652,1.636a3,3,0,0,0-.084.685,3.179,3.179,0,0,0,3.194,3.168,3,3,0,0,0,.69-.084l1.652,1.636A5.3,5.3,0,0,1,8.639,14,5.222,5.222,0,0,1,9.2,11.684Zm4.59-.821,3.356,3.33.021-.167a3.179,3.179,0,0,0-3.194-3.168Z"
                transform="translate(-2.25 -4.5)" fill="currentColor"></path>
            </svg>
          </button>
        </div>
      </div>
    </div>
    <p class="mt-1 text-sm text-primary text-xs md:text-sm" x-html="fieldError('password')">
    </p>
  </div>
  <div class="mt-8 md:mt-5">
    <div x-data="{
    inputType: 'password',
    value: form.password_confirm
}" class="">
      <label for="password_confirm-8" x-cloak="" class="block text-sm font-bold text-gray-600 "> Konfirmo fjalëkalimin * </label>
      <div class="relative mt-1">
        <input type="password" :type="inputType" name="password_confirm" id="password_confirm-8" value="" class="block w-full px-3 lg:px-6 focus:outline-none py-3 text-sm focus:ring-0 focus:border-gray-200 rounded-md "
          x-model="form.password_confirm">
        <div class="absolute inset-y-0 right-0 flex items-center">
          <button type="button" class="text-primary p-1 pr-2 rounded focus:text-primary-dark" @click="inputType = inputType === 'password' ? 'text' : 'password'">
            <svg x-show="inputType === 'password'" xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-primary-light" viewBox="0 0 512 512">
              <path d="M255.66 112c-77.94 0-157.89 45.11-220.83 135.33a16 16 0 00-.27 17.77C82.92 340.8 161.8 400 255.66 400c92.84 0 173.34-59.38 221.79-135.25a16.14 16.14 0 000-17.47C428.89 172.28 347.8 112 255.66 112z" fill="none"
                stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"></path>
              <circle cx="256" cy="256" r="80" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"></circle>
            </svg>
            <svg x-show="inputType === 'text'" x-cloak="" xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-primary-light" viewBox="0 0 23.428 20.076">
              <path id="Icon_ionic-md-eye-off" data-name="Icon ionic-md-eye-off"
                d="M13.966,8.724a5.311,5.311,0,0,1,5.328,5.286,5.084,5.084,0,0,1-.382,1.934l3.111,3.085a12.5,12.5,0,0,0,3.655-5.019A12.617,12.617,0,0,0,9.716,6.821l2.3,2.285A5.268,5.268,0,0,1,13.966,8.724ZM3.317,5.844l2.431,2.41.491.486A12.439,12.439,0,0,0,2.25,14.01a12.635,12.635,0,0,0,16.38,7.037l.45.444L22.2,24.576l1.354-1.344L4.665,4.5ZM9.2,11.684l1.652,1.636a3,3,0,0,0-.084.685,3.179,3.179,0,0,0,3.194,3.168,3,3,0,0,0,.69-.084l1.652,1.636A5.3,5.3,0,0,1,8.639,14,5.222,5.222,0,0,1,9.2,11.684Zm4.59-.821,3.356,3.33.021-.167a3.179,3.179,0,0,0-3.194-3.168Z"
                transform="translate(-2.25 -4.5)" fill="currentColor"></path>
            </svg>
          </button>
        </div>
      </div>
    </div>
    <p class="mt-1 text-sm text-primary text-xs md:text-sm" x-html="fieldError('password_confirm')">
    </p>
  </div>
  <div class="mt-2">
    <div x-data="{ checked: '1' }">
      <div class="flex mr-4 mb-2 cursor-pointer" @click="checked=!checked">
        <input type="checkbox" id="gdpr_privacy-9" name="gdpr_privacy" value="" class="opacity-0 absolute h-5 w-5" x-model="form.gdpr_privacy">
        <div class="rounded-sm w-5 h-5 flex flex-shrink-0 justify-center items-center mr-2 shadow-[1px_2px_0_0] shadow-black mt-1 border-2 border-black">
          <div x-show="checked"><svg fill="#000000" class="w-4" viewBox="-4 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg">
              <title>check</title>
              <path d="M19.375 5.063l-9.5 13.625-6.563-4.875-3.313 4.594 11.188 8.531 12.813-18.375z"></path>
            </svg>
          </div>
        </div>
        <label for="gdpr_privacy-9" class="select-none text-gray-600 font-medium text-sm">Duke u regjistruar në faqen tonë, ju bini dakort me politikat e privatësisë së Hamleys.*</label>
      </div>
    </div>
    <p class="mt-1 text-sm text-primary text-xs md:text-sm" x-html="fieldError('gdpr_privacy')">
    </p>
  </div>
  <hr>
  <div class="mt-4">
    <p class="font-bold text-gray-600">Njoftime dhe email</p>
    <div x-data="{ checked: '' }">
      <div class="flex mr-4 mb-2 cursor-pointer" @click="checked=!checked">
        <input type="checkbox" id="gdpr_newsletter-10" name="gdpr_newsletter" value="" class="opacity-0 absolute h-5 w-5" x-model="form.gdpr_newsletter">
        <div class="rounded-sm w-5 h-5 flex flex-shrink-0 justify-center items-center mr-2 shadow-[1px_2px_0_0] shadow-black mt-1 border-2 border-black">
          <div x-show="checked"><svg fill="#000000" class="w-4" viewBox="-4 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg">
              <title>check</title>
              <path d="M19.375 5.063l-9.5 13.625-6.563-4.875-3.313 4.594 11.188 8.531 12.813-18.375z"></path>
            </svg>
          </div>
        </div>
        <label for="gdpr_newsletter-10" class="select-none text-gray-600 font-medium text-sm">
          <p class="mb-3"> Regjistrohu për t'u informuar rreth ofertave, lodrave të reja, eventeve, konkurseve dhe më shumë. </p>
          <p class="mb-3"> Duke u regjistruar, ju bini dakort për të marrë email informues nga Hamleys. Klikoni këtu për të lexuar politikat e privatësisë dhe termat. </p>
          <p> Ju mund t'i ndryshoni preferencat kurdo ne profilin tuaj. </p>
        </label>
      </div>
    </div>
    <p class="mt-1 text-sm text-primary text-xs md:text-sm" x-html="fieldError('gdpr_newsletter')">
    </p>
  </div>
  <div class="my-4">
    <button
      class="bg-primary text-white w-full rounded-md inline-flex items-center justify-center text-center px-2 md:px-8 py-2 border-2 border-primary text-base font-medium rounded-full leading-5 hover:bg-primary hover:text-white focus:outline-none focus:ring-primary-dark disabled:opacity-50"
      x-bind:disabled="isLoading" submit="submit"> Regjistrohu </button>
  </div>
  <button
    class="text-primary w-full rounded-md inline-flex items-center justify-center text-center px-2 md:px-8 py-2 border-2 border-primary text-base font-medium rounded-full leading-5 hover:bg-primary hover:text-white focus:outline-none focus:ring-primary-dark disabled:opacity-50"
    type="button" x-on:click="activeSection = 'login'"> Hyr në profilin tënd </button>
</form>

POST

<form x-data="Form({
                id: 'login',
                action: '/wp-json/pnt-auth/v2/login',
                schema: window.login_user_schema,
                settings: {
                    nonce: '169192d405',
                },
                defaultValues: {
                    user_password: '',
                    user_login: ''
                },
            })" @submit.prevent="handleSubmit" method="POST" class="w-full">
  <template x-if="notices &amp;&amp; notices.length">
    <div class="rounded-md bg-red-50 p-4 mt-4 mb-4">
      <div class="flex">
        <div class="flex-shrink-0">
          <svg class="h-5 w-5 text-red-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
            <path fill-rule="evenodd"
              d="M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z"
              clip-rule="evenodd"></path>
          </svg>
        </div>
        <div class="ml-3">
          <div class="mb-2 text-sm text-red-700">
            <ul role="list" class="list-disc pl-5 space-y-1">
              <template x-for="error in notices">
                <li x-html="error.message"></li>
              </template>
            </ul>
          </div>
        </div>
      </div>
    </div>
  </template>
  <div>
    <div x-data="{
    inputType: 'text',
    value: form.user_login
}" class="">
      <div class="relative">
        <input type="text" name="user_login" id="user_login-2" placeholder="Email  *" value=""
          class="block w-full px-3 lg:px-6 focus:outline-none py-3 text-sm focus:ring-0 focus:border-gray-200 text-black shadow-[0_3px_0_0_rgba(213, 213, 213, 1)] rounded-full placeholder:text-gray-400 font-medium border-gray-200 text-black "
          x-model="form.user_login">
        <div class="absolute inset-y-0 right-0 flex items-center">
        </div>
      </div>
    </div>
    <p class="mt-1 text-sm text-primary pl-4 text-xs md:text-sm text-primary py-2 -mt-1" x-html="fieldError('user_login')"></p>
  </div>
  <div class="mt-5 md:mt-1">
    <div x-data="{
    inputType: 'password',
    value: form.user_password
}" class="">
      <div class="relative">
        <input type="password" :type="inputType" name="user_password" id="user_password-3" placeholder="Fjalëkalimi  *" value=""
          class="block w-full px-3 lg:px-6 focus:outline-none py-3 text-sm focus:ring-0 focus:border-gray-200 text-black shadow-[0_3px_0_0_rgba(213, 213, 213, 1)] rounded-full placeholder:text-gray-400 font-medium border-gray-200 text-black "
          x-model="form.user_password">
        <div class="absolute inset-y-0 right-0 flex items-center">
          <button type="button" class="text-primary p-1 pr-2 rounded focus:text-primary-dark" @click="inputType = inputType === 'password' ? 'text' : 'password'">
            <svg x-show="inputType === 'password'" xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-primary-light" viewBox="0 0 512 512">
              <path d="M255.66 112c-77.94 0-157.89 45.11-220.83 135.33a16 16 0 00-.27 17.77C82.92 340.8 161.8 400 255.66 400c92.84 0 173.34-59.38 221.79-135.25a16.14 16.14 0 000-17.47C428.89 172.28 347.8 112 255.66 112z" fill="none"
                stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"></path>
              <circle cx="256" cy="256" r="80" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"></circle>
            </svg>
            <svg x-show="inputType === 'text'" xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-primary-light" viewBox="0 0 23.428 20.076" style="display: none;">
              <path id="Icon_ionic-md-eye-off" data-name="Icon ionic-md-eye-off"
                d="M13.966,8.724a5.311,5.311,0,0,1,5.328,5.286,5.084,5.084,0,0,1-.382,1.934l3.111,3.085a12.5,12.5,0,0,0,3.655-5.019A12.617,12.617,0,0,0,9.716,6.821l2.3,2.285A5.268,5.268,0,0,1,13.966,8.724ZM3.317,5.844l2.431,2.41.491.486A12.439,12.439,0,0,0,2.25,14.01a12.635,12.635,0,0,0,16.38,7.037l.45.444L22.2,24.576l1.354-1.344L4.665,4.5ZM9.2,11.684l1.652,1.636a3,3,0,0,0-.084.685,3.179,3.179,0,0,0,3.194,3.168,3,3,0,0,0,.69-.084l1.652,1.636A5.3,5.3,0,0,1,8.639,14,5.222,5.222,0,0,1,9.2,11.684Zm4.59-.821,3.356,3.33.021-.167a3.179,3.179,0,0,0-3.194-3.168Z"
                transform="translate(-2.25 -4.5)" fill="currentColor"></path>
            </svg>
          </button>
        </div>
      </div>
    </div>
    <p class="mt-1 text-sm text-primary pl-4 text-xs md:text-sm text-primary  py-2 -mt-1" x-html="fieldError('user_password')"></p>
  </div>
  <p class="text-right">
    <a class="inline-block text-secondary hover:text-black font-medium underline text-base cursor-pointer text-sm" href="https://hamleys.staging.nmc.al/my-account/lost-password/">
    Harruat fjalëkalimin?
</a>
  </p>
  <div class="mt-12 md:my-2">
    <button
      class="w-full mt-3 inline-flex items-center justify-center text-center px-2 md:px-8 py-2 border-2 border-primary text-base font-medium rounded-full leading-5 hover:bg-primary hover:text-white focus:outline-none focus:ring-primary-dark disabled:opacity-50"
      type="submit"> Hyr </button>
  </div>
</form>

<form x-data="Form({
    id: 'register',
    action: '/wp-json/pnt-auth/v2/register',
    schema: window.register_user_schema,
    settings: {
        nonce: '169192d405',
    },
    defaultValues: {
        customer_name: '',
        customer_surname: '',
        password: '',
        password_confirm: '',
        email: '',
        gdpr_privacy: true,
        gdpr_newsletter: false
    },
})" @submit.prevent="handleSubmit">
  <template x-if="notices &amp;&amp; notices.length">
    <div class="rounded-md bg-red-50 p-4 mt-4 mb-4">
      <div class="flex">
        <div class="flex-shrink-0">
          <svg class="h-5 w-5 text-red-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
            <path fill-rule="evenodd"
              d="M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z"
              clip-rule="evenodd"></path>
          </svg>
        </div>
        <div class="ml-3">
          <span class="text-sm font-medium text-red-800"> Veprimi nuk u krye </span>
          <div class="mt-2 text-sm text-red-700">
            <ul role="list" class="list-disc pl-5 space-y-1">
              <template x-for="error in notices">
                <li x-html="error.message"></li>
              </template>
            </ul>
          </div>
        </div>
      </div>
    </div>
  </template>
  <div class="flex flex-col md:flex-row md:space-x-10">
    <div class="w-full">
      <div x-data="{
    inputType: 'text',
    value: form.customer_name
}" class="">
        <label for="customer_name-4" class="block text-sm font-bold text-gray-600 "> Emri * </label>
        <div class="relative mt-1">
          <input type="text" name="customer_name" id="customer_name-4" value="" class="block w-full px-3 lg:px-6 focus:outline-none py-3 text-sm focus:ring-0 focus:border-gray-200 rounded-md " x-model="form.customer_name">
          <div class="absolute inset-y-0 right-0 flex items-center">
          </div>
        </div>
      </div>
      <p class="mt-1 text-sm text-primary text-xs md:text-sm" x-html="fieldError('customer_name')"></p>
    </div>
    <div class="w-full mt-8 md:mt-0">
      <div x-data="{
    inputType: 'text',
    value: form.customer_surname
}" class="">
        <label for="customer_surname-5" class="block text-sm font-bold text-gray-600 "> Mbiemri * </label>
        <div class="relative mt-1">
          <input type="text" name="customer_surname" id="customer_surname-5" value="" class="block w-full px-3 lg:px-6 focus:outline-none py-3 text-sm focus:ring-0 focus:border-gray-200 rounded-md " x-model="form.customer_surname">
          <div class="absolute inset-y-0 right-0 flex items-center">
          </div>
        </div>
      </div>
      <p class="mt-1 text-sm text-primary text-xs md:text-sm" x-html="fieldError('customer_surname')"></p>
    </div>
  </div>
  <div class="mt-8 md:mt-5">
    <div x-data="{
    inputType: 'text',
    value: form.email
}" class="">
      <label for="email-6" class="block text-sm font-bold text-gray-600 "> Email * </label>
      <div class="relative mt-1">
        <input type="text" name="email" id="email-6" value="" class="block w-full px-3 lg:px-6 focus:outline-none py-3 text-sm focus:ring-0 focus:border-gray-200 rounded-md " x-model="form.email">
        <div class="absolute inset-y-0 right-0 flex items-center">
        </div>
      </div>
    </div>
    <p class="mt-1 text-sm text-primary text-xs md:text-sm" x-html="fieldError('email')"></p>
  </div>
  <div class="mt-8 md:mt-5">
    <div x-data="{
    inputType: 'password',
    value: form.password
}" class="">
      <label for="password-7" class="block text-sm font-bold text-gray-600 "> Fjalëkalimi * </label>
      <div class="relative mt-1">
        <input type="password" :type="inputType" name="password" id="password-7" value="" class="block w-full px-3 lg:px-6 focus:outline-none py-3 text-sm focus:ring-0 focus:border-gray-200 rounded-md " x-model="form.password">
        <div class="absolute inset-y-0 right-0 flex items-center">
          <button type="button" class="text-primary p-1 pr-2 rounded focus:text-primary-dark" @click="inputType = inputType === 'password' ? 'text' : 'password'">
            <svg x-show="inputType === 'password'" xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-primary-light" viewBox="0 0 512 512">
              <path d="M255.66 112c-77.94 0-157.89 45.11-220.83 135.33a16 16 0 00-.27 17.77C82.92 340.8 161.8 400 255.66 400c92.84 0 173.34-59.38 221.79-135.25a16.14 16.14 0 000-17.47C428.89 172.28 347.8 112 255.66 112z" fill="none"
                stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"></path>
              <circle cx="256" cy="256" r="80" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"></circle>
            </svg>
            <svg x-show="inputType === 'text'" xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-primary-light" viewBox="0 0 23.428 20.076" style="display: none;">
              <path id="Icon_ionic-md-eye-off" data-name="Icon ionic-md-eye-off"
                d="M13.966,8.724a5.311,5.311,0,0,1,5.328,5.286,5.084,5.084,0,0,1-.382,1.934l3.111,3.085a12.5,12.5,0,0,0,3.655-5.019A12.617,12.617,0,0,0,9.716,6.821l2.3,2.285A5.268,5.268,0,0,1,13.966,8.724ZM3.317,5.844l2.431,2.41.491.486A12.439,12.439,0,0,0,2.25,14.01a12.635,12.635,0,0,0,16.38,7.037l.45.444L22.2,24.576l1.354-1.344L4.665,4.5ZM9.2,11.684l1.652,1.636a3,3,0,0,0-.084.685,3.179,3.179,0,0,0,3.194,3.168,3,3,0,0,0,.69-.084l1.652,1.636A5.3,5.3,0,0,1,8.639,14,5.222,5.222,0,0,1,9.2,11.684Zm4.59-.821,3.356,3.33.021-.167a3.179,3.179,0,0,0-3.194-3.168Z"
                transform="translate(-2.25 -4.5)" fill="currentColor"></path>
            </svg>
          </button>
        </div>
      </div>
    </div>
    <p class="mt-1 text-sm text-primary text-xs md:text-sm" x-html="fieldError('password')"></p>
  </div>
  <div class="mt-8 md:mt-5">
    <div x-data="{
    inputType: 'password',
    value: form.password_confirm
}" class="">
      <label for="password_confirm-8" class="block text-sm font-bold text-gray-600 "> Konfirmo fjalëkalimin * </label>
      <div class="relative mt-1">
        <input type="password" :type="inputType" name="password_confirm" id="password_confirm-8" value="" class="block w-full px-3 lg:px-6 focus:outline-none py-3 text-sm focus:ring-0 focus:border-gray-200 rounded-md "
          x-model="form.password_confirm">
        <div class="absolute inset-y-0 right-0 flex items-center">
          <button type="button" class="text-primary p-1 pr-2 rounded focus:text-primary-dark" @click="inputType = inputType === 'password' ? 'text' : 'password'">
            <svg x-show="inputType === 'password'" xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-primary-light" viewBox="0 0 512 512">
              <path d="M255.66 112c-77.94 0-157.89 45.11-220.83 135.33a16 16 0 00-.27 17.77C82.92 340.8 161.8 400 255.66 400c92.84 0 173.34-59.38 221.79-135.25a16.14 16.14 0 000-17.47C428.89 172.28 347.8 112 255.66 112z" fill="none"
                stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"></path>
              <circle cx="256" cy="256" r="80" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"></circle>
            </svg>
            <svg x-show="inputType === 'text'" xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-primary-light" viewBox="0 0 23.428 20.076" style="display: none;">
              <path id="Icon_ionic-md-eye-off" data-name="Icon ionic-md-eye-off"
                d="M13.966,8.724a5.311,5.311,0,0,1,5.328,5.286,5.084,5.084,0,0,1-.382,1.934l3.111,3.085a12.5,12.5,0,0,0,3.655-5.019A12.617,12.617,0,0,0,9.716,6.821l2.3,2.285A5.268,5.268,0,0,1,13.966,8.724ZM3.317,5.844l2.431,2.41.491.486A12.439,12.439,0,0,0,2.25,14.01a12.635,12.635,0,0,0,16.38,7.037l.45.444L22.2,24.576l1.354-1.344L4.665,4.5ZM9.2,11.684l1.652,1.636a3,3,0,0,0-.084.685,3.179,3.179,0,0,0,3.194,3.168,3,3,0,0,0,.69-.084l1.652,1.636A5.3,5.3,0,0,1,8.639,14,5.222,5.222,0,0,1,9.2,11.684Zm4.59-.821,3.356,3.33.021-.167a3.179,3.179,0,0,0-3.194-3.168Z"
                transform="translate(-2.25 -4.5)" fill="currentColor"></path>
            </svg>
          </button>
        </div>
      </div>
    </div>
    <p class="mt-1 text-sm text-primary text-xs md:text-sm" x-html="fieldError('password_confirm')"></p>
  </div>
  <div class="mt-2">
    <div x-data="{ checked: '1' }">
      <div class="flex mr-4 mb-2 cursor-pointer" @click="checked=!checked">
        <input type="checkbox" id="gdpr_privacy-9" name="gdpr_privacy" value="" class="opacity-0 absolute h-5 w-5" x-model="form.gdpr_privacy">
        <div class="rounded-sm w-5 h-5 flex flex-shrink-0 justify-center items-center mr-2 shadow-[1px_2px_0_0] shadow-black mt-1 border-2 border-black">
          <div x-show="checked"><svg fill="#000000" class="w-4" viewBox="-4 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg">
              <title>check</title>
              <path d="M19.375 5.063l-9.5 13.625-6.563-4.875-3.313 4.594 11.188 8.531 12.813-18.375z"></path>
            </svg>
          </div>
        </div>
        <label for="gdpr_privacy-9" class="select-none text-gray-600 font-medium text-sm">Duke u regjistruar në faqen tonë, ju bini dakort me politikat e privatësisë së Hamleys.*</label>
      </div>
    </div>
    <p class="mt-1 text-sm text-primary text-xs md:text-sm" x-html="fieldError('gdpr_privacy')"></p>
  </div>
  <hr>
  <div class="mt-4">
    <p class="font-bold text-gray-600">Njoftime dhe email</p>
    <div x-data="{ checked: '' }">
      <div class="flex mr-4 mb-2 cursor-pointer" @click="checked=!checked">
        <input type="checkbox" id="gdpr_newsletter-10" name="gdpr_newsletter" value="" class="opacity-0 absolute h-5 w-5" x-model="form.gdpr_newsletter">
        <div class="rounded-sm w-5 h-5 flex flex-shrink-0 justify-center items-center mr-2 shadow-[1px_2px_0_0] shadow-black mt-1 border-2 border-black">
          <div x-show="checked" style="display: none;"><svg fill="#000000" class="w-4" viewBox="-4 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg">
              <title>check</title>
              <path d="M19.375 5.063l-9.5 13.625-6.563-4.875-3.313 4.594 11.188 8.531 12.813-18.375z"></path>
            </svg>
          </div>
        </div>
        <label for="gdpr_newsletter-10" class="select-none text-gray-600 font-medium text-sm">
          <p class="mb-3"> Regjistrohu për t'u informuar rreth ofertave, lodrave të reja, eventeve, konkurseve dhe më shumë. </p>
          <p class="mb-3"> Duke u regjistruar, ju bini dakort për të marrë email informues nga Hamleys. Klikoni këtu për të lexuar politikat e privatësisë dhe termat. </p>
          <p> Ju mund t'i ndryshoni preferencat kurdo ne profilin tuaj. </p>
        </label>
      </div>
    </div>
    <p class="mt-1 text-sm text-primary text-xs md:text-sm" x-html="fieldError('gdpr_newsletter')"></p>
  </div>
  <div class="my-4">
    <button
      class="bg-primary text-white w-full rounded-md inline-flex items-center justify-center text-center px-2 md:px-8 py-2 border-2 border-primary text-base font-medium rounded-full leading-5 hover:bg-primary hover:text-white focus:outline-none focus:ring-primary-dark disabled:opacity-50"
      x-bind:disabled="isLoading" submit="submit"> Regjistrohu </button>
  </div>
  <button
    class="text-primary w-full rounded-md inline-flex items-center justify-center text-center px-2 md:px-8 py-2 border-2 border-primary text-base font-medium rounded-full leading-5 hover:bg-primary hover:text-white focus:outline-none focus:ring-primary-dark disabled:opacity-50"
    type="button" x-on:click="activeSection = 'login'"> Hyr në profilin tënd </button>
</form>

Text Content

Hamleys

Hyr / Regjistrohu
Profili
Paneli Porositë Addresses Detajet e profilit Lista e dëshirave
Dil

Shporta (0)
Produkte
Sipas çmimit
Më pak se 2000 L 2000L deri 5000L 5000L deri 10000L Më shumë se 10000L
Lodra ndërtuese
Lego Playmobil Lodra të tjera
Pellusha
Arushë Kafshët e buta Kafshët e detit Kafshët e egra Marioneta Pellusha me
bateri
Parashkollor
Lodra edukative Lodra me muzikë Lodra uji Personazhe për parashkollor
Djem
Drona Figura me personazhe Lodra robotike Makinë & sete me makina Makinë me
telekomandë
Vajza
Aksesorë mode Kukull bebe Kukulla
Lojra & Puzzle
Lojra tavoline Lojra të tjera Lojë me role Puzzle
Sport dhe Argëtim
Lodra për në natyrë Lodra të tjera Skuter
Lodra kreative dhe libra
Libra Lodra kreative
Shkencë dhe Magji
Lodra magjie Lodra shkencore
Aksesorë
Bateri Canta Figurinat Lodra te tjera Valixhe
Veshje
Veshje për djem Veshje për vajza Çorape
Sipas moshës

Sipas markës

Hyr / Regjistrohu Profili

Hamleys
Produkte
Sipas moshës
Sipas markës
Hamleys
Sipas çmimit Më pak se 2000 L 2000L deri 5000L 5000L deri 10000L Më shumë se
10000L
Lodra ndërtuese Lego Playmobil Lodra të tjera
Pellusha Arushë Kafshët e buta Kafshët e detit Kafshët e egra Marioneta Pellusha
me bateri
Parashkollor Lodra edukative Lodra me muzikë Lodra uji Personazhe për
parashkollor
Djem Drona Figura me personazhe Lodra robotike Makinë & sete me makina Makinë me
telekomandë
Vajza Aksesorë mode Kukull bebe Kukulla
Lojra & Puzzle Lojra tavoline Lojra të tjera Lojë me role Puzzle
Sport dhe Argëtim Lodra për në natyrë Lodra të tjera Skuter
Lodra kreative dhe libra Libra Lodra kreative
Shkencë dhe Magji Lodra magjie Lodra shkencore
Aksesorë Bateri Canta Figurinat Lodra te tjera Valixhe
Veshje Veshje për djem Veshje për vajza Çorape
Hamleys

Hamleys



Transport falas për porosi mbi 3500L

Transport falas për porosi mbi 3500L

Transport falas për porosi mbi 3500L

Transport falas për porosi mbi 3500L

Transport falas për porosi mbi 3500L

Transport falas për porosi mbi 3500L







BLI SIPAS MOSHËS




KATEGORITË E PREFERUARA


DJEM

Bli tani


KUKULLA

Bli tani


LODRA KREATIVE DHE LIBRA

Bli tani


LODRA NDËRTUESE

Bli tani


LOJRA &AMP; PUZZLE

Bli tani


PARASHKOLLOR

Bli tani


PELLUSHA

Bli tani


SPORT DHE ARGËTIM

Bli tani


MARKAT E PREFERUARA


Hamleys

Ne j'u njoftojmë për oferta, lodra të reja, dhe mbi më të fundit rreth botës
magjike të lodrave.



*Duke vendosur email tuaj, ju bini dakort për të marrë njoftime nga Hamleys.
Klikoni këtu për të lexuar politikat e privatësisë & termat e përdorimit.



Rreth nesh Historia e Hamleys Dyqanet tona Karriera
Kujdesi ndaj klientit Help desk Kontakt Kthimet Transporti
Legals Politika e privatësisë
Rreth nesh
Historia e Hamleys Dyqanet tona Karriera
Kujdesi ndaj klientit
Help desk Kontakt Kthimet Transporti
Legals
Politika e privatësisë

Hyr

Regjistrohu

Hyr

Harruat fjalëkalimin?

Hyr
Veprimi nuk u krye

Emri *




Mbiemri *




Email *




Fjalëkalimi *




Konfirmo fjalëkalimin *




check
Duke u regjistruar në faqen tonë, ju bini dakort me politikat e privatësisë së
Hamleys.*



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

Njoftime dhe email

check

Regjistrohu për t'u informuar rreth ofertave, lodrave të reja, eventeve,
konkurseve dhe më shumë.

Duke u regjistruar, ju bini dakort për të marrë email informues nga Hamleys.
Klikoni këtu për të lexuar politikat e privatësisë dhe termat.

Ju mund t'i ndryshoni preferencat kurdo ne profilin tuaj.



Regjistrohu
Hyr në profilin tënd


ERROR.


Mbyll
Information:
Success:
Gabim:



Close notification



Hyr

Regjistrohu

Hyr

Harruat fjalëkalimin?

Hyr
Veprimi nuk u krye

Emri *




Mbiemri *




Email *




Fjalëkalimi *




Konfirmo fjalëkalimin *




check
Duke u regjistruar në faqen tonë, ju bini dakort me politikat e privatësisë së
Hamleys.*



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

Njoftime dhe email

check

Regjistrohu për t'u informuar rreth ofertave, lodrave të reja, eventeve,
konkurseve dhe më shumë.

Duke u regjistruar, ju bini dakort për të marrë email informues nga Hamleys.
Klikoni këtu për të lexuar politikat e privatësisë dhe termat.

Ju mund t'i ndryshoni preferencat kurdo ne profilin tuaj.



Regjistrohu
Hyr në profilin tënd


ERROR.


Mbyll