www.buythistoday.eu Open in urlscan Pro
109.237.216.13  Public Scan

Submitted URL: http://www.buythistoday.eu/
Effective URL: https://www.buythistoday.eu/
Submission: On August 02 via manual from BE — Scanned from NL

Form analysis 3 forms found in the DOM

POST https://www.buythistoday.eu/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYnV5dGhpc3RvZGF5LmV1Lw%2C%2C/product/7709/

<form action="https://www.buythistoday.eu/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYnV5dGhpc3RvZGF5LmV1Lw%2C%2C/product/7709/" method="post" id="product_addtocart_form" novalidate="novalidate">
  <input type="hidden" name="product" value="7709">
  <input type="hidden" name="selected_configurable_option" value="">
  <input type="hidden" name="related_product" id="related-products-field" value="">
  <input name="form_key" type="hidden" value="ACmoBTAYNvrKouSJ">
  <div class="box-tocart">
    <div class="fieldset">
      <div class="field qty">
        <a class="qty-down-fixed-onclick qty-down" href="#"><i class="fa fa-minus"></i></a>
        <div class="control">
          <input type="number" name="qty" id="qty" maxlength="12" value="1" title="Aantal" class="input-text qty"
            data-validate="{&quot;required-number&quot;:true,&quot;validate-item-quantity&quot;:{&quot;minAllowed&quot;:1,&quot;maxAllowed&quot;:10000}}">
        </div>
        <a class="qty-up-fixed-onclick qty-up" href="#"><i class="fa fa-plus"></i></a>
      </div>
      <div class="actions">
        <button type="submit" title="Add to cart" class="action primary tocart" id="product-addtocart-button">
          <span>Aan mandje toevoegen</span>
        </button>
        <br><br> <img src="https://www.outlettoday.nl/image/betaalmet.jpg" class="img-responsive" alt="Betaal met iDEAL, Paypal, MisterCash" title="Betaal met iDEAL, Paypal, MisterCash">
        <div id="instant-purchase" data-bind="scope:'instant-purchase'">
          <!-- ko template: getTemplate() -->
          <!-- ko if: showButton() --><!-- /ko -->
          <!-- /ko -->
        </div>
      </div>
    </div>
  </div>
  <script>
    require(['jquery', 'mage/mage', 'Magento_Catalog/product/view/validation', 'Magento_Catalog/js/catalog-add-to-cart'], function($) {
      'use strict';
      var number_click = 1;
      $(".qty-down-fixed-onclick").click(function() {
        var val_input = $(this).closest('div.field').find('#qty').val();
        val_input = parseInt(val_input);
        if (val_input <= number_click) {
          val_input = number_click;
        } else {
          val_input = val_input - number_click;
        }
        $('div.field div.control #qty').val(val_input);
        return false;
      });
      $(".qty-up-fixed-onclick").click(function() {
        var val_input = $(this).closest('div.field').find('#qty').val();
        val_input = parseInt(val_input);
        val_input = val_input + number_click;
        $('div.field div.control #qty').val(val_input);
        return false;
      });
      $('#product_addtocart_form').mage('validation', {
        radioCheckboxClosest: '.nested',
        submitHandler: function(form) {
          var widget = $(form).catalogAddToCart({
            bindSubmit: false
          });
          widget.catalogAddToCart('submitForm', $(form));
          return false;
        }
      });
    });
  </script>
</form>

POST https://www.buythistoday.eu/newsletter/subscriber/new/

