Prezentare Plugin Ultimate Attributes PRO
&lt?php cap_item_attributes(osc_item_id(), array('display' => 'main', 'with_header' => false, 'limit' => 5, 'compact' => true, 'align' => 'center')); ?>
Tip
Constructii
Marca
Tecnoma
Cuvinte cheie
Laser 5240 Sprayer Fertiliser spreader
An de fabricatie
2016
Nou
0
&lt?php cap_item_attributes(osc_item_id(), array('display' => 'icon_value', 'with_header' => true, 'limit' => 5, 'compact' => false, 'align' => 'center')); ?>
Atribute
Constructii
Tecnoma
Laser 5240 Sprayer Fertiliser spreader
2016
0
&lt?php cap_item_attributes(osc_item_id(), array('display' => 'icon_label_value', 'with_header' => false, 'limit' => 6)); ?>
Tip
Constructii
Marca
Tecnoma
Cuvinte cheie
Laser 5240 Sprayer Fertiliser spreader
An de fabricatie
2016
Nou
0
Deducere TVA disponibila
&lt?php cap_item_attributes(osc_item_id(), array('display' => 'value_only'), '', array('type','make','model','body_type')); ?>
Constructii
Tecnoma
&lt?php cap_item_attributes(osc_item_id(), array('display' => 'label_value_alt', 'limit' => 5), 'main'); ?>
&lt?php cap_item_attributes(osc_item_id(), array('display' => 'checks', 'limit' => 5), 'sub'); ?>
Constructii
Tecnoma
Laser 5240 Sprayer Fertiliser spreader
2016
0
&lt?php cap_item_attributes(osc_item_id(), array('display' => 'sub', 'limit' => 3)); ?>
Constructii
Tecnoma
Laser 5240 Sprayer Fertiliser spreader
&lt?php cap_item_attributes(osc_item_id(), array('display' => 'sub', 'compact' => true, 'limit' => 10)); ?>
Constructii
Tecnoma
Laser 5240 Sprayer Fertiliser spreader
2016
0
Deducere TVA disponibila
3400 ore
&lt?php cap_item_attributes(osc_item_id(), array('display' => 'bool', 'with_header' => true)); ?>
Atribute
Constructii
Tecnoma
Laser 5240 Sprayer Fertiliser spreader
2016
0
Deducere TVA disponibila
3400 ore
&lt?php cap_widget_types(true, false); ?>
Tipuri
&lt?php cap_widget_makes('cars', true); ?>
&lt?php cap_search_box(array('with_form' => true, 'design' => 'complex', 'menu' => 'advanced', 'menu_items' => 'standard', 'style' => 'boxed', 'width' => 'medium')); ?>
Atribute
Marca
Tecnoma
An de fabricatie
2016
0
Deducere TVA disponibila
Cuvinte cheie:
Laser 5240 Sprayer Fertiliser spreader

Descriere

Locatie

Gătaia, Timiș, RO

Obtineti indicatii

Tecnoma Laser 5240 Sprayer

Constructii

2016
3 400 ore
-
€ 96 679
€ 79 900
NET
Rate disponibile
Data publicare: 12-Iun-2026 (cu o zi in urma) ID anunt: #149
Primul Banner - Administrabil
RO"; var currentRegion = "3665091"; var currentCity = "3665087"; // Create delay var delay = (function(){ var timer = 0; return function(callback, ms){ clearTimeout (timer); timer = setTimeout(callback, ms); }; })(); $(document).ajaxSend(function(evt, request, settings) { var url = settings.url; if (url.indexOf("ajaxLoc") >= 0) { $(".loc-picker, .location-picker").addClass('searching'); } }); $(document).ajaxStop(function() { $(".loc-picker, .location-picker").removeClass('searching'); }); $('body').on('keyup', '.loc-picker .term', function(e) { delay(function(){ var min_length = 1; var elem = $(e.target); var term = encodeURIComponent(elem.val()); // If comma entered, remove characters after comma including if(term.indexOf(',') > 1) { term = term.substr(0, term.indexOf(',')); } // If comma entered, remove characters after - including (because city is shown in format City - Region) if(term.indexOf(' - ') > 1) { term = term.substr(0, term.indexOf(' - ')); } var block = elem.closest('.loc-picker'); var shower = elem.closest('.loc-picker').find('.shower'); shower.html(''); if(term != '' && term.length >= min_length) { // Combined ajax for country, region & city $.ajax({ type: "POST", url: baseAjaxUrl + "&ajaxLoc=1&term=" + term, dataType: 'json', success: function(data) { var length = data.length; var result = ''; var result_first = ''; var countCountry = 0; var countRegion = 0; var countCity = 0; if(shower.find('.service.min-char').length <= 0) { for(key in data) { // Prepare location IDs var id = ''; var country_code = ''; if( data[key].country_code ) { country_code = data[key].country_code; id = country_code; } var region_id = ''; if( data[key].region_id ) { region_id = data[key].region_id; id = region_id; } var city_id = ''; if( data[key].city_id ) { city_id = data[key].city_id; id = city_id; } // Count cities, regions & countries if (data[key].type == 'city') { countCity = countCity + 1; } else if (data[key].type == 'region') { countRegion = countRegion + 1; } else if (data[key].type == 'country') { countCountry = countCountry + 1; } // Find currently selected element var selectedClass = ''; if( data[key].type == 'country' && parseInt(currentCountry) == parseInt(data[key].country_code) || data[key].type == 'region' && parseInt(currentRegion) == parseInt(data[key].region_id) || data[key].type == 'city' && parseInt(currentCity) == parseInt(data[key].city_id) ) { selectedClass = ' selected'; } // For cities, get region name var nameTop = ''; if(data[key].name_top ) { nameTop = ' ' + data[key].name_top + ''; } if(data[key].type != 'city_more') { // When classic city, region or country in loop and same does not already exists if(shower.find('div[data-code="' + data[key].type + data[key].id + '"]').length <= 0) { result += '
' + data[key].name + '' + nameTop + '
'; } } } // No city, region or country found if( countCity == 0 && countRegion == 0 && countCountry == 0 && shower.find('.empty-loc').length <= 0 && shower.find('.service.min-char').length <= 0) { shower.find('.option').remove(); result_first += '
Nici o locatie nu corespunde criteriilor
'; } } shower.html(result_first + result); } }); } else { // Term is not length enough, show default content //shower.html('
Introduceti cel putin ' + (min_length - term.length) + ' mai multe litere
'); shower.html('
România
AlbaRomânia
AradRomânia
ArgesRomânia
BacăuRomânia
BihorRomânia
Bistriţa-NăsăudRomânia
BotoşaniRomânia
BrăilaRomânia
BraşovRomânia
BucureştiRomânia
BuzăuRomânia
CălăraşiRomânia
Caraş-SeverinRomânia
ClujRomânia
ConstanțaRomânia
CovasnaRomânia
DâmboviţaRomânia
DoljRomânia
GalaţiRomânia
GiurgiuRomânia
GorjRomânia
HarghitaRomânia
HunedoaraRomânia
IalomiţaRomânia
IaşiRomânia
IlfovRomânia
MaramureşRomânia
MehedinţiRomânia
MureşRomânia
NeamţRomânia
OltRomânia
PrahovaRomânia
SălajRomânia
Satu MareRomânia
SibiuRomânia
SuceavaRomânia
TeleormanRomânia
TimişRomânia
TulceaRomânia
VâlceaRomânia
VasluiRomânia
VranceaRomânia
'); } }, 500 ); }); });