Serch back button problem

13.07.2023 16:20
#1
forty
Joomshopping forum user no avatar
Name: forty
10.07.2008
Posts: 23
Quote
Serch back button problem

Hi if make a search e.g. "iphone" after i click to any product on product details if i press the back button or browsers back i get en error (blank page)!
if i try to reload the page from browser loads the page!
Thanks


Joomla: Joomla! 4.3.3 Stable
JoomShopping: 5.1.3
PHP: 8.1.21
MySQL: 10.3.39-MariaDB-cll-lve
Website Url: https://www.abc-mobile.gr
 
13.07.2023 16:25
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25941
Quote
Aw: Serch back button problem

Standard browser behavior when sending a post request
-----

components\com_jshopping\config\default_config.php

$config->search_form_method = 'post';
change to
$config->search_form_method = 'get';

 
14.07.2023 11:34
#3
forty
Joomshopping forum user no avatar
Name: forty
10.07.2008
Posts: 23
Quote
Aw: Serch back button problem

Hi and thanks but it is not working

check the link

https://www.abc-mobile.gr/eshop/gadgr10008.html
Aw: Serch back button problem

 
14.07.2023 12:58
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25941
Quote
Aw: Serch back button problem

Configuration works for shop / search

https://www.abc-mobile.gr/eshop/search

-----------------------------------------------------

For module need change template module

<form class="form-inline mod-shop-search" name="searchForm" method="post" .....

change to

<form class="form-inline mod-shop-search" name="searchForm" method="get" .....

 
14.07.2023 13:29
#5
forty
Joomshopping forum user no avatar
Name: forty
10.07.2008
Posts: 23
Quote
Aw: Serch back button problem

Yes it is fixed. Thanks!

 


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.