Забыли пароль?

Введите адрес электронной почты Вашей учетной записи. Нажмите кнопку продолжить, чтобы получить пароль по электронной почте.

Ваш E-Mail
'; } 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']); } });