简体   繁体   中英

Fishpig Magento: In which table Product and blog relation are saved?

I am new to Magento. I have connected the WordPress using Fishpig and assigned a blog to the product. Now I am checking in the Magento table where Magento stores the relation of product and blog in DB.

Please help me.

Thanks

Do you have the Related Products add-on module? Is this how you are setting up the post -> product link?

If so, you do not need to know the table as the module provides methods to access this data so please review the module code for more information.

If you still want to know the table name, the table is stored in the WordPress database (as WordPress doesn't have access to the Magento DB). The table names are as follows (you may not use wp_ as your table prefix so this may be different for you).

wp_related_products wp_related_categories

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM