- This topic has 5 replies, 3 voices, and was last updated 10 years, 5 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › eStore change to eng.php plugin file crashes site
Tagged: change eng.php, Language
Hi, I’m trying to edit the text in the estore plugin (homepage widget) from “Visit the Shop” to simply, “Purchase Online” but when I do this and re-upload via ftp it crashes the site. Can you help?
You are likely introducing an error in the file when changing. Can you please copy and paste the line that you are changing and what you are changing it to? That way I will be able to see what is making it break.
Hi,
This is the line:
define(“ESTORE_VISIT_THE_SHOP”, “Visit The Shop”);
This is the change
define(“ESTORE_VISIT_THE_SHOP”, “Purchase Online”);
That change looks fine to me. Is there anything else you are changing beside that line?
How are you making the change? via the editor in WordPress or are you editing the file then FTPing it to the server?
And did you edit/save the file, using UTF-8 encoding?
When using FTP, are you using the “Binary” transfer mode?
I can’t seem to access via the editor in wordpress so I’ve been changing and uploading via ftp. I’m using the latest version of Filezilla. Just tried again and it worked! Think I was somehow removing the quote marks…? Anyway, thanks for your help.
Emma