Edit JMCONTACTFORMTITLE

Hi,

How do i edit JMCONTACTFORMTITLE in contacts page?

17 answers

Profile photo of Ziven Staff 100280.00 $tone July 28, 2014
Public

This is part of the languages, you can go to language you are using and translate it.

Code:

app\design\frontend\default\jm_kidsland\locate

other way: you can go to the file "form.phtml" and edit it directly.

Code:

app\design\frontend\default\jm_kidslandtemplate\contacts\form.phtml <-- line 38
#1
Profile photo of santosh pillai 90.00 $tone August 2, 2014
Public

form.phtml is not reading data from translate.csv. Below is the lines in translate.csv. However the form displays

JMCONTACTFORMTITLE
JMContactFormDesc

Can you please have a look at this?

JMContactFormDesc,"Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat"
JMContactFormTitle,Let’s Keep In Touch

#2
Profile photo of santosh pillai 90.00 $tone August 5, 2014
Public

I modified the file at the path

/app/design/frontend/default/jm_kidsland/locale/en_US/translate.csv

below is the content of the file. The form on the website only shows titles JMCONTACTFORMTITLE and JMContactFormDesc. it does not display the text "Hello" and "Let’s Keep In Touch!"

JMContactFormDesc,"Hello"
JMContactFormTitle,Let’s Keep In Touch!
Productquickview,Productquickview
Your Language,Your Language
Stay up to date,Stay up to date
Sign up,Sign up
Setting,Setting
My account,My account
My cart,My cart
Hide Filter,Hide Filter
Show Filter,Show Filter
Sort By,Sort By
description,description
additional,additional
From:,From:
Recommended product(s),Recommended product(s)
You may be also like:,You may be also like:
Shopping Cart Total,Shopping Cart Total

#4
Profile photo of Saguaros 0.00 $tone August 14, 2014
Public

Hi

Did you try to clear magento cache and re-index the data after changing?

I tried to change the translated text via this file: /app/design/frontend/default/jm_kidsland/locale/en_US/translate.csv and it works

#11
Profile photo of Saguaros 0.00 $tone August 18, 2014
Public

When checking directly from language file on your site: /app/design/frontend/default/jm_kidsland/locale/en_IE/translate.csv, I see that you put the text in wrong format, it should be:

Code:

JMContactFormTitle,"Let's Keep In Touch!"
JMContactFormDesc,"Tah Dahhh"

Please go to this file and change to your desired text.

#13
Profile photo of Saguaros 0.00 $tone August 20, 2014
Public

Try going to this directory: /app/design/frontend/default/jm_kidsland/locale/ and add a new folder called ‘en_IE’

Then add above translate.csv to this new folder. And of course, this translate.csv must contains above text fields.

#15

Please login or Register to Submit Answer

Written By

Comments