VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Development & Testing => Topic started by: Denitz on July 10, 2012, 17:29:26 PM

Title: Need help with a plugin
Post by: Denitz on July 10, 2012, 17:29:26 PM
I would appreciate any help with this functionality:

We sell courses, so we need the user to fill course's delegates names:
Need a plugin which shows text inputs for first and last names in checkout page if a cart contains certain products.
Next these names are stored with an order and are displayed in backend.

I thought about custom field plugin, so all our products will have this custom field, but it occurs that "vmcustom" plugins can't add html into checkout page with "plgVmOnCheckoutAdvertise" event.
And I am also not sure if "vmcustom" plugins it can trigger the order save.