<form class="form subscribe" novalidate="novalidate" action="https://www.buythistoday.eu/newsletter/subscriber/new/" method="post" id="newsletter-validate-detail">
  <div class="field newsletter">
    <div class="txt_newsletter">
      <h3>Wil jij ook op de hoogte blijven van onze aanbiedingen ?</h3>
      <p>Schrijf je hieronder in..</p>
    </div>
    <div class="control">
      <input name="email" type="email" id="newsletter" placeholder="Vul hier uw email in..." data-validate="{required:true, 'validate-email':true}">
      <div class="actions">
        <button class="action subscribe primary" title="Subscribe" type="submit">
          <span>Aanmelden</span>
        </button>
      </div>
    </div>
    <div class="txt_newsletter2">
      <p>We respecteren uw privacy, dus we delen uw gegevens nooit.</p>
    </div>
  </div>
  <div class="field-recaptcha" id="msp-recaptcha-58312e2256fb5bcda606e9b5046e00ef-container" data-bind="scope:'msp-recaptcha-58312e2256fb5bcda606e9b5046e00ef'">
    <!-- ko template: getTemplate() -->
    <!-- ko if: (getIsVisible()) -->
    <div data-bind="{
    attr: {
        'id': getReCaptchaId() + '-wrapper'
    },
    'afterRender': renderReCaptcha()
}" id="msp-recaptcha-58312e2256fb5bcda606e9b5046e00ef-wrapper">
      <div class="g-recaptcha" id="msp-recaptcha-58312e2256fb5bcda606e9b5046e00ef">
        <div class="grecaptcha-badge" data-style="bottomright"
          style="width: 256px; height: 60px; display: block; transition: right 0.3s ease 0s; position: fixed; bottom: 14px; right: -186px; box-shadow: gray 0px 0px 5px; border-radius: 2px; overflow: hidden;">
          <div class="grecaptcha-logo"><iframe title="reCAPTCHA"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LdjpwoaAAAAAE_mHw1Sy7YU9I4yVPvh5sjnhuvH&amp;co=aHR0cHM6Ly93d3cuYnV5dGhpc3RvZGF5LmV1OjQ0Mw..&amp;hl=nl&amp;v=5JGZgxkKwe0uOXDdUvSaNtk_&amp;theme=light&amp;size=invisible&amp;badge=bottomright&amp;cb=yyhtsf4pv9dm"
              width="256" height="60" role="presentation" name="a-tgcvtadsucu" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div>
          <div class="grecaptcha-error"></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
            style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div>
      </div>
      <!-- ko if: (!getIsInvisibleRecaptcha()) --><!-- /ko -->
    </div>
    <!-- /ko -->
    <!-- /ko -->
  </div><input type="text" name="token" style="display: none">
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'">E-mail adres</span></label>
      <div class="control">
        <input name="username" id="customer-email" type="email" class="input-text" placeholder="demo@gmail.com" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete}"
          data-validate="{required:true, 'validate-email':true}" autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Wachtwoord</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" placeholder="Password" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
      <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://www.buythistoday.eu/customer/account/forgotpassword/">
							<span data-bind="i18n: 'Forgot Your Password?'">Wachtwoord vergeten?</span>
						</a>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- ko template: getTemplate() -->
    <!-- ko if: (getIsVisible()) -->
    <div data-bind="{
    attr: {
        'id': getReCaptchaId() + '-wrapper'
    },
    'afterRender': renderReCaptcha()
}" id="msp-recaptcha-popup-login-wrapper">
      <div class="g-recaptcha" id="msp-recaptcha-popup-login">
        <div style="width: 304px; height: 78px;">
          <div><iframe title="reCAPTCHA"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LdjpwoaAAAAAE_mHw1Sy7YU9I4yVPvh5sjnhuvH&amp;co=aHR0cHM6Ly93d3cuYnV5dGhpc3RvZGF5LmV1OjQ0Mw..&amp;hl=nl&amp;v=5JGZgxkKwe0uOXDdUvSaNtk_&amp;theme=light&amp;size=normal&amp;badge=inline&amp;cb=5p8g0qroy17n"
              width="304" height="78" role="presentation" name="a-ln7oejjyxmu" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div><textarea id="g-recaptcha-response-1" name="g-recaptcha-response"
            class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div><iframe style="display: none;"></iframe>
      </div>
      <!-- ko if: (!getIsInvisibleRecaptcha()) -->
      <div class="field">
        <div class="control">
          <input type="checkbox" value="" class="required-captcha checkbox" name="recaptcha-validate-" data-validate="{required:true}">
        </div>
      </div>
      <!-- /ko -->
    </div>
    <!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <div class="actions-toolbar">
      <input name="context" type="hidden" value="checkout">
      <div class="primary">
        <button type="submit" class="action action-login secondary" name="send" id="send2">
          <span data-bind="i18n: 'Sign In'">Inloggen</span>
        </button>
      </div>
      <a class="action-register" data-bind="attr: {href: registerUrl}" href="https://www.buythistoday.eu/customer/account/create/">
							<span data-bind="i18n: 'Create an Account'">Account aanmaken</span>
						</a>
    </div>
  </div>
</form>

Text Content

JavaScript lijkt te zijn uitgeschakeld in uw browser. Voor de beste
gebruikerservaring, zorg ervoor dat javascript ingeschakeld is voor uw browser.

Toggle Nav
 * Home
 * Gemiste deals

Log in
Wishlist
Inloggen / Registreren
Cart 0
Sluiten U heeft geen producten in uw winkelwagen.

 * 
 * 


MAGNETISCH HORGORDIJN - VLIEGENGORDIJN - 210 X 100 CM

Speciale prijs € 14.95

Bestel er 2 of meer en betaal slechts € 12.50 per stuk! Normale prijs € 19.95

Houd de insecten buiten met dit magnetische vliegengordijn. Makkelijk te
monteren en zeer effectief!

Eigenschappen:
- Afmeting: 210 cm x 100 cm (h x b), 2 delen van 50 centimeter breed
- Kleur: zwart
- Materiaal: polyester
- Gratis verzending
- Op werkdagen voor 14.00 besteld is morgen in huis



BeschikbaarheidOp voorraad
Dit product wordt gratis verzonden!
Verzending: meestal morgen bezorgd!

Dagaanbieding!
U heeft nog maar.


15 Uren 06 Minuten 14 Seconden
Aan mandje toevoegen



Gegevens

Lamp

Meer informatie

Meer informatie Color Dark brown Size M





WIL JIJ OOK OP DE HOOGTE BLIJVEN VAN ONZE AANBIEDINGEN ?

Schrijf je hieronder in..

Aanmelden

We respecteren uw privacy, dus we delen uw gegevens nooit.






VOLG ONS OP SOCIALE MEDIA

 *  
 *  
 *  
 *  


INFORMATIE

 * Оver ons
 * Sitemap
 * Geavanceerde zoekopdracht
 * Contact


INFORMATIE

 * Bestellen en betalen
 * Verzending
 * Algemene voorwaarden
 * Garantie en defecten
 * Klachtenprocedure
 * Retourbeleid


INFORMATIE

 * Inloggen
 * Winkelwagen
 * Wishlist


CONTACT

 *  
   Steiger 27
   6581KZ Malden

 *   Mailen op klantenservice@trendz-europe.nl

Chat met ons of stuur een bericht via de optie rechtsonder.
U krijgt z.s.m. antwoord.
Copyright © 2021 TrendZ Europe B.V. all rights reserved. Powered by 2021 TrendZ
Europe B.V.



Sluiten

OK

Sluiten
Sign in to continue

E-mail adres

Wachtwoord

Wachtwoord vergeten?

Inloggen
Account aanmaken