I'm looking for suggestion on how to solve the following use case.
1) User searches for a product on our magento site.
2) If we have matching products we will show those products.
3) Immediately under those search results, I want to query our EBAY SHOPPING API to show what other merchants have simliar products.
4) How can I make the pagination work on both the results from the magento search engine and the ebay shopping API xml results.
Example:
1) User searches for "forks"
2) My site doesn't sell "forks" so the magento results will return nothing.
3) Ebay's Shopping API has plenty of merchants that sell "forks" so I want to show the customer those other places to buy "forks"
Thanks in advance for your ideas and help.