News:

Looking for documentation? Take a look on our wiki

Main Menu

How to add a view to a plugin

Started by marciopati, October 10, 2014, 23:36:13 PM

Previous topic - Next topic

marciopati

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.

jjk

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
Non-English Shops: Are your language files up to date?
http://virtuemart.net/community/translations

marciopati

Thank you, jjk. I finally got it to work.

Thanks a lot,
Márcio.