Hello,
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?
Also, When user click in Category A, it should redirect to another page (which is Product list page) with the same functionality, which is shown as below.
First of all you need to show your Umbraco structure, and than we will decide how to render it.
Do you have Umbraco structure ?
How it looks in admin ?
Depending on how many products the site has, i would not recommend using a Javascript solution since it probobly required you to get all products from the database and then arranging them in pages. If you have hundreads or thousends of products, the load time for this page could be quite long.
Maybe you should look in to some of the free webshop packages and get a lot of functionallity for free?
Create a product list with paging
Hello, 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?
Also, When user click in Category A, it should redirect to another page (which is Product list page) with the same functionality, which is shown as below.
So how do i achieve this ?
Hi Prashan,
First of all you need to show your Umbraco structure, and than we will decide how to render it. Do you have Umbraco structure ? How it looks in admin ?
Hi Alex,
I need to create it from scratch. I don't have Umbraco structure as of now.
Hello Prashant,
I'm having a similar problem as I want to build a page very similar to your example. Did you managed to find a solution?
Thanks in advance!
Depending on how many products the site has, i would not recommend using a Javascript solution since it probobly required you to get all products from the database and then arranging them in pages. If you have hundreads or thousends of products, the load time for this page could be quite long.
Maybe you should look in to some of the free webshop packages and get a lot of functionallity for free?
For example: https://our.umbraco.org/projects/collaboration/merchello/
you could try AJAX of course.
One approach: http://24days.in/umbraco/2012/ajax-paging-using-alttemplates/
is working on a reply...