Новый покупатель

Регистрация

Создание учётной записи поможет делать покупки быстрее и удобнее. Вы также сможете отслеживать статус своего заказа, пользоваться закладками, видеть свои предыдущие заказы или получить скидку как наш постоянный покупатель.

Продолжить

Постоянный покупатель

Я совершал здесь покупки ранее и регистрировался

'; } 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']); } });