PHP Notice: Undefined variable: button_submit in /home/
Posted: Fri Sep 18, 2015 8:33 am
Hello,
I'm getting this error and the Submit button in english displays its name correctly but in spanish just displays: buton_submit.
PHP Notice: Undefined variable: button_submit in /home/digibits/public_html/ocart2/catalog/view/theme/default/template/information/contact.tpl on line 146
This isn line 146:
<input class="btn btn-primary" type="submit" value="<?php echo $button_submit; ?>" />
Opencart has default template and is Version 2.0.3.1.
You can check this error in the spanish option at: http://digibits.mx/ocart2/index.php?rou ... on/contact
Thank you.
I'm getting this error and the Submit button in english displays its name correctly but in spanish just displays: buton_submit.
PHP Notice: Undefined variable: button_submit in /home/digibits/public_html/ocart2/catalog/view/theme/default/template/information/contact.tpl on line 146
This isn line 146:
<input class="btn btn-primary" type="submit" value="<?php echo $button_submit; ?>" />
Opencart has default template and is Version 2.0.3.1.
You can check this error in the spanish option at: http://digibits.mx/ocart2/index.php?rou ... on/contact
Thank you.