Difference between revisions of "How to Change Text"

From Phoenix Cart User Guide
Line 6: Line 6:
 
Sometimes it can be difficult to find which language file contains the text.
 
Sometimes it can be difficult to find which language file contains the text.
  
To find text in a language file, use a file editor such as Visual Studio Code or Notepad++ to search your backup folder - see <BIG>'''[[Visual Studio Code]]'''</BIG>
+
To find text in a language file, use the search facility at Github where the repository for the code for CE Phoenix is stored.
  
 
For our example: How to change Welcome email text.
 
For our example: How to change Welcome email text.
  
*Open Visual Studio Code.
+
After completing a test purchase, it can be seen that an email is sent to the customer that starts with the text, '''We welcome'''
*Click '''File → Open Folder''' to browse to your back up Phoenix folder/directory.
 
*Click '''Edit → Find in Files''' and enter the text you want to change in the search. In this case enter '''We welcome''' - this will show all files where that text occurs - in this case it shows '''create_account.php''' and it's location '''includes/languages/english''' and the code where it occurs<br><code>define('EMAIL_WELCOME', 'We welcome you to <strong>' . STORE_NAME . '</strong>.' . "\n\n");</code>
 
*Click on the code to open the file - make any changes - save - upload to server and done!
 
  
 +
*Go to the Github repository for CE Phoenix.
 
<div class="mainpage_box">
 
<div class="mainpage_box">
[[File:VSC1.png]]
+
[[File:githubSearch.jpg]]
 
</div>
 
</div>
 +
*Enter the search term in the input box (top left) - enclose the text in double quotes.
 +
*For this example enter, '''"We welcome"'''
 +
*Click '''In this repository''' in the drop down menu.
 +
*The search results will show this:
 +
<div class="mainpage_box">
 +
[[File:githubSearchResult.jpg]]
 +
</div>
 +
*Find the language file in the admin Tools Define Languages list.
 +
*Click to open, make changes to the text, click Save - done.
  
  
 
<hr>
 
<hr>
 
{{Contribute}}
 
{{Contribute}}

Revision as of 07:50, 4 September 2020

<historylink type="back">🠈 Back</historylink> 🠉 FAQS TIPS & TRICKS


You can change any text in a language file - see Change Language Files.

Sometimes it can be difficult to find which language file contains the text.

To find text in a language file, use the search facility at Github where the repository for the code for CE Phoenix is stored.

For our example: How to change Welcome email text.

After completing a test purchase, it can be seen that an email is sent to the customer that starts with the text, We welcome

  • Go to the Github repository for CE Phoenix.

GithubSearch.jpg

  • Enter the search term in the input box (top left) - enclose the text in double quotes.
  • For this example enter, "We welcome"
  • Click In this repository in the drop down menu.
  • The search results will show this:

GithubSearchResult.jpg

  • Find the language file in the admin Tools Define Languages list.
  • Click to open, make changes to the text, click Save - done.



Phoenix Cart User Guide, like CE Phoenix Cart, is free to use but is maintained by unpaid volunteers.

Code references are licensed under a Commons Attribution-NonCommercial-ShareAlike 2.0 UK: England & Wales License.
All other content is the reserved Intellectual Property and Copyright of phoenixcart.org