Hi,
i have installed opencart now but i want to change the standard text
(Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account?
Congratulations! You have successfully installed OpenCart.
Please begin to configure your installation in the administration.
Good Luck!) to something else, how can i do that?
Grtz,
X
Thnx, i changed it to:
Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account?Welcome to the biggest pricelist of Belgium and the Netherlands!Please look around an feel free to put some products in youre basket for a total price.Don't forget that we don't sell anything!';
$_['text_logged'] = 'Welcome back %s!Welcome to the biggest pricelist of Belgium and the Netherlands!Please look around an feel free to put some products in you're basket for a total price.Don't forget that we don't sell anything!';
$_['text_latest'] = 'Latest Products';
?>
But then i get the following error: Parse error: syntax error, unexpected T_STRING in /home/*domain*/domains/*domain*/public_html/catalog/language/english/controller/home.php on line 9
And i don't see what is wrong?
Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account?Welcome to the biggest pricelist of Belgium and the Netherlands!Please look around an feel free to put some products in youre basket for a total price.Don't forget that we don't sell anything!';
$_['text_logged'] = 'Welcome back %s!Welcome to the biggest pricelist of Belgium and the Netherlands!Please look around an feel free to put some products in you're basket for a total price.Don't forget that we don't sell anything!';
$_['text_latest'] = 'Latest Products';
?>
But then i get the following error: Parse error: syntax error, unexpected T_STRING in /home/*domain*/domains/*domain*/public_html/catalog/language/english/controller/home.php on line 9
And i don't see what is wrong?
The single quote in don't is killing you. Note that the same character marks the end of the string. Have a look here http://www.ascii.cl/htmlcodes.htm for future reference.Xzelicon wrote:
Don't forget that we don't sell anything!';
Replace don't with don't and you are in business.
Who is online
Users browsing this forum: No registered users and 1 guest