lat9 / product_pagination

Zen Cart: Product Pagination
GNU General Public License v2.0
1 stars 1 forks source link

Restructure plugin to use $_GET variables instead of $_POST #6

Closed lat9 closed 4 years ago

lat9 commented 8 years ago

... it's annoying when you've chosen the number of items and then click the browser's back-button and having to resubmit the data for the simple products' list display.

lat9 commented 8 years ago

The crux of the issue here is that the split-pages-result top/bottom counts and links normally reside within a form that uses the POST method (e.g. products_all) when the multiple-products-add-to-cart handling is enabled.