I've been looking into using an external database for storing products.
But i was unable to find the right hooks for this.
For example, woocommerce uses the WP loop to show a listing of products.
But you can only hook pre-query, whereas i want to hook post-query, where i want to collect my products from an external database and offer them back as wordpress posts/products.
Do you have any examples on how to hook products/categories ?