test.edelman.eu Open in urlscan Pro
83.217.94.105  Public Scan

Submitted URL: https://prebook.update.edelmantest.hypernode.io/
Effective URL: https://test.edelman.eu/nl/
Submission: On March 30 via automatic, source certstream-suspicious — Scanned from NL

Form analysis 4 forms found in the DOM

POST https://test.edelman.eu/nl/customer/account/loginPost/

<form class="form form-login" action="https://test.edelman.eu/nl/customer/account/loginPost/" method="post" id="login-popup-form" novalidate="novalidate">
  <input name="form_key" type="hidden" value="tbdu5LAuhaHTWvUP"> <input type="hidden" name="referer" value="https://test.edelman.eu/nl/">
  <fieldset class="fieldset login" data-hasrequired="* Verplichte velden">
    <div class="field note">
      <p> Om onze webshop te bezoeken moet je eerst inloggen. Ben je nog geen klant? Dan vragen wij je om je eerst te <a href="https://test.edelman.eu/nl/register/">registreren</a>. </p>
    </div>
    <div class="field email required">
      <div class="control">
        <input name="login[username]" placeholder="E-mailadres" value="" autocomplete="off" id="email" type="email" class="input-text" title="E-mailadres" data-validate="{required:true, 'validate-email':true}" aria-required="true">
      </div>
    </div>
    <div class="field password required">
      <div class="control">
        <input name="login[password]" type="password" autocomplete="off" class="input-text" id="popuploginpass" placeholder="Wachtwoord" title="Wachtwoord" data-validate="{required:true}" aria-required="true">
        <span class="show-pass" data-bind="scope: 'showLoginPassword'">
          <!-- ko template: getTemplate() --><input type="checkbox" name="show-popup-password" data-bind="attr: {title : $t('Show Password')}, checked: isPasswordVisible" id="show-popup-password" class="checkbox" data-role="show-popup-password"
            title="Show Password">
          <label for="show-popup-password" class="label"><span data-bind="i18n: 'Show Password'">Show Password</span></label>
          <!-- /ko -->
        </span>
      </div>
    </div>
    <div class="actions-toolbar">
      <div class="primary">
        <button type="submit" class="action login primary" name="send" id="send2"><span>Inloggen</span></button>
      </div>
      <div class="secondary">
        <a class="action remind" href="#">
                            <small>Wachtwoord vergeten?</small>
                        </a>
      </div>
      <div class="tertiary">
        <a href="https://test.edelman.eu/nl/register/" title="Geen account? Registreer hier" class="action gray create-account">
                            Geen account? Registreer hier                        </a>
      </div>
    </div>
  </fieldset>
</form>

POST https://test.edelman.eu/nl/customer/account/forgotpasswordpost/

<form class="form password forget" action="https://test.edelman.eu/nl/customer/account/forgotpasswordpost/" method="post" id="form-validate" novalidate="novalidate">
  <fieldset class="fieldset" data-hasrequired="* Verplichte velden">
    <div class="field note">Voer hieronder uw e-mailadres in om een link voor het opnieuw instellen van uw wachtwoord te ontvangen.</div>
    <div class="field email required">
      <div class="control">
        <input type="email" name="email" alt="email" id="email_address" class="input-text" placeholder="E-mailadres" value="" data-validate="{required:true, 'validate-email':true}" aria-required="true">
      </div>
    </div>
    <div class="actions-toolbar">
      <div class="primary">
        <button type="submit" class="action submit primary"><span>Wachtwoord resetten</span></button>
      </div>
      <div class="secondary">
        <a href="#" id="toggle" title="Terug naar aanmelden" class="action remind remind-gray">Terug naar aanmelden</a>
      </div>
    </div>
  </fieldset>
</form>

GET https://test.edelman.eu/nl/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://test.edelman.eu/nl/catalogsearch/result/" method="get">
  <div class="field search mf-initial" data-was-processed="true">
    <div class="control mf-initial" data-was-processed="true">
      <input id="search" type="text" name="q" value="" class="input-text" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" autocomplete="off" disabled="disabled"
        placeholder="Log in of registreer om alle producten te zoeken">
      <div id="search_autocomplete" class="search-autocomplete"></div>
    </div>
  </div>
  <div class="actions mf-initial" data-was-processed="true">
    <button type="submit" title="Zoek" class="action search" aria-label="Search" disabled="">
      <span>Zoek</span>
    </button>
  </div>
