Ok found the problem.
Instead of
register_taxonomy("Product Categories",
........
I need to remove the space to change it to
register_taxonomy("ProductCategories",
.....
I have without luck. its an item that has “search words” that pull back other items.