*/ class DeliveryRoundHook extends BaseHook { public function onModuleConfig(HookRenderEvent $event) { $event->add($this->render('delivery-round-config.html')); } public function onModuleConfigJs(HookRenderEvent $event) { $event->add($this->render('script/delivery-round-update-js.html')); } public function onOrderDeliveryExtra(HookRenderEvent $event) { $event->add($this->render('show-round-list.html')); } }