Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Prashant 4 posts 73 karma points
    Nov 28, 2015 @ 05:37
    Prashant
    0

    Create a product list with paging

    Hello, I want to create a product list with paging shown as below

    enter image description here

    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.

    enter image description here

    So how do i achieve this ?

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Nov 28, 2015 @ 12:06
    Alex Skrypnyk
    0

    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 ?

  • Prashant 4 posts 73 karma points
    Nov 28, 2015 @ 12:25
    Prashant
    0

    Hi Alex,

    I need to create it from scratch. I don't have Umbraco structure as of now.

  • Nelson 94 posts 246 karma points
    Mar 10, 2016 @ 07:39
    Nelson
    0

    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!

  • Dennis Adolfi 1082 posts 6446 karma points MVP 5x c-trib
    Mar 10, 2016 @ 07:54
    Dennis Adolfi
    0

    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/

  • Fergus Davidson 309 posts 588 karma points
    Jul 27, 2016 @ 13:36
    Fergus Davidson
    0

    you could try AJAX of course.

    One approach: http://24days.in/umbraco/2012/ajax-paging-using-alttemplates/

Please Sign in or register to post replies

Write your reply to:

Draft