This article covers
How to check which plan price points are belonging to which Product Family?
Summary
You can check the Product Families of any PC 2.0 site by using the “events” table in DB.
Solution
Please navigate to Databrowser >> Type “events” in Tables >> Type domain name in the “Domain“ >> click Submit.
Now if you need to list out all the Product Families please use the filter like “event_type - is - item family created”.
If you need to check any specific plan price point belonging to which Product Family,
Use two filters like “event_type - is - item price created” and “Events.entity_name - contains/equals - item price name”.
Click on View >> show_event_content >> select version V2 >> Submit Query
You need to search for the item_family_id in the JSON content.