Page 1 of 1

Transactions table?

Posted: Tue Mar 13, 2012 4:53 am
by morpheis91
Hey there, I am trying to integrate my opencart system to another system that I developed a while ago. Basically the service i am providing on my website is to sell instant download instructional videos. I would also like to offer a streaming feature as well. The streaming framework that I developed is to operate independently from the opencart framework. So the question is:

What table/tables do I reference in order to see if the currently logged in user has bought the download?

Also keep in mind that my framework is going to run independently of the opencart framework so I cannot use any of the built in opencart objects/classes.

If my question is unclear please ask me to clarify thank you!

Re: Transactions table?

Posted: Wed Mar 14, 2012 7:40 am
by morpheis91
Hey there, I am still waiting for some help is there anyone out there who can help?

Re: Transactions table?

Posted: Wed Mar 14, 2012 8:17 am
by JNeuhoff
morpheis91 wrote:Hey there, I am trying to integrate my opencart system to another system that I developed a while ago. Basically the service i am providing on my website is to sell instant download instructional videos. I would also like to offer a streaming feature as well. The streaming framework that I developed is to operate independently from the opencart framework. So the question is:

What table/tables do I reference in order to see if the currently logged in user has bought the download?

Also keep in mind that my framework is going to run independently of the opencart framework so I cannot use any of the built in opencart objects/classes.

If my question is unclear please ask me to clarify thank you!
The database tables 'order' and 'customer' should contain the details you need.

Re: Transactions table?

Posted: Tue Apr 03, 2012 1:23 am
by morpheis91
Thanks!