jpvdm01 Posted November 24, 2023 Share Posted November 24, 2023 (edited) Hi all, I've searched hours and hours trying to find a solution, or to even find a similiar case on this forum. Didnt succeed at both. At some point the form on the contactpage went blank. Must have happened after upgrading to a newer version and cant recall the moment. When visiting the contactpage no form is shown and looking at the code nothing is loaded making it only obvious nothing is being shown. Looking through lots of files concerning this ended up with nothing except confirmation every file looks OK and contains the code it should have. Checked all settings, modules and whatever in backoffice leaves me no clue. Anyone any idea how to fix this? Where do I even find the hard-coded text <!-- Page content -->? Replacing this with code probably solves it.. Running on Prestashop 1.7.8.10 on PHP7.4. Using the fashop theme from Fieldthemes if that is of any use. Edited November 24, 2023 by jpvdm01 (see edit history) Link to comment Share on other sites More sharing options...
Daresh Posted November 25, 2023 Share Posted November 25, 2023 By default, there should be the contactform module. In the classic theme, it is invoked in the contact.tpl file like this: {block name='page_content'} {widget name="contactform"} {/block} Link to comment Share on other sites More sharing options...
jpvdm01 Posted November 29, 2023 Author Share Posted November 29, 2023 Against all odds.... this is solved! For anyone interested: Replaced <!-- Page content --> with the code Daresh (big thanks!!) supplied in file: /themes/THEME/templates/page.tpl Stumbled upon the file doing another Google-search on another matter. 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