Jump to content

Edit History

4presta

4presta

Hi.

1. you need to create PdfDeliverySlipController.php (you can find similar ./controllers/front/PdfInvoiceController.php)

image.thumb.png.1bf2cea901a7b000b9b168998bb0935f.png


2. create your own hook in the module (for example: displayDeliverySlipUrl and in the parameter you will get id_order)

image.thumb.png.7b807435ed5fb241c9573f0e3dc09731.png


3. create your own TPL template in the module

image.png.1f64d9048bd1eaa0037d6c4cd8cb2d55.png


4. insert your own hook in history.tpl e.g. {hook h='displayDeliverySlipUrl' id_order=$order.details.id}

image.png.37bb052d5265029040fb0115d1251b47.png

image.png.8b2c405703614d324ae6b92a6539f92b.png

 

result:

image.thumb.png.891c643188f5112ab10bdfb98ce6da29.png

4presta

4presta

Hi.

1. you need to create PdfDeliverySlipController.php (you can find similar ./controllers/front/PdfInvoiceController.php)

image.thumb.png.1bf2cea901a7b000b9b168998bb0935f.png


2. create your own hook in the module (for example: displayDeliverySlipUrl and in the parameter you will get id_order)

image.thumb.png.7b807435ed5fb241c9573f0e3dc09731.png


3. create your own TPL template in the module

image.png.1f64d9048bd1eaa0037d6c4cd8cb2d55.png


4. insert your own hook in history.tpl e.g. {hook h='displayDeliverySlipUrl' id_order=$order.details.id}

image.png.37bb052d5265029040fb0115d1251b47.png

image.png.8b2c405703614d324ae6b92a6539f92b.png

×
×
  • Create New...