</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="* Verplichte velden">
    <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" 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" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </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 -->
    <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>
      <div class="secondary">
        <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://test.edelman.eu/nl/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Wachtwoord vergeten?</span>
                            </a>
      </div>
    </div>
  </div>
</form>

Text Content

The store will not work correctly in the case when cookies are disabled.

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

We maken gebruik van cookies en vergelijkbare technieken om u beter en op een
persoonlijker manier te kunnen helpen. Met behulp van cookies traceren wij en
derden uw internetgedrag op onze website. Dit stelt ons in staat om u
advertenties te tonen op basis van uw interesses en u kunt informatie delen via
sociale media. Als u onze website blijft gebruiken, nemen we aan dat u daarmee
akkoord gaat. Wilt u meer weten? Bekijk ons cookie statement.


Menu
Menu
 * Alle merken&categorieën
    * Pottery & Glassware
    * Indoor Pottery
    * Outdoor pottery
    * Glassware
    * Indoor Plant Basketware
   
    * Home Accessories
    * Room Accents
    * Small Furniture
    * Organization
    * Home Textiles
    * Lamps & Lighting
    * Tableware
   
    * Artificial Christmas Trees & Wreaths
    * Artificial Christmas Trees
    * Artificial Christmas Wreaths & Garlands
   
    * Spring Outdoor Decoration
    * Outdoor Decorations
    * Outdoor Furniture
    * Spring Summer Accessories
    * Spring Summer Figurines
   
    * Christmas Decoration
    * Christmas Accesories
    * Christmas Ornaments
    * Christmas Figurines
    * LuVille
   
    * Artificial Flowers & Plants
    * Plants
    * Flowers & Bouquets
    * Seasonal Flowers & Plants
    * Trees
   
    * Christmas Lighting
    * Decorations Lighting
    * Connect Lighting
    * String Lighting
   
   
 * Over ons
    * Over Edelman
    * Showroom
    * Vacatures
    * Kantoren
    * Distributiecentra
   
   

 * artificial flowers & plants
   * plants
   * flowers & bouquets
   * seasonal flowers & plants
   * trees
 * pottery & glassware
   * Indoor pottery
   * outdoor pottery
   * Glassware
   * indoor plant basketware
 * spring & outdoor decoration
   * outdoor furniture
   * outdoor decorations
   * spring summer accessories
   * spring summer figurines
 * home accessories
   * room accents
   * small furniture
   * organization
   * home textiles
   * lamps & lighting
   * tableware
 * shop
 * artificial christmas trees & wreaths
   * artificial christmas trees
   * artificial christmas wreaths & garlands
 * christmas decoration
   * christmas accessories
   * christmas ornaments
   * christmas figurines
   * collectables
 * christmas lighting
   * decorations lighting
   * connect lighting
   * string lighting
 * Ontdek
   * Over Edelman
   * Vacatures
   * Showroom
   * Merken
     * Mica Decorations
     * Casa Vivante
     * House of Seasons
     * Triumph Tree
     * Black Box Trees
     * Luville
     * Luca Lighting
     * In The Mood Collection
 * sale
 * Mica Floral
 * Biodegradable
 * Outdoor Furniture
 * Online Only Deal
 * Outdoor
 * Outdoor decorations
 * Outdoor textiles
 * SSG22
   * Sandy Souks
   * Sunny Soil
   * Green Habitat
   * Virtual tour - tableware
   * All Spring Summer Garden 2022
 * Natural Wreaths
 * AWX23
   * Joy to the world
   * Morning Mist
   * Midnight Jingles
   * Warm Wishes
   * Cosy Afternoons
   * Christmas Miracle
 * Trend colour AWX 2023
 * Luca Lighting
 * House of Seasons

Taal
 * English
 * Deutsch
 * Français
 * Italiano
 * Español

Inloggen
Inloggen

Om onze webshop te bezoeken moet je eerst inloggen. Ben je nog geen klant? Dan
vragen wij je om je eerst te registreren.


Show Password
Inloggen
Wachtwoord vergeten?
Geen account? Registreer hier
 * Alle producten uit voorraad leverbaar
 * Trendy productassortiment


