Rajout d'un message destiné aux clients

This commit is contained in:
2022-06-12 16:53:37 +02:00
parent 4066ee4d99
commit e89cb306cf
4 changed files with 16 additions and 1 deletions

View File

@@ -46,4 +46,15 @@ class HookManager extends BaseHook
);
}
}
public function onOrderDeliveryExtra(HookRenderEvent $event)
{
$event->add(
$this->render(
'localpickup/order-delivery-extra.html',
[]
)
);
}
}