Jump to content

Edit Backoffice Pages


Recommended Posts

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 by planbjz (see edit history)
Link to comment
Share on other sites

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...