Filter product extended Modul Price Slider at the End of the List (after Categories, Manufactures ...)

04.02.2022 19:08
#1
spike77
Joomshopping forum user no avatar
Name: Manfred
30.04.2015
Posts: 706
Quote
Filter product extended Modul Price Slider at the End of the List (after Categories, Manufactures ...)

the price slider comes right at the beginning of the filter list. How can I bring this to the end of the list? Found no opportunities in default.php

 
04.02.2022 23:11
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25856
Quote
Aw: Filter product extended Modul Price Slider at the End of the List (after Categories, Manufactures ...)

Module / Jshopping Filters Extended
Output order
(dpag & drop for sorting)
[Not works now]

Will be fixed later.

 
05.02.2022 07:32
#3
spike77
Joomshopping forum user no avatar
Name: Manfred
30.04.2015
Posts: 706
Quote
Aw: Filter product extended Modul Price Slider at the End of the List (after Categories, Manufactures ...)

change code, as an interim solution, possible?

 
05.02.2022 09:14
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25856
Quote
Aw: Filter product extended Modul Price Slider at the End of the List (after Categories, Manufactures ...)

modules\mod_jshopping_filters_extended\mod_jshopping_filters_extended.php

after (row 52)
$filter_order = explode(',',$_filter_order);

add

usort($filter_order, function($a,$b){ return ($a=='price') ? 1 : -1;});

 
05.02.2022 09:41
#5
spike77
Joomshopping forum user no avatar
Name: Manfred
30.04.2015
Posts: 706
Quote
Aw: Filter product extended Modul Price Slider at the End of the List (after Categories, Manufactures ...)

great, thanks!

 
05.02.2022 09:45
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25856
Quote
Aw: Filter product extended Modul Price Slider at the End of the List (after Categories, Manufactures ...)

Fixed in
Filter product extended 4.15.7

 


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.