Confused about prestashop PDF generated process. Where is the code to handle the logic?
问题 I want to deep understand prestahop inside structure and amend some parts. I am stoped in the PDF. I want can't find the controller used to handle the AdminPdf and generateDeliverySlipPDF {if $order->delivery_number} <a class="btn btn-default _blank" href="{$link->getAdminLink('AdminPdf')|escape:'html':'UTF-8'}&submitAction=generateDeliverySlipPDF&id_order={$order->id}"> <i class="icon-truck"></i> </a> {/if} Who can help me figure out the inside processes? I can't find the methods to handle