by BVBAccelerate » Wed Mar 16, 2011 9:24 am
Hello,
I'm trying to develop a payment plugin. I was wondering if I there was any way I could access the POST variables that are passed through the payment form.
I know that this uses the MVC architecture and that the arguments are passed in the URL, but I was wondering if there were any default capabilities for me to access form variables that I don't want put into the URL.
Thanks in advance!
EDIT:: Also, I've set up my plugin with the appropriate files to create the tables and records for email templates, but I can't figure out how to install my plugin so it does this properly. I can upload the files directly and have the plugin work but the tables and data are not inserted into the database using the schema.xml, data.xml, and emailTemplates.xml files.
On our site I browse to Home > User > Conference Site Management > Plugin Management > Install A New Plugin and it just says it needs to be a compressed .tar.gz file. I did this in Linux and uploaded the file through this interface, and it said Version.xml not found in the plugin directory. I know it is in there, do I need to have any special structure in the .tar.gz file to get it to work?
All of the documentation I've read on this only tells me general guidelines for how to write a plugin, but does not provide information I need to bring it to completion so it can be shared.