VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product creation => Topic started by: OriyanJ on March 21, 2016, 10:07:00 AM

Title: How to change category/products SQL queries?
Post by: OriyanJ on March 21, 2016, 10:07:00 AM
I'm trying to figure out how can I temper with the SQL queries that affect category/products display.
In case I only want to show certain products with my desired queries (such as showing products with only images or children), where should I be looking?
I'm not asking for coding, only for directions, there I believe I can manage on my own.

In case you're interested of what I'm trying to achieve -
I want to only show products that have children, with future available dates. In case a product have children that are all in the past, it will not be shown.
Title: Re: How to change category/products SQL queries?
Post by: GJC Web Design on March 21, 2016, 22:25:00 PM
the vm admin model products.php
Title: Re: How to change category/products SQL queries?
Post by: OriyanJ on March 22, 2016, 08:02:55 AM
Thank you!