Tag Archives: my

Basic WooCommerce MySQL queries for Orders, Products and Categories

MySql DataBase

I do a lot of integration work between e-commerce cart software packages and third party systems.  Many e-commerce carts (Sunshop, VirtueMart, ZenCart, etc.) maintain their own database tables for storing orders, product, categories and everything the cart needs for the store to operate.   Accessing data from these tables is straightforward; the data is normalized for a cart application, with no meta …

Read More »