I have a custom post type called "deli" and I have a custom taxonomy for this cpt called "deli-brands".
For "deli" cpt I created a meta box (select radio) with two different options "imported" and "domestic".
I need to display the taxonomies "deli-brands" based on the cpt meta box selection.
ie. If I have taxonomies "Brand 1", "Brand 2" and "Brand 3", and post type called "Product 100" with meta box "domestic" selected and taxonomy "Brand 2" selected. I want to display on the page the taxonomy or taxonomies that have posts with "domestic" meta box selected. In this example, the result will be display on the page "Brands 2" taxonomy only.
Does any body did something like this before?! Is it possible?!