Defined in "Phoca Cart Configuration" - Display - Default Layout (Category, Items View): Grid List
On the first page it will displayed correct, on next pages it will be displayed as "Grid".
Using Template: Customise (Cassiopeia_phocacart_tools)
default layout "grid list"
- Jan
- Phoca Hero
- Posts: 48345
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: default layout "grid list"
Hi, which version of Phoca Cart do you use? Testing now, everything is OK for me. Try to clear the cache (on your website in case you are using it) and in your browser too.
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Enthusiast
- Posts: 58
- Joined: 19 Nov 2008, 12:12
Re: default layout "grid list"
5.0.0Beta55
Tested with four different browsers. Cache Off. Always the same result. First page correctly as "grid list", second and subsequent page are displayed as "grid".
Tested with four different browsers. Cache Off. Always the same result. First page correctly as "grid list", second and subsequent page are displayed as "grid".
- Jan
- Phoca Hero
- Posts: 48345
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: default layout "grid list"
Can I see the site where this occurs, testing now, no problem? Do you use some specific extension for cache on your website?
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Enthusiast
- Posts: 58
- Joined: 19 Nov 2008, 12:12
Re: default layout "grid list"
The Symbol for "Grid List" is displayed on frontend.
Please take a look at: https://test.theaterverlag-eirich.at/in ... 48&lang=de
If you switch to "English" the "Grid List" Symbol is missing and also the page numbers.
Thank you!
Please take a look at: https://test.theaterverlag-eirich.at/in ... 48&lang=de
If you switch to "English" the "Grid List" Symbol is missing and also the page numbers.
Thank you!
- Jan
- Phoca Hero
- Posts: 48345
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: default layout "grid list"
Hi, they symbol is OK, because it is not loaded by AJAX. The problem occures in the product list which is loaded by AJAX and changes on the site. But the question is why the AJAX request does not accept the layout. Testing now on my test servers, everything is OK.
What about the extension, do you use some extension for cache or some which can somehow change sessions, etc.
Jan
What about the extension, do you use some extension for cache or some which can somehow change sessions, etc.
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Enthusiast
- Posts: 58
- Joined: 19 Nov 2008, 12:12
Re: default layout "grid list"
I've installed Joomla 5.1.1 and only Phoca Cart with german translation (Benno Mathias).
Now I tested with Phoca Cart Configuration - Category and Items View (Products View)
Ordering Ascending/Descending - Arrows: NO
Display Pagination (Category, Items View): Display
Display Pagination Top (Category, Items View): Display
Display Select Box (Category, Items View): Hide
Display Select Box Top (Category, Items View): Hide
Display Ordering Select Box (Category, Items View): Hide
Display Ordering Select Box Top (Category, Items View): Hide
Ajax Pagination (Category, Items View): NO
Ajax Searching And Filtering (Items View): NO
Pagination Limit (Category, Items View): NO
Default Layout (Category, Items View): List
Display Switch Layout Type: Display
Pagination Limit (Category, Items View): Disable
Same result. What can I do to help you finding the problem? Otherwise I use "Default Layout (Category, Items View)": Grid.
Now I tested with Phoca Cart Configuration - Category and Items View (Products View)
Ordering Ascending/Descending - Arrows: NO
Display Pagination (Category, Items View): Display
Display Pagination Top (Category, Items View): Display
Display Select Box (Category, Items View): Hide
Display Select Box Top (Category, Items View): Hide
Display Ordering Select Box (Category, Items View): Hide
Display Ordering Select Box Top (Category, Items View): Hide
Ajax Pagination (Category, Items View): NO
Ajax Searching And Filtering (Items View): NO
Pagination Limit (Category, Items View): NO
Default Layout (Category, Items View): List
Display Switch Layout Type: Display
Pagination Limit (Category, Items View): Disable
Same result. What can I do to help you finding the problem? Otherwise I use "Default Layout (Category, Items View)": Grid.
-
- Phoca Enthusiast
- Posts: 58
- Joined: 19 Nov 2008, 12:12
Re: default layout "grid list"
Because of the missing page numbers, I found that in \components\com_phocacart\layouts\category_pagination.php line 18 the variable "$d['t']['show_pagination']" in German contains 1, and in English 0. Should be in English also 1!
- Jan
- Phoca Hero
- Posts: 48345
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: default layout "grid list"
Hi, maybe you have more different menu links to Phoca Cart (one english, one german) and both have different options
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Enthusiast
- Posts: 58
- Joined: 19 Nov 2008, 12:12
Re: default layout "grid list"
Thanks for the help. I would never have found that. Now it works.