Hello -
I am just getting started with this plugin and so far so good. Before I go deeper into the rabbit hole on this project I am working on, I want to make sure I am setting things up correctly.
I understand the need for Custom Tables for performance, but my question is this:
I am adding custom meta boxes to build out a fully customized WooCommerce Product Page. I want this additional data to be stored with the Products themselves so that if they ever wanted to export all of their products, the additional information entered through the Meta Boxes is also exported with the main product data.
Would storing the Meta Box data in a separate db table keep the relationship with each product ID it was entered on, or is that relationship between the Product and the Meta Box data separated due to being in separate tables? Whats the best approach to something like this?
Any insight would be much appreciated. Thanks.