Hello, I have along standing issue im desperately trying to solve on my website...
HISTORY: I amusing OpenCart to process the transactions for my paid membership website(purely to avoid the heavy fees by PayPal etc) this however is run separately from dolphin (but on the same domain)and therefore when a member pays to upgrade their membership the database tables in dolphin remain unchanged - meaning they pay but don't get the upgrade!
Problem: I have managed to find a combination of Javascript/Ajax and PHP coding which will solve this problem (using ajax to search the database to check if the payment was successful then using PHP code to change the value in the dolphin database table). however,
I cannot seem to gain access to the members profile information via PHPmyadmin in the server control panel, i can find the "Profiles" table but it only shows me the questions that are asked on sign up not the actual answers members have given.
In short I need to know which table (in dolphin 7.1) stores the value that defines what "membership type" each user/member is currently on?
I have found a table which specifies the original 3 membership types setup by dolphin but it doesnt show the two membership types i have created? (the ones i plan to use).
Any help at all on this subject would be a huge help! Thank you very very much in advance if you can help me with this :)