3 replies [Last post]
Daniel-Lee's picture
Offline
Joined: 09/17/2009
Juice: 3

Greetings.

Is there a document that describes all the ubercart tables and details process flow as various actions are performed? An example of what I am looking for is what happens and what gets put where when I add a product to inventory, and what happens when I add the product to my cart. Which tables are being used to store and retrieve data from?

I have looked about the site for something and haven't seen it. If it doesn't exist, I would be willing to write up any knowledge shared towards that end.

- Dan.

george@dynapres.nl's picture
Offline
Joined: 01/02/2008
Juice: 202
Re: Database Structure Documentation?

This would help enormously in understanding dataflow in UC and speed up migrating D5/EC2 projects to D6/UC2.

---
George on Drupal

bkudrle's picture
Offline
Joined: 10/08/2009
Juice: 4
Here's a start

I have not found one either. So I started a book at my local site to start on some database table documentation. You can access it here:

http://awake.us.com/node/19

You can register and then add pages and/or comments also. I will try to incorporate the good comments into any existing pages.

giorgio79@drupal.org's picture
Offline
Joined: 02/02/2008
Juice: 280
Re: Database Structure Documentation?

The devel module "documents" all pages nicely for you if you enable SQL queries display and disable redirects in devel as well Sticking out tongue