Monday, April 29, 2024
1 change · master
Enhancements to existing features
Shoppers who return from a product page to the shop page are now brought back to the exact spot they were browsing instead of the top of the page. This makes browsing large catalogs smoother and reduces frustration during shopping.
Original PR description
Before this commit: When users navigated back from a product page using the breadcrumb or the back button of the browser to the /shop, they were redirected to the top of the /shop page. This was frustrating for users browsing a large catalog, as it disrupted their current shopping flow. After this commit: When a user navigates back to the /shop page from a product page, s/he is taken back to the location from exactly where s/he left off. This thing aids in better user experience. task-3277056