I want to create a product list with paging shown as below
I have searched on the Jquery or javascript to achieve this and found that we can use JSPages. But how do i integrate this in Umbraco?
For each category, there are many products. So for that also, i need to create a page with paging. So When user click in Category A, it should redirect to another page (which is Product list page) with the same functionality.
Also, where do i mention that Product A, Product B are from Category A.
So how do i achieve this ?