+7 (495) 401-96-10

Продукция

Категории

Семена овощей
Семена цветов
Газонные травосмеси
Стимуляторы роста и плодообразования
Удобрения
Средства от болезней растений
Средства от насекомых и грызунов
Средства от садовых вредителей

Отзывы о товарах

'; } html += '
'; html += '
' + json[i]['label'] + '

'; html += '
' + json[i]['special'] + '
'; if(json[i]['special']){ html += '
' + json[i]['price'] + '
'; } else { html += '
' + json[i]['price'] + '
'; } html += '
'; html += '
'; } } html += 'Смотреть все'; } if (html) { this.show(); } else { this.hide(); } $(this).siblings('ul.dropdown-menu').html(html); } $(this).after(''); $(this).siblings('ul.dropdown-menu').delegate('a', 'click', $.proxy(this.click, this)); }); } })(window.jQuery); $('input[name=\'search\']').livesearch({ 'source': function(request, response) { $.ajax({ url: 'index.php?route=extension/module/aridius_livesearch/livesearch&search=' + encodeURIComponent(request), dataType: 'json', success: function(json) { response($.map(json, function(item) { return { label: item['name'], price: item['price'], special: item['special'], image: item['image'], href: item['href'], value: item['product_id'] } })); } }); }, 'select': function(item) { $('input[name=\'search\']').val(item['label']); } });