Jump to content

How to change the text " Leave a message " on checkout page


Recommended Posts

to edit the text you must edit tempalte files of your prestashop theme.

 

go to theme directory in your main dir of prestashop. next find out the actual theme, and find file order-carier.tpl.

 

you can edit this text by editig following line:

 

 

{else}

<h3>{l s='Leave a message'}</h3>

<div>

<p>{l s='If you would like to add a comment about your order, please write it below.'}</p>

<p><textarea cols="120" rows="3" name="message" id="message">{if isset($oldMessage)}{$oldMessage}{/if}<textarea></p>

</div>

</div>

{/if}

</textarea></p></div>

Link to comment
Share on other sites

Aloha!

 

there is another way....

 

this is for 1.4.8.2 - 1.5.x seems to have an unsolved bug with accessing the Translations.

 

Go to Tools/Translations, select the section you want to edit from the spinner box, and click on the flag representing your language. You will see all the text on all the pages, and you can edit the pertinent text. Be sure to update translations, at the bottom of the page.

 

Hope this helps!

 

best, Martin

Edited by lucoral (see edit history)
Link to comment
Share on other sites

Aloha!

 

there is another way....

 

this is for 1.4.8.2 - 1.5.x seems to have an unsolved bug with accessing the Translations.

 

Go to Tools/Translations, select the section you want to edit from the spinner box, and click on the flag representing your language. You will see all the text on all the pages, and you can edit the pertinent text. Be sure to update translations, at the bottom of the page.

 

Hope this helps!

 

best, Martin

 

yep, it's working too :) thanks

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...