News:

Looking for documentation? Take a look on our wiki

Main Menu

Recently bought products module

Started by sandomatyas, June 06, 2016, 16:50:50 PM

Previous topic - Next topic

sandomatyas

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

Ghost

Fork the products module and modify it to your liking.