by Jim » Tue Apr 26, 2016 3:31 pm
I did some experimenting with your code and it works fine. The problem is that the Prev and Next will only display after you have a certain number of pages. On your site there are only 2 pages with 20 products on one and fewer than that on the second page. If you make it so there are more pages the Prev Next will display.
To test this I modified the code to have 2 instead of 20. I then assigned 3 products to a page and set the number of products to put on a page to 2. When I published I got two pages and a 1 2 at the top of each page and no Prev Next. If I assigned 5 product to the page so there would be three pagination pages generated I then get 1 2 3 Next on the first page and Prev 1 2 3 Next on the second page and Prev 1 2 3 on the last page.
So it is only in the case where there are just 2 pages generated that the Pref/Next do not display.