VirtueMart Forum

VirtueMart 2 + 3 + 4 => Security (https) / Performance / SEO, SEF, URLs => Topic started by: Roderic on September 11, 2017, 22:34:41 PM

Title: (limit)start bug with all categories and back button
Post by: Roderic on September 11, 2017, 22:34:41 PM
Running latest Joomla and VM (3.2.4) with PHP 7.0.24

The problem is with this page: https://militariaplaza.nl/new?start=350
If you click on a product, then hit the back button, it will jump to page 1 while it should jump to page 8 in this case. I noticed when I change the url manually to limitstart, it works as it should.

The menu item is set to the top-level category. When I change the menu item to a specific category, it works as it should. Any idea's why it doesn't work now?
Title: Re: (limit)start bug with all categories and back button
Post by: jjk on September 20, 2017, 22:32:10 PM
Does the pagination work when you limit the number of 'New Products' to a reasonable number? It doesn't make sense to me to load all products in your shop as 'New Products'.
Title: Re: (limit)start bug with all categories and back button
Post by: Roderic on September 27, 2017, 16:42:19 PM
I forgot to tick the box to notify me when there's new messages so late response..

I don't think it matters, but I would like to try it. Is there a way to limit the amount of products?

It probably is just a matter of changing "start" to "limitstart" somewhere.. but I'm not sure where...
Title: Re: (limit)start bug with all categories and back button
Post by: Roderic on April 12, 2018, 16:46:53 PM
I still face this issue. I also kinda now the solution but I just don't know where I should make the change exactly.

With Joomla SEF disabled it will use "Limitstart=0" and with Joomla SEF enabled it will use "start=0". With "start" it doesn't work as it should. Any idea?