Changing text - Various

Open to all! Ask other shopowners for help.
Post Reply
Xan
Posts: 1
Joined: Fri May 02, 2025 8:21 am
Phoenix Version:
Has thanked: 1 time

Changing text - Various

Post by Xan »

Hi,
Please advise where do I need to go to change text fields for:
  • homepage - #tag areas above testimonials
    homepage - about us block
Thanks


Join The Code Co-op to get access to your library in the Code Co-op Forum
User avatar
burt
Core Team
Posts: 4551
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: Changing text - Various

Post by burt »

About Us Block > this is a footer content module, so the text is in a language file.

1. Using the language_explorer (in Admin) copy the relevant file into your template
2. Using FTP or via your hosting control panel navigate to that newly copied file
3. change the text appropriately

The actual file is this cm_footer_text.php;
cm_ft.jpg


The other one is i_hero.php which you will find in the same page under english > modules > pi > index

Same rules:
copy it to your template
find it in your new template
ament it appropriately

-

We don't (yet) have a way to easily search for strings of text in langauge files.
That might come in the future.
You do not have the required permissions to view the files attached to this post.
I am not here to build for you.
I am here to build with you. Let's help each other.
heatherbell
Senior Contributor
Posts: 2540
Joined: Mon Oct 07, 2019 4:39 am
Phoenix Version:
Has thanked: 35 times
Been thanked: 243 times

Re: Changing text - Various

Post by heatherbell »

Xan wrote: Fri May 02, 2025 8:28 am Hi,
Please advise where do I need to go to change text fields for:
  • homepage - #tag areas above testimonials
    homepage - about us block
See User Guide > Set Up Store, specifically this: https://phoenixcart.org/phoenixcartwiki ... uage_Files
Xan wrote: Fri May 02, 2025 8:28 am homepage - #tag areas above testimonials
includes/languages/english/modules/pi/index/i_hero.php
Xan wrote: Fri May 02, 2025 8:28 am homepage - about us block
includes/languages/english/modules/content/footer/cm_footer_text.php


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply