I started with this video, (https://www.youtube.com/watch?v=73aqb0hIvTI), and built a prototype that would hit a database via an API call and get data using the custom provider type and the functions file.
My first question is there a good way to handle paging variables using this method? We’re working with a large amount of data, and the API is set to use paging variables. Is there a way to pass the page in to the custom provider so it can then use the page for the API call?
Once we figure that out and get the products to display similar to a WooCommerce shop layout, we’re leaning towards using WooCommerce to complete the customer checkout. Are there any examples where others have used WooCommerce with custom provider and loopers?