Fix duplicates answers

This commit is contained in:
Laurent Destailleur
2025-10-16 19:34:59 +02:00
parent 4fdf50752f
commit fa166d62a8
2 changed files with 33 additions and 7 deletions

View File

@@ -1323,7 +1323,7 @@ if ($mode == 'marketplace') {
$categories_tree = $remotestore->getCategories($options['categorie']); // Call API to get the categories
$products_list = $remotestore->getProducts($options);
$products_list = $remotestore->getProducts($options); // Get list of product from all sources
$previouslink = $remotestore->get_previous_link();
@@ -1337,7 +1337,7 @@ if ($mode == 'marketplace') {
<input type="hidden" name="mode" value="marketplace">
<input type="hidden" name="page_y" value="">
<div class="divsearchfield">
<input name="search_keyword" placeholder="<?php echo $langs->trans('Keyword') ?>" id="search_keyword" type="text" class="minwidth200" value="<?php echo dolPrintHTMLForAttribute($options['search']) ?>">
<input name="search_keyword" placeholder="<?php echo $langs->trans('Keyword') ?>" id="search_keyword" type="text" class="minwidth200" value="<?php echo dolPrintHTMLForAttribute($options['search']) ?>" spellcheck="false">
</div>
<div class="divsearchfield">
<input name="buttonsubmit" class="button buttongen reposition" value="<?php echo $langs->trans('Search') ?>" type="submit">