Search plus

20.06.2017 13:53
#1
MaydayPhil
Joomshopping forum user no avatar
Name: Philip
11.09.2014
Posts: 124
Quote
Search plus

Hello,

Does Search plus just show only Joomshopping listed products or all items listed in the Menus?

Thanks


Joomla: 3.7.2
JoomShopping: 4.16.2
PHP: 7.0.4
MySQL: 5.6.35-log
Website Url: https://maydaygraphics.co.uk/
 
20.06.2017 14:27
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25938
Quote
Aw: Search plus

Search plus - works only for shop.

 
10.07.2017 12:13
#3
kassilukraine
User kassilukraine
Name: Ivan
16.05.2013
Posts: 10
Quote
Aw: Search plus

How can I limit the search for this module solely to the product name?


Website Url: aquamag.kiev.ua
 
11.07.2017 13:10
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25938
Quote
Aw: Search plus

components\com_jshopping\lib\default_config.php

$config->product_search_fields = array(
'prod.ml:name',
'prod.ml:short_description',
'prod.ml:description',
'prod.product_ean',
'prod.manufacturer_code'
);

change to

$config->product_search_fields = array(
'prod.ml:name'
);

 
14.07.2017 12:41
#5
kassilukraine
User kassilukraine
Name: Ivan
16.05.2013
Posts: 10
Quote
Aw: Search plus

Thanks, it`s solve mo problem)

webdesigner - 11.07.2017 13:10
components\com_jshopping\lib\default_config.php

$config->product_search_fields = array(
'prod.ml:name',
'prod.ml:short_description',
'prod.ml:description',
'prod.product_ean',
'prod.manufacturer_code'
);

change to

$config->product_search_fields = array(
'prod.ml:name'
);


 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.