VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: beltoforion on August 26, 2022, 22:03:01 PM

Title: Virtuemart 4 plugin development documentation
Post by: beltoforion on August 26, 2022, 22:03:01 PM
Hello I am Looking for Virtuemart 4 plugin development documentation

this is what I found:
https://api.virtuemart.net/
http://docs.virtuemart.net/vm-api/27-vm-api.html
https://dev.virtuemart.net/projects/virtuemart/wiki/Developing_a_module_or_plugin_for_Virtuemart_2     <-- do you have updated documentation or will this one still work for version 4?

Joomla:
https://docs.joomla.org/Special:MyLanguage/Plugin_Developer_Overview
https://docs.joomla.org/J4.x:Triggering_content_plugins_in_your_extension
https://docs.joomla.org/Special:MyLanguage/Plugin_Developer_Overview
Title: Re: Virtuemart 4 plugin development documentation
Post by: Milbo on October 18, 2022, 20:58:31 PM
Quote from: beltoforion on August 26, 2022, 22:03:01 PM
Hello I am Looking for Virtuemart 4 plugin development documentation

this is what I found:
https://api.virtuemart.net/
The API is from vm3.2, quite outdated. I spent some time to get it updated with doxygen or so, but had no success. We, which means anyone who would use an updated API, would be happy if someone can update it.

Quote from: beltoforion on August 26, 2022, 22:03:01 PM
https://dev.virtuemart.net/projects/virtuemart/wiki/Developing_a_module_or_plugin_for_Virtuemart_2     <-- do you have updated documentation or will this one still work for version 4?
Yes quite outdated, but you see how todo it in the standard plugins. Any important plugin type has an example.