Return to list in last selected item
Posted: 24 Apr 2020, 00:17
PC 3.5 Category-Product List view
Not sure if this is a feature request or something already in place I cannot find.
example: on page 3 of 30 pages in product list view
Select an item and go to single Item view
Finished with item and go back to list view via the back-to-category button and it takes me back to beginning of list on page 1 vs back to last item viewed on page 3.
Can back-to-category or back-to-list button go back to same page and same item as last viewed if possible?
something along the lines of the JS goBack function
<button class="btn-info" style="font-size: 120%" onclick="goBack()">Previous Page</button>
<script>function goBack() { window.history.back()}</script>
Thanks
Not sure if this is a feature request or something already in place I cannot find.
example: on page 3 of 30 pages in product list view
Select an item and go to single Item view
Finished with item and go back to list view via the back-to-category button and it takes me back to beginning of list on page 1 vs back to last item viewed on page 3.
Can back-to-category or back-to-list button go back to same page and same item as last viewed if possible?
something along the lines of the JS goBack function
<button class="btn-info" style="font-size: 120%" onclick="goBack()">Previous Page</button>
<script>function goBack() { window.history.back()}</script>
Thanks