Simple Kiwi Posted January 18, 2016 Share Posted January 18, 2016 (edited) Hello! 100% of my clients and coworkers who are using Prestashop all feel it is very hard to figure out and I agree with them. I'd like to go to some back office pages and add some info / instructions to the top of the page to give insight as to what the page is for. For example under ORDERS is a page called CREDIT SLIPS. Am I able to add some HTML content to the top of the CREDIT SLIPS page? Thanks! PlanBjz I'm running Prestashop V 1.6.1.0 Edited January 18, 2016 by planbjz (see edit history) Link to comment Share on other sites More sharing options...
Diagoras14 Posted January 18, 2016 Share Posted January 18, 2016 I'm not sure if this can solve your problem but there is a help button in top-right corner of every page. Your co-workers can easily check what can they do on current page. Link to comment Share on other sites More sharing options...
Simple Kiwi Posted January 18, 2016 Author Share Posted January 18, 2016 I see that but I'd prefer to add my own set of instructions....thanks for the tip! Link to comment Share on other sites More sharing options...
Simple Kiwi Posted January 19, 2016 Author Share Posted January 19, 2016 So I'm still racking my brain with this one. It looks like a lot of the pages are PHP and not tpl. Does anyone know if I can easily add HTML to PHP...or perhaps create a call in the PHP file to an HTML file???? I really need help...I tried Google'ing how to add HTML to PHP but it creates errors on the page after I save it. Link to comment Share on other sites More sharing options...
Simple Kiwi Posted January 20, 2016 Author Share Posted January 20, 2016 If anyone is interested I figured out how to add notes to the top of back office pages. Part of the answer was found here: http://doc.prestashop.com/display/PS15/Using+helpers+to+overload+a+back-off… I basically went to root/override/controllers/admin/templates/ and then created a folder for the page I wanted to edit. In the instructions above they give the example using the "after" location. To get contact on the top simply use leadin. {extends file="helpers/options/options.tpl"} {block name="leadin"} <p style="color:red;text-align:center;">Block after : add a text after the form</p> {/block} 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