MrTouch Posted December 9, 2017 Share Posted December 9, 2017 (edited) Hello I am new to Prestashop and got myself a theme, the developer which made the theme said that this bug was a prestashop core issue and not error caused by the template. Now, when i am on the Order-history page. I have this "pdf" column where i can look at the invoice. but on the bottom of the invoice I get a Table where my information is missing. I tried to find where it get's this data from but I wasn't successful. What I found out is: Displaying this information happens in HTMLTemplate.php: $hook_name is "displayPDFinvoice" public function assignHookData($object) { $template = ucfirst(str_replace('HTMLTemplate', '', get_class($this))); $hook_name = 'displayPDF'.$template; $this->smarty->assign(array( 'HOOK_DISPLAY_PDF' => Hook::exec($hook_name, array('object' => $object)) )); } Here it returns the not completed table: Hook::exec($hook_name, array('object' => $object)) But i couldn't find out what happens next. In the Attachments I added 2 screenshots, one where i click on the order-history page. And the second one is the pdf itself. Edited December 9, 2017 by MrTouch (see edit history) Link to comment Share on other sites More sharing options...
jordiali Posted February 13, 2018 Share Posted February 13, 2018 I'm like you. Do you solved this? Link to comment Share on other sites More sharing options...
AdrianaM Posted February 15, 2018 Share Posted February 15, 2018 Hey! This block appear when you have PayPal module activated. I don't know how to fill in those info, but I know how to remove this block (that's what I did). You go to 'modules/ modules positions' choose PayPal and unhook PayPal from displayPDFinvoice hook Link to comment Share on other sites More sharing options...
[email protected] Posted August 2, 2019 Share Posted August 2, 2019 Hi I have same problem with my prestashop , i need banking information to the invoice , but i really don't know where can i do this . Any ideas ? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now