VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: estevan83 on September 03, 2012, 11:29:59 AM

Title: plugin extension travel agency
Post by: estevan83 on September 03, 2012, 11:29:59 AM
hi guys ,
i need to customize virtuemart before add to cart an item. (travel agency)
Now I've modified the component but I would like implement an external plugin that do this work.
In this plugin I need to add some informations like travel date and the number of passengers and after them submition to an external web service, I receive the availability of travel and the price of it.
Only if this travel is available I can allow  the user to add to cart this travel.
Remeber I need also to modify the price that comes from external web service istead of default product price
How and which event I need call to intercept handler?
I need to create another event?

Thank in advance estevan83