Wachtwoord vergeten?
Voer hieronder uw e-mailadres in om een link voor het opnieuw instellen van uw
wachtwoord te ontvangen.

Wachtwoord resetten
Terug naar aanmelden

Taal
 * English
 * Deutsch
 * Français
 * Italiano
 * Español

Winkelwagen
Winkelwagen
Sluiten Je hebt nog geen product(en) in je winkelwagen.

Zoek
Zoek
 * Trendy product assortiment
 * Meer dan 15.000 producten
 * Direct uit voorraad leverbaar!

Vragen? +31 182 398 200




 


ONZE MISSIE


DE WERELD MOOIER, WARMER EN GEZELLIGER MAKEN, IN EN RONDOM HET HUIS IN ALLE
SEIZOENEN.

Wij zijn één van de grootste aanbieders op de Europese markt met een zeer
uitgebreide productportfolio.

 

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


EVENEMENTEN

OPEN DAGEN
Outdoor collectie 2024
17.04.2023 | Reeuwijk, Nederland

OPEN DAGEN
Spring Summer Garden 2024 collectie
01.06.2023 | Reeuwijk, Nederland

GAFA
hal 10.1 stand A-051
18.06.2023 - 20.06.2023 | Keulen, Duitsland

 


NIEUWS

NIEUWE SHOWROOM VIDEO ONLINE



WERKEN
BIJ EDELMAN

Werken bij Edelman betekent werken bij een succesvolle importeur met een
duidelijke strategie. Wij zijn al vele jaren een belangrijke internationale
marktspeler op het gebied van sfeerproducten voor in en rondom het huis voor
alle seizoenen. Je krijgt bij ons alle ruimte om te werken aan je eigen
ontwikkeling.

Alle vacatures

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


SHOWROOM

In onze showroom in Reeuwijk gaan product en presentatie hand in hand met sfeer
en emotie. In de showroom komen alle seizoenen en trends samen en vormen een
collectie van 15.000 artikelen voor in en om het huis.

De showroom van 7000m2 vormt een inspirerende omgeving. De collectie wordt
overzichtelijk en door middel van een aantrekkelijke styling gepresenteerd.
Samen met u vertalen wij de trends naar op maat gemaakte shop-concepten met
passend point of sale materiaal.

Met 4 verschillende collecties per jaar verandert de showroom voortdurend en
blijft de collectie verrassend en vernieuwend met eigentijdse thema’s. Elk
bezoek is een ervaring waarmee u goed geïnformeerd, geïnspireerd en vol nieuwe
ideeën uw collectie kunt bepalen.

U bent van harte welkom!

 


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


BRANDS OF EDELMAN

   

Het productassortiment van Edelman wordt gekenmerkt door hoogwaardige producten
van keramiek, glas en metaal. Edelman heeft een groot assortiment
kerstartikelen, zoals kerstbomen van Triumph Tree & Black Box Trees, verlichting
van Luca Lighting, ornamenten van House of Seasons en de miniatuurwereld van
LuVille. Daarnaast biedt Edelman een uitgebreid assortiment woonaccessoires en
kunstbloemen, planten en bomen van Mica Decorations. In The Mood Collection
biedt een uitgebreide collectie woontextiel waaronder kussens, tuinkussens en
tafellinnen. Alles is verkrijgbaar in levendige kleuren en texturen.


 * Professionele zakenpartner
 * Alle artikelen zijn uit voorraad leverbaar
 * Producten voor alle seizoenen
 * 7000m2  showroom

General 

 * Customer service
 * www.edelman.eu
 * Terms & conditions
 * Privacy statement
 * Cookie statement
 * Vacatures

Brands of Edelman

 * Mica Decorations
 * In The Mood Collection
 * House of Seasons
 * LuVille
 * Luca Lighting
 * Triumph Tree
 * Black Box Trees

Social media Edelman

 *  Instagram
 *  LinkedIn
 *  Facebook
 *  Youtube

Copyright © 2023

Sluiten
Afrekenen als een nieuwe klant

Het aanmaken van een account heeft vele voordelen:

 * Bekijk bestelling en verzendstatus
 * Bekijk bestelgeschiedenis
 * Reken sneller af

Account aanmaken
Reken af met uw account

E-mail adres

Wachtwoord

Inloggen
Wachtwoord vergeten?