Frits van Leeuwen Posted May 23, 2023 Share Posted May 23, 2023 (edited) Hello all, I would like to know, how to add an extra text block to the pages category in Prestashop 1.7.8.9? Under the category title I have an introductory text. Below are my products. But I also want to be able to put a text under it. Who knows how I can do that? Thank you in advance, Frits van Leeuwen Edited May 31, 2023 by Frits van Leeuwen (see edit history) Link to comment Share on other sites More sharing options...
ComGrafPL Posted May 23, 2023 Share Posted May 23, 2023 Like this? https://webproggi.com/en/prestashop-category/additional-description-module-for-prestashop.html 1 Link to comment Share on other sites More sharing options...
Frits van Leeuwen Posted May 23, 2023 Author Share Posted May 23, 2023 Think this is exactly what I need. I take a look of it. Thanks for your help Link to comment Share on other sites More sharing options...
Knowband Plugins Posted May 25, 2023 Share Posted May 25, 2023 To add extra text block to the category page , you can follow the below steps : 1. Open the below file Path : Theme/{Your-Theme}/templates/catalog/listing/product-list.tpl 2. Modify the template file: Open the product-list.tpl file located in the appropriate theme directory (e.g., /themes/your_theme/templates/catalog/listing/product-list.tpl). Add the desired extra text content within the appropriate section of the file. For example, you can add the extra text content at the beginning of the category page, right after the {block name='page_content_container'}: {block name='page_content_container'} <div class="extra-content"> <p>This is the extra text content.</p> </div> {/block} 3. Clear the PrestaShop cache and Refresh the category page. By following these steps, you should be able to add extra text content to the category page. 1 Link to comment Share on other sites More sharing options...
Frits van Leeuwen Posted May 25, 2023 Author Share Posted May 25, 2023 Thanks for your message. I'm afraid that if I change the template, I will have to redo my change after an update of that template. 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