Post by igor083 » Sun Jan 25, 2015 8:49 am

how to rename?

Attachments

Untitled00.jpg

Untitled00.jpg (39.61 KiB) Viewed 1372 times


Newbie

Posts

Joined
Sat Jan 17, 2015 3:08 am

Post by igor083 » Sun Jan 25, 2015 9:35 am

and i have problem when i click login
show me error Notice: Undefined variable: text_register in /home/vol10_6/byethost17.com/b17_15650583/htdocs/catalog/view/theme/default/template/account/login.tpl on line 27

Attachments

000.jpg

000.jpg (61.03 KiB) Viewed 1369 times


Newbie

Posts

Joined
Sat Jan 17, 2015 3:08 am

Post by fido-x » Sun Jan 25, 2015 11:22 am

OK. There are two different questions here.

Add the following code to catalog/language/YOUR_LANGUAGE/common/header.php

Code: Select all

$_['text_register']      = 'Register';
$_['text_login']         = 'Login';
In your case, the words "Register" and "Login" would be replaced by your own language's words.

The "text_register" variable should be defined in the controller (catalog/controller/account/login.php). It would appear from the error that it isn't.

Insert the following:

Code: Select all

$data['text_register'] = $this->language->get('text_register');
somewhere around line 108.

Image
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool

If you're not living on the edge ... you're taking up too much space!


User avatar
Expert Member

Posts

Joined
Sat Jun 28, 2008 1:09 am
Location - Tasmania, Australia

Post by igor083 » Mon Jan 26, 2015 4:24 am

thank you

Newbie

Posts

Joined
Sat Jan 17, 2015 3:08 am
Who is online

Users browsing this forum: No registered users and 3 guests