Sort products by prices

Yes, it’s better to work with GET request and check for a sort parameter instead of a POST request. That way your pagination will stay intact. If you use a POST request, it get’s more ccomplicated, because you have to store your value in the session to make it available across different pages.

1 Like