VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: Mister Paul on August 28, 2020, 23:51:59 PM

Title: Ordering products from mod_virtuemart_product displayed list?
Post by: Mister Paul on August 28, 2020, 23:51:59 PM
Hi,

I use mod_virtuemart_product to show category products inside pages and I am quite happy with this module.
I'd just like to be able to manually order the products in the displayed list.

How could I order them, for example, by modified_on or by product_available_date from _virtuemart_products table? That's data where I could intervene to create a custom order...
Another way to manage that?

Thanks for your help.
;)
Paul
Title: Re: Ordering products from mod_virtuemart_product displayed list?
Post by: pinochico on August 29, 2020, 07:28:40 AM
QuoteHow could I order them, for example, by modified_on or by product_available_date from _virtuemart_products table?

Add custom ordering in module xml file
Add your custom function with mysql question in module helper
Call this function in module template

Or search another solution (another module) if exists