To make it simple, such module should only read the event:
Code: Select all
PluginHelper::importPlugin('pcv');
$results = Factory::getApplication()->triggerEvent('onPCVonCheckoutAfterCart', array('com_phocacart.checkout', $this->a, &$this->p, $this->t['total']));
echo trim(implode("\n", $results));
Jan