VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: mtaras on March 24, 2012, 07:28:53 AM

Title: Analytic Documantation for plugin development
Post by: mtaras on March 24, 2012, 07:28:53 AM
Hi,
I'm new to vm development and I'm happy that from version 2 and above the vm will follow the MVC format.
I have see the wiki page at dev portal http://dev.virtuemart.net/projects/virtuemart/wiki/Plugin_system

But the doc is so small.

I have try to develop a simple custom vm plugin. I have succeed to do that .
But where can I found some useful info about as an example: how to retrive the order id when the some order confirmed? I have see some info at the API of VM but where can I find the whole list of plgsomemethod() functions?

Is the api and wiki the only resource for development?

Thanks.
Title: Re: Analytic Documantation for plugin development
Post by: PRO on March 24, 2012, 12:53:56 PM
com_virtuemart/helpers

There is not a whole lot of documentation

But its coming