Hello, all,
I'm kind of new to Virtuemart plugin development and I would like to understand the "how-to" to be able to create a plugin that displays a screen to the user and let's him hit a submit button to complete the plugin flow.
Being more specific, I have created a plugin that is invoked on event plgVmAfterUserStore of the "vmshopper" type, after a shopper is saved. This plugin is working fine for the background action it is performing.
But I would like to display a screen to the user at this point, allowing him to choose an item from a list, and only after submiting it the background action would be performed.
Could someone guide me on how can I accomplish this, please?
Thanks a lot for any help on this!
Márcio.
I'm not a developer, but I suppose you will find the information you need at some links shown near the bottom of this page:
http://dev.virtuemart.net/projects/virtuemart/wiki/Plugin_system
Thank you, jjk. I finally got it to work.
Thanks a lot,
Márcio.