Jump to content

How do I change the contact us module to read something else?


Recommended Posts

I would like to change the contact us module to read something else. Currently it reads, "Our hotline is available 24/7. How do I change the module to read something else? I have tried to do it in the contact us module configuration but it only gives me the option to put a phone number. Please see the attachment.

post-548993-0-59265000-1367965423_thumb.jpg

Link to comment
Share on other sites

I would like to change the contact us module to read something else. Currently it reads, "Our hotline is available 24/7. How do I change the module to read something else? I have tried to do it in the contact us module configuration but it only gives me the option to put a phone number. Please see the attachment.

 

this is contact block module:

TNPxnLa.png

 

if you want to change the text "Our support hotline ... " go to the:

 

localization -> translations - then select "installed module translations":

hNCGRdU.png

 

click on flag with your language. then you will see completly list of installed modules. search for this module. you will get something like:

 

ND1UtwQ.png

 

fill fields with your own translation / text.

  • Like 1
Link to comment
Share on other sites

Hi Vekia, I tried this and its not changing the text remains the same.

 

when you change those fields in translation feature, after save back office shows changed values ?

 

Perfect Answer Vekia thank you

 

You're welcome :-)

Link to comment
Share on other sites

Hi Vekia, I tried this and its not changing the text remains the same.

 

weirdy. you have to be sure that you changing correct language, are you?

 

other thing is to clear cache in your prestashop, maybe it is a cache problem

Link to comment
Share on other sites

i have same problem and when i do the information provided i get the message below

 

Warning! Your PHP configuration limits the maximum number of fields allowed in a form:

1000 for max_input_vars.

Please ask your hosting provider to increase the this limit to 1471 at least. Alternatively, you can edit the translation file manually.

 

 

how can i change this

Link to comment
Share on other sites

i have same problem and when i do the information provided i get the message below

 

Warning! Your PHP configuration limits the maximum number of fields allowed in a form:

1000 for max_input_vars.

Please ask your hosting provider to increase the this limit to 1471 at least. Alternatively, you can edit the translation file manually.

 

 

how can i change this

 

you've got different issue, more about this you can read here: max input vars in prestashop

Link to comment
Share on other sites

  • 1 month later...

In this case you have to do this manually, there is no other way

 

she is attached in backround, as an image:

#contact_block .block_content {
padding: 10px 0 15px 0;
background: url(images/block_contact_bg.jpg) no-repeat left bottom transparent;
}

 

in the file: /modules/blockcontact/blockcontact.css

Link to comment
Share on other sites

just change the:

#contact_block .block_content {
padding: 10px 0 15px 0;
background: url(images/block_contact_bg.jpg) no-repeat left bottom transparent;
}

 

to:

 

#contact_block .block_content {
padding: 10px 0 15px 0;
}

Link to comment
Share on other sites

  • 3 months later...

yes vekia is shows the changes but its not updating on the front end.

 

I had this same issue and after an hour or two trying to understand why it wasn't updating, I finally figured it out.

Had to clear the cache. No, not the browser cache, but the shop cache.

From your shop's home directory go to /cache/smarty/cache and delete the /blockcontact/ directory

Link to comment
Share on other sites

  • 1 month later...
  • 2 weeks later...

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