diff --git a/modules/braderie/AdminBraderie.php b/modules/braderie/AdminBraderie.php index 3cd21c11..114a9d09 100644 --- a/modules/braderie/AdminBraderie.php +++ b/modules/braderie/AdminBraderie.php @@ -101,6 +101,7 @@ class AdminBraderie extends AdminTab dataType: \'json\', data: { ean: $(this).val() }, success: function(response) { + console.log(response); if (response.name == null) { $("#error").empty().append("'.$this->l('Aucun produit n\'a été trouvé. Vérifier le code EAN').'"); $("#ean_from_product").empty(); @@ -176,6 +177,7 @@ class AdminBraderie extends AdminTab success: function(response) { $("#error").empty().append(response); $("#input_ean, #input_storage").val(""); + $("#ean_from_product").empty(); }, error: function(xhr) { $("#error").empty().append(JSON.parse(xhr.responseText)); @@ -193,6 +195,7 @@ class AdminBraderie extends AdminTab window.open("?tab=AdminCatalog&viewcategory&id_category=" + $category + "&token=" + $token, "_blank"); return false; }); + }); '; echo $this->_html; @@ -218,27 +221,26 @@ class AdminBraderie extends AdminTab } else { $html .= '

'.$this->error.'

'; } - $html .= '
-
- - + '; - foreach ($categories as $key => $value) { - $html .= ''; - } - - $html .= ' -
- - + foreach ($categories as $key => $value) { + $html .= ''; + } + $html .= ' + + + +