Filter product extended, categories

09.07.2013 22:40
#1
freshfuturedesign
Joomshopping forum user no avatar
Name: fresh
30.05.2013
Posts: 4
Quote
Filter product extended, categories

I recently bought the module for filter product extended from you but im curious if its possible to have the main categories always show even if you are in the category list on the website.. right now they show everywhere but when you go to the category list in the catalog they dissapear..

is it possible to just have them always there?

 
10.07.2013 07:57
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25851
Quote
Aw: Filter product extended, categories

Module Manager: Module mod_jshopping_filters_extended

Show on all page


or
change mod_jshopping_filters_extended.php

add row (row 54)
if ($controller=="category") $display_fileters = 1;


Last change: 10.07.2013 07:59
 
14.07.2013 18:28
#3
freshfuturedesign
Joomshopping forum user no avatar
Name: fresh
30.05.2013
Posts: 4
Quote
Aw: Filter product extended, categories

That didnt work untill i found that there actually is a typo in your code..

at line 47 same file, if (($controller=="category" && JRequest::getInt("category_id") && $session->get('show_gategory')) ||

show_gategory has to be: show_category

thanks for the response.. but i hope you can change your files soon for if more people buy and download it and run into the same problems.

 
14.07.2013 19:55
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25851
Quote
Aw: Filter product extended, categories

Not bug!

$session->get('show_gategory')

see file
plugin / filters_extended.php

$session->set('show_gategory', $res);

 


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.