Hi guys,
I'm attempting to add a load more feature to the homepage which can already display all products. I'm trying to cut down the product list into segments, so I wouldn't load all products at once. For instance, initial load 20 products, upon clicking load more it display the following 20 products..
Can anybody advise me how should I go about this using AJAX jquery?
Thanks in advance..