- 2
We are seeing an issue when a user makes filtering choices and then goes to the item detail page and then uses the browser back button to return to the grid view.
If using Firefox, the browser back button takes the user back to the previous page and the filter selections and items shown are as expected. (Works Properly)
If using IE, the browser back button takes the user back to the previous page and the filter selections are all reset and the items shown are reset.
Any way to resolve this IE specific issue?
In a perfect world, both Nop and the Nop Ajax Filters plug-in would use a cookie or something to keep track of the user's sort order, items per page and all the various filtering selections made so they all remained 'sticky' for the user not only from page to page but also across logins (as an optional setting). Maybe someday.
For now, If we could at least get IE to not blow away the filtering selections just from the back button, it would be a step ahead.
If using Firefox, the browser back button takes the user back to the previous page and the filter selections and items shown are as expected. (Works Properly)
If using IE, the browser back button takes the user back to the previous page and the filter selections are all reset and the items shown are reset.
Any way to resolve this IE specific issue?
In a perfect world, both Nop and the Nop Ajax Filters plug-in would use a cookie or something to keep track of the user's sort order, items per page and all the various filtering selections made so they all remained 'sticky' for the user not only from page to page but also across logins (as an optional setting). Maybe someday.
For now, If we could at least get IE to not blow away the filtering selections just from the back button, it would be a step ahead.