Hello,
I'm trying to send data to an external function with this code in PHP code window:
$this->set("order", "{data:}")
plgSystemVirtuemart_ERP::createMergeOrderTaxibooking($order);
My function is defined in the system plugin:
class plgSystemVirtuemart_ERP extends JPlugin{.....
}
But it throws error.
Can you help me please.
I've tried with custom code without success.
I'm trying to send data to an external function with this code in PHP code window:
$this->set("order", "{data:}")
plgSystemVirtuemart_ERP::createMergeOrderTaxibooking($order);
My function is defined in the system plugin:
class plgSystemVirtuemart_ERP extends JPlugin{.....
}
But it throws error.
Can you help me please.
I've tried with custom code without success.