I'm trying to see how best we can resolve this one as soon as possible.
1. We can't set pagination properly, we can add it on the loop but the pagination is not working, same properties are being shown when you try to change page.
I see on the on the page that you have 2 pagination, so i'm not sure I understand the issue correctly regarding the pagination. Both Pagination work, is it that the top one you are referring to not being displayed correctly like the one at the bottom?
2. We want to display 25 items per page and to be able to use pagination properly
I suspect for this you want to display something like 25-50 of 633 items, rather than how it is now at 10-10 of 633 and then 20-20 of 633.
I'm currently working on this so you will see some changes.
1. The pagination on the top we added it to check if it will work. It seems to work but if you check when you change page on the pagination the same properties are shown, so we are only getting the first set of properties from the first page. Same properties get repeated for each page on the pagination.
2. In this case what we want is that for each page on the pagination 25 items are shown every time yo change pages when using pagination
The Pagination on the bottom i's not sure where is coming from. I suspect is from woocommerce. But we didn't add that.
Yes we actually can. This setup was just a proof that the pagination actually work. You can customize it to your liking. If you edit the view and click on the "Pagination Controls" button you can add a new set of paginations and remove the ones i've added.
With this new set you are free to setup the pagination how you like it.
There is a new issue I wanted to discuss with you. On the Block view design we have added a Add to cart block but when you go to the view page the button is not showing. If you check with the developer tools the section for the button is there but is not showing for some reason.
Before I had to put it with a generated shortcode from views and it shows but it won't let me change the text on the button that needs to say "Add to InfoCart"
In order to keep the threads streamline it would be best to open a new ticket so that it can be tracked as a separate issue.
This is so that we don't break the flow of the current thread where we are handling now the pagination issue. Also the forum is quite loaded at the moment so my responses will be delayed.
Perfect. The pagination is working fine now. Only issue now is the Add to cart button. But i will create a new ticket as you requested unless you want to help me out with that now.
It works fine Thanks. Something else I that is not actually sorting from low to high prices by default, we had set it Ascending to Descending on the view. It is sorting but is not displaying the lowest price, Does this gets applied per page or is a general filter?
However when you use the filter we created it does sort it correctly.
Given that we have resolved the original issue of this thread, then I would Advise that you open a new ticket with the sorting issue so that it can be handled as a separate issue.