VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: sandomatyas on June 06, 2016, 16:50:50 PM

Title: Recently bought products module
Post by: sandomatyas on June 06, 2016, 16:50:50 PM
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
Title: Re: Recently bought products module
Post by: Ghost on June 07, 2016, 08:53:48 AM
Fork the products module and modify it to your liking.