I am using OpenCart for development.
I have affiliate API of Amazon,ebay,Flipkart and Snapdeal. I want to combine all API results to my web page with pagination. Like this website https://www.compareraja.in/mobiles.html.
My question is :
- Should I save all API results in the database.?
- Is there any method to combine all API results in a shuffled manner and display 1st 10 results then next 10 on load more option.