• Anmelden Registrieren
  • EUR
  • 0
  • 0,00 EUR 0,00 EUR
Währung
  • AED
    (AED)
  • ARS
    (ARS)
  • AUD
    (AU$)
  • BGN
    (BGN)
  • BHD
    (BHD)
  • BRL
    (R$)
  • CAD
    (CA$)
  • CHF
    (CHF)
  • CNY
    (CN¥)
  • CZK
    (CZK)
  • DKK
    (DKK)
  • EUR
    (€)
  • GBP
    (£)
  • HKD
    (HK$)
  • HRK
    (HRK)
  • HUF
    (HUF)
  • IDR
    (IDR)
  • INR
    (₹)
  • JPY
    (¥)
  • KES
    (KES)
  • MXN
    (MX$)
  • MYR
    (MYR)
  • NOK
    (NOK)
  • NZD
    (NZ$)
  • PHP
    (PHP)
  • PLN
    (PLN)
  • QAR
    (QAR)
  • RON
    (RON)
  • RUB
    (RUB)
  • SEK
    (SEK)
  • SGD
    (SGD)
  • THB
    (฿)
  • TRY
    (TRY)
  • TWD
    (NT$)
  • UAH
    (UAH)
  • USD
    ($)
  • VND
    (₫)
  • XCD
    (EC$)
  • ZAR
    (ZAR)
Sprache
  • Deutsch
Lieferland
  • IT
  • Arbeitszimmer & Büro
  • Wohnzimmer
  • Sessel & Hocker
  • Sofas
