I’ll battling to figure out how the MarketPress tables (mp_product_attributes & bp_product_attributes_terms) fit in relationally with the rest of the WP dB. Could you post a database schema diagram please?
mp_product_attributes has attribute_id and attribute_name for instance, which get’s populated with data when I create a new attribute for items on the store. However, mp_product_attributes_terms has not rows, so nothing is created in there clearly. However, then I create a new product (which is a new post in the database), the attribute can be assigned, but I can’t see how the two are linked in the database.
Please help!