Filter product extended 4.15.2

14.11.2019 15:47
#1
magio_max
Joomshopping forum user no avatar
Name: Max
21.01.2019
Posts: 8
Quote
Filter product extended 4.15.2

Recently bought the module for filter product extended from you.
But it'snt work.
I want see filters only characteristics in my web page "/mitsubisi/padzhero.html".
But when i go from this page to page "/mitsubisi/napravlyayushchie-nerzhavejka.html" and return to back from breadcrumb module, i see that actions in form have mistake adress "/katalog/products/".
Only when a reload the page, adress fixed on "/mitsubisi/padzhero.html".
It's misstake in your module or in parameters cms?


Joomla: 3.9.13.
JoomShopping: 4.18.3
PHP: 7.2
Website Url: https://spec-support.ru

Last change: 14.11.2019 18:45
 
14.11.2019 16:26
#2
magio_max
Joomshopping forum user no avatar
Name: Max
21.01.2019
Posts: 8
Quote
Aw: Filter product extended 4.15.2

I can see that your used onbeforedisplayproductlistview function is called after the mod_jshoping_filter_extended module runs, and your show_mod_in_category=0 when the filter page first loads.
Can you fix it?

 
14.11.2019 18:37
#3
magio_max
Joomshopping forum user no avatar
Name: Max
21.01.2019
Posts: 8
Quote
Aw: Filter product extended 4.15.2

I found the reason. It is that You do not use a namespace for the session. I could be wrong, You know better. Please correct me if I did something wrong:
In the filters_extended plugin file.php
1. I changed $session - >set ('show_mod_in_category', $res) to $session - >set ('show_mod_in_category', $res, 'mod_filter_jsh_extended');
2. I changed
$session->set ('show_mod_in_category', 1); on $session->set('show_mod_in_category', 1, 'mod_filter_jsh_extended');

in the mod_jshopping_filters_extended module file.php I changed:
1. if (($controller=="category" && JRequest::getInt("category_id") && $session->get('show_mod_in_category')) || on if (($controller=="category" && JRequest::getInt("category_id") && $session->get('show_mod_in_category','mod_filter_jsh_extended')) ||

Thanks in advance for your help!

 
14.11.2019 18:58
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Filter product extended 4.15.2

Screenshots?

 
15.11.2019 05:38
#5
magio_max
Joomshopping forum user no avatar
Name: Max
21.01.2019
Posts: 8
Quote
Aw: Filter product extended 4.15.2

Aw: Filter product extended 4.15.2
Aw: Filter product extended 4.15.2


Last change: 15.11.2019 05:38
 
15.11.2019 05:39
#6
magio_max
Joomshopping forum user no avatar
Name: Max
21.01.2019
Posts: 8
Quote
Aw: Filter product extended 4.15.2

Aw: Filter product extended 4.15.2
Aw: Filter product extended 4.15.2

 
15.11.2019 08:15
#7
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Filter product extended 4.15.2

Screenshot error(website page)?
I can not see the error on the site.


Last change: 15.11.2019 08:16
 
15.11.2019 08:24
#8
magio_max
Joomshopping forum user no avatar
Name: Max
21.01.2019
Posts: 8
Quote
Aw: Filter product extended 4.15.2

I fixed it on site.
In original module you have:

Aw: Filter product extended 4.15.2
Aw: Filter product extended 4.15.2


Last change: 15.11.2019 08:24
 
15.11.2019 08:25
#9
magio_max
Joomshopping forum user no avatar
Name: Max
21.01.2019
Posts: 8
Quote
Aw: Filter product extended 4.15.2

the second original module
Aw: Filter product extended 4.15.2

 
15.11.2019 08:27
#10
magio_max
Joomshopping forum user no avatar
Name: Max
21.01.2019
Posts: 8
Quote
Aw: Filter product extended 4.15.2

without namespace in session joomla, your module does't work on my web site. The details of problem a wrote in my first message.


Last change: 15.11.2019 08:30
 


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.