function waitForElement(id, callback){ var poops = setInterval(function(){ if(document.getElementById(id)){ clearInterval(poops); callback(); } }, 100); } waitForElement("CategoryMenuWidget", function(){ var reffl = document.getElementById("mc-catm-fl"); var refsl = document.getElementById("mc-catm-sl"); var reftl = document.getElementById("mc-catm-tl"); if(reffl !== null){ var posLeftfl = document.getElementById('mc-elecm-fl'); if(posLeftfl !== null){ var posLeft=posLeftfl.offsetLeft; reffl.scrollLeft = posLeft; } } if(refsl !== null){ var posLeftsl = document.getElementById('mc-elecm-sl'); if(posLeftsl !== null){ var posLeft=posLeftsl.offsetLeft; refsl.scrollLeft = posLeft; } } if(reftl !== null){ var posLefttl = document.getElementById('mc-elecm-tl'); if(posLefttl !== null){ var posLeft=posLefttl.offsetLeft; reftl.scrollLeft = posLeft; } } }); (function jqIsReady() { if (typeof $ === "undefined"){ setTimeout(jqIsReady,10); return ; } })();
plentyShop LTS
  • IT
  • Arbeitszimmer & Büro
      • Bürostühle
  • Wohnzimmer
      • Sessel & Hocker
      • Sofas
  • Wohnzimmer
  • Sofas
{ "@context":"http://schema.org/", "@type":"BreadcrumbList", "itemListElement": [{"@type":"ListItem","position":1,"item":{"@id":"\/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@id":"\/wohnzimmer","name":"Wohnzimmer"}},{"@type":"ListItem","position":3,"item":{"@id":"\/wohnzimmer\/sofas","name":"Sofas"}}] }
token = $('#token').val() $('#token').remove() $('.variInput').change(function(){ $("#selectVari :input").each(function(){ var input = $(this); if(input.val > 0) { } }); }); function navi() { var transfer = $.ajax({ headers: { 'Authorization' : 'Bearer ' + token }, url: 'https://www.tommotec.de/rest/categories?parentId=3571', type: 'get', dataType: 'json', data: {}, contentType: 'application/json', beforeSend: function(data) { }, complete: function(data) { var array = jQuery.parseJSON(data.responseText); $.each(array.entries, function(i, cat) { if(i == 0) { } else { } }); } }); } function cat(id, to, name, url) { $('#finder_search').attr('f1', url); $('.finder_aktiv_1').text(name); $('.finder_aktiv_2').text(''); $('.finder_aktiv_3').text(''); $('.finder_aktiv_4').text(''); $('.finder_aktiv_5').text(''); $('.finder_aktiv_6').text(''); $('#finder_2').html('
  • Wählen Sie zuerst ein Fahrzeug aus.
  • '); $('#finder_3').html('
  • Wählen Sie zuerst einen Hersteller aus.
  • '); $('#finder_4').html('
  • Wählen Sie zuerst die Kubik Klasse aus.
  • '); $('#finder_5').html('
  • Wählen Sie zuerst ein Fahrzeugmodell aus.
  • '); $('#finder_6').html('
  • Wählen Sie zuerst die Produktsparte aus.
  • '); var transfer = $.ajax({ headers: { 'Authorization' : 'Bearer ' + token }, url: 'https://www.tommotec.de/rest/categories?parentId='+id, type: 'get', dataType: 'json', data: {}, contentType: 'application/json', beforeSend: function(data) { }, complete: function(data) { var array = jQuery.parseJSON(data.responseText); console.log(array.entries[0]); $('#finder_2').text(''); $.each(array.entries, function(i, cat) { $('#finder_'+cat['level']).append('
    • '+cat['details'][0]['name']+'
  • '); }); } }); } function SortByName(a, b){ var aName = a.name.toLowerCase(); var bName = b.name.toLowerCase(); return ((aName < bName) ? -1 : ((aName > bName) ? 1 : 0)); } $(document.body).on('click', '.finder_cat' ,function(){ var element = $(this); var to = $(this).attr('to'); $(this).parent().parent().parent().parent().parent().find('.finder_aktiv').text($(this).attr('name')); var f1 = $('#finder_search').attr('f1'); var f2 = $('#finder_search').attr('f2'); var f3 = $('#finder_search').attr('f3'); var f4 = $('#finder_search').attr('f4'); var f5 = $('#finder_search').attr('f5'); var f6 = $('#finder_search').attr('f6'); if(to == 2){ $('.finder_aktiv_3').text(''); $('#finder_3').html('
  • Wählen Sie zuerst einen Hersteller aus.
  • '); $('.finder_aktiv_4').text(''); $('#finder_4').html('
  • Wählen Sie zuerst die Kubik Klasse aus.
  • '); $('.finder_aktiv_5').text(''); $('#finder_5').html('
  • Wählen Sie zuerst ein Fahrzeugmodell aus.
  • '); $('.finder_aktiv_6').text(''); $('#finder_6').html('
  • Wählen Sie zuerst die Produktsparte aus.
  • '); $('#finder_search').attr('href', 'https://www.tommotec.de/'+f1+'/'+$(this).attr('url')); $('#finder_search').attr('f2', $(this).attr('url')); $('#finder_search').attr('f3', ''); $('#finder_search').attr('f4', ''); $('#finder_search').attr('f5', ''); $('#finder_search').attr('f6', ''); } if(to == 3){ $('.finder_aktiv_4').text(''); $('#finder_4').html('
  • Wählen Sie zuerst die Kubik Klasse aus.
  • '); $('.finder_aktiv_5').text(''); $('#finder_5').html('
  • Wählen Sie zuerst ein Fahrzeugmodell aus.
  • '); $('.finder_aktiv_6').text(''); $('#finder_6').html('
  • Wählen Sie zuerst die Produktsparte aus.
  • '); $('#finder_search').attr('f3', $(this).attr('url')); $('#finder_search').attr('f4', ''); $('#finder_search').attr('f5', ''); $('#finder_search').attr('f6', ''); $('#finder_search').attr('href', 'https://www.tommotec.de/'+f1+'/'+f2+'/'+$(this).attr('url')); } if(to == 4){ $('.finder_aktiv_5').text(''); $('#finder_5').html('
  • Wählen Sie zuerst ein Fahrzeugmodell aus.
  • '); $('.finder_aktiv_6').text(''); $('#finder_6').html('
  • Wählen Sie zuerst die Produktsparte aus.
  • '); $('#finder_search').attr('f4', $(this).attr('url')); $('#finder_search').attr('f5', ''); $('#finder_search').attr('f6', ''); $('#finder_search').attr('href', 'https://www.tommotec.de/'+f1+'/'+f2+'/'+f3+'/'+$(this).attr('url')); } if(to == 5){ $('.finder_aktiv_6').text(''); $('#finder_search').attr('f5', $(this).attr('url')); $('#finder_search').attr('f6', ''); $('#finder_6').html('
  • Wählen Sie zuerst die Produktsparte aus.
  • '); $('#finder_search').attr('href', 'https://www.tommotec.de/'+f1+'/'+f2+'/'+f3+'/'+f4+'/'+$(this).attr('url')); } if(to == 6){ $('#finder_search').attr('f6', $(this).attr('url')); $('#finder_search').attr('href', 'https://www.tommotec.de/'+f1+'/'+f2+'/'+f3+'/'+f4+'/'+f5+'/'+$(this).attr('url')); } var actual_level = parseInt(to) + 1; function get_categories(page_to_get, el, element_array) { var transfer = $.ajax({ headers: { 'Authorization' : 'Bearer ' + token }, url: 'https://www.tommotec.de/rest/categories?parentId='+$(el).attr('idd'), type: 'get', dataType: 'json', data: { page: page_to_get }, contentType: 'application/json', beforeSend: function(data) { if (page_to_get === 1) { $('#finder_' + actual_level).html('
  • Suche aktiv..
  • '); } }, complete: function(data) { var array = jQuery.parseJSON(data.responseText); console.log(array); var level = parseFloat(to)+1; if (page_to_get === 1) { $('#finder_' + level).text(''); } if($(el).attr('idd') == 189 || $(el).attr('idd') == 3572 || $(el).attr('idd') == 36033) { array.entries.sort(function(a, b){ if(a['details'][0]['name'] < b['details'][0]['name']) return -1; if(a['details'][0]['name'] > b['details'][0]['name']) return 1; return 0; }) } if(array.totalsCount == 0){ $('#finder_'+actual_level).html('
  • Kein Ergebnis
  • '); } else { $.each(array.entries, function(i, category) { element_array.push(category); }); if (array.isLastPage === false) { get_categories(array.page + 1, el, element_array); } else { element_array.sort(function(a,b) { if (isNaN(a['details'][0]['name']) || isNaN(b['details'][0]['name'])) { return a['details'][0]['name'] > b['details'][0]['name'] ? 1 : -1; } return a['details'][0]['name'] - b['details'][0]['name']; }); $(element_array).each(function(i, category) { $('#finder_'+category['level']).append('
    • '+category['details'][0]['name']+'
  • '); }); } } } }); } get_categories(1, element, element_array = []); }); $( document ).ready(function() { navi(); });
    • Fahrzeug
        • ATV Quad Trike
        • Motorrad
        • Roller Mofa Mokick
    • Hersteller
        • Zuerst Fahrzeug auswählen.
    • Kubik Klasse
        • Zuerst Hersteller auswählen.
    • Fahrzeugmodell
        • Zuerst Kubik Klasse auswählen.
    Suchen
    $('.quad').click(function(){ cat('189', '2', 'ATV Quad Trike', 'atv-quad-trike'); }); $('.motorrad').click(function(){ cat('3571', '2', 'Motorrad', 'motorrad'); }); $('.mofa').click(function(){ cat('36032', '2', 'Roller Mofa Mokick', 'roller-mofa-etc'); }); $('.isFinder').click(function(){ $(this).find('ul').toggle(); }); $('.isFinder').mouseenter(function(){ if ($(window).width() > 991) { $(this).find('ul').show(); } }); $('.isFinder').mouseleave(function(){ if ($(window).width() > 991) { $(this).find('ul').hide(); } }); $('.nv-finder').click(function(){ if ($(window).width() < 992) { $('.finder-list').toggle(); } $('.finder-arrow').toggleClass('finder-arrow-active'); });

    Sofas

    Exclusive Leather

    Filter
    • Couch 2-Sitzer Miami
    • Couch Purple Dreams
    • Design Couch Sydney
    • Leder-Sofa »San Jose« braun
    • Sofa 2-Sitzer Sunflower
    • Sofa Creme Classicline
    • Zweisitzer Amsterdam at Dawn
    • Zweisitzer Color Pop
    • Zweisitzer Paradise Now
    • Zweisitzer Red Carpet
    • Zweisitzer White Russian

    Widerrufs­recht Widerrufs­formular Impressum Daten­schutz­erklärung AGB Kontakt
    © Copyright 2022 | Alle Rechte vorbehalten.
    Anmelden
    Jetzt registrieren
    Versandkosten

    What is Lorem Ipsum?

    Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

    Why do we use it?

    It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).


    Where does it come from?

    Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.

    The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.

    Where can I get some?

    There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.