• Hey there…okay, I am attempting to make my own shopping cart (actually it’s already made but in plain html) and have it populate and function dynamically like it’s supposed. I’ll be using woocommerce/wp as the backend CMS for all the items but I want the changes to reflect into my site. Question is – what tables in particular are involved with the shopping cart images/desc/etc.. as well as the woocommerce products. I am somewhat familiar with PHP/sql so I understand connecting to the wp-database – I just don’t know what statements will retrieve the information I need regarding the products/shopping cart products. I want my site to be fully functional as my wordpress shopping cart is. I appreciate the help very much.

    Thank you,
    Casey

    https://www.ads-software.com/plugins/woocommerce/

Viewing 1 replies (of 1 total)
  • A product is a type of the post object, so products are in the wp_posts table, where the post_type field is set to “product”. Extra bits of data that don’t fit in a post record go into the wp_postmeta table.

Viewing 1 replies (of 1 total)
  • The topic ‘Woocommerce database’ is closed to new replies.