Posted - 05/27/2020 : 14:29:00
This is probably a silly question, but I couldn't find an answer searching in the help files. I'd like to have a custom/static category page where categories are added to the higher level category. I know how to do a static category page and then display just products from the category, but I don't recall how to do the same with a category.
If an example helps, I'm doing fabric face masks. I have some printed fabrics that I can reorder, some that are pretty much a one-off, and some solids, and I'd like to separate them out. So I have a high-level category "Masks" and sub-categories for solids, reorderable prints, and limited prints. Right now, my page of face masks just shows all of the masks with no breakdown, even though I have them in sub-categories now:
https://www.sleepingbaby.net/masks.php
I would like the mask page to show the three sub-categories, and have those go to sub-category static pages. For showing all the products, I know it's this:
[code]<?php $explicitid=1; ?> <p><?php include "vsadmin/inc/incproducts.php" ?></p>[/code]
Is there a similar explicit id or inccategories that I can sub in to show the sub-categories?
Thank you!
http://www.sleepingbaby.net/ Using ECT 7.2.2 for php
|