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
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 (61.03 KiB) Viewed 1368 times
OK. There are two different questions here.
Add the following code to catalog/language/YOUR_LANGUAGE/common/header.php
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:
somewhere around line 108.
Add the following code to catalog/language/YOUR_LANGUAGE/common/header.php
Code: Select all
$_['text_register'] = 'Register';
$_['text_login'] = 'Login';
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');
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!
Who is online
Users browsing this forum: No registered users and 18 guests