Re: Products not showing up for some sub category pages
This looks like there is something not right with your database tables ...
Using phpMyAdmin, search the table:
products
for the products_id 746531
What comes up on the master_categories_id ...
Browse the table:
products
Do ALL products have a master_categories_id
Search the table:
products_to_categories
for the products_id 746531
What comes up for the products_id and categories_id
Search the table:
categories
for the categories_id 1706
What comes up on the parent_id
Browse the table:
categories_description
Do ALL Categories have a categories_description?
Re: Products not showing up for some sub category pages
Found the problem! The multisite module. The categories description in the database were missing. I assigned the categories to the site with the multisite tool and now everything works. THANKS SO MUCH FOR YOUR HELP!
Re: Products not showing up for some sub category pages
Thanks for the update that these are now working ... :smile: