Page 1 of 1

Jump to first element back from detail view

Posted: 01 Dec 2022, 23:13
by oesch.web@gmail.com
Hi
When I am in the detail view and then go back to the product list, it always jumps to the first item. But it should go back to the same element where I came from. I thought this had to do with Ajax, but the same thing happens when I set "Ajax" in the options.
This is not very user friendly. There must be some option to disaable this. Link: baumannsfarmservice.ch/shop.
Thanks for help.

Re: Jump to first element back from detail view

Posted: 02 Dec 2022, 00:51
by Jan
Hi, this is standard HTML/browser feature - when you go from some page to another and back, you always start at the top (there is a button for quick view, so you stay on the page and see the detail on the same page). It is not back button like history button. Of course there can be some crazy way how to somehow change it per Javascript, etc. but this can bring many unexpected error. The current behaviour is just standard html link, nothing more.

Jan

Re: Jump to first element back from detail view

Posted: 12 Dec 2022, 09:36
by oesch.web@gmail.com
Hi Jan
Button for quick view is the solution! Thanks!

Re: Jump to first element back from detail view

Posted: 17 Dec 2022, 01:56
by Jan
OK