Hello,
Just have to say first for what I have done this extension is great! My question..
I would like to combine information from 2 tables like what is in this tutorial:
www.w3schools.com/Sql/sql_join_full.asp
I need to pull data from two Virtuemart tables in the Joomla database to show:
User ID | Order ID | First Name | Last Name | State | Product Purchased
Here are the two tables and what each have:
jos_vm_order_item - USER_ID, ORDER_ID, ORDER_ITEM_NAME
jos_vm_order_user_info - USER_ID, ORDER_ID, FIRST_NAME, LAST_NAME, STATE
The common column that I would like to match up is USER_ID. This will help me show in the report the user then all their orders.
I would also like to ORDER by state..
Any suggestions?
Thanks!
John