Ajout dans la facture du détail de livraison, pour PointRetrait et ClickAndCollect

This commit is contained in:
2021-04-14 19:11:39 +02:00
parent 276603d372
commit 96173c0058
10 changed files with 510 additions and 0 deletions

View File

@@ -27,6 +27,11 @@
<tag name="hook.event_listener" event="email-html.order-confirmation.delivery-address" type="email" method="displayDeliveryDateWithinEmail" />
<tag name="hook.event_listener" event="email-html.order-notification.before-products" type="email" method="displayCompleteInformationWithinEmail" />
</hook>
<hook id="cnc.pdf.hookmanager" class="ClickAndCollect\Hook\PdfHook">
<tag name="hook.event_listener" event="invoice.after-delivery-module" type="pdf" method="displayDeliveryDateWithinPdf" />
</hook>
</hooks>
<forms>