VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: JibutuFlavour on November 21, 2013, 18:25:25 PM

Title: Shipment plugin
Post by: JibutuFlavour on November 21, 2013, 18:25:25 PM
I want to write a shipment plugin where the user can select a PickUp place from a select box.
My idea (maybe wrong) to make an ajax call on select to my plugin and trigger

public function plgVmOnSelectCheckShipment(VirtueMartCart &$cart)

But i have no idea how to call a plugin's (own) method via ajax.

Can someone help?