News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Show/Hide child products in categories based on the parent_id

Started by balai, October 25, 2016, 13:22:51 PM

Previous topic - Next topic

balai

We are confronting some issues when we want to search and filter child products.

Child products are missing some fields like categories and manufacturers which makes it quite hard to search/filter them.

We want to assign these fields but then we have the drawback that they will be always displayed in the category pages.

A great feature would be to have a setting letting us to display or not child products in the category (or other) pages.
I suppose that it is quite simple to be implemented by just adding a small where clause to check if the product_parent_id > 0

Milbo

The same counts for the filter query, just check for the parent product id. There are examples in our code for that.
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

balai

The problem is not in the query is in the views/layouts.
Why not offering the user the flexibility to assign all these fields (categories, manufacturers, etc) to the child products and decide which type of products (parent/child ,or all) will be loaded in the category pages, without being forced to do compromises in his data structure?