I'd like to display the recently bought products in a module position based on the full shop not just the current user. Something like
SELECT DISTINCT virtuemart_product_id FROM #__virtuemart_order_items ORDER BY virtuemart_order_item_id DESC LIMIT 10
I checked the VirtueMart Products module, but there isn't option like this. If it's possible I'd like a feature like this.
Thanks
Fork the products module and modify it to your liking.