Page 1 of 1
Search found 5 matches
Re: Blank page when try to save new option
i do not understand what is it mean and how to fix it.
PHP Notice: Undefined variable: username in ..../admin/view/template/common/column_left.tpl on line 5
- Mon Sep 03, 2018 5:08 pm
- Replies 4
- Views 2634
Re: Blank page when try to save new option
PHP Notice: Undefined variable: username in /home/......../admin/view/template/common/column_left.tpl on line 5
Jump to post- Mon Sep 03, 2018 5:07 pm
- Replies 4
- Views 2634
Blank page when try to save new option
Hi ,
I just tried to add new options (Opencart 2.3.0.2) and on save it bring me to blank page and do not save it. Can anyone advice how to fix it?
There is was no changes or new extensions on site for few weeks and it seems this bug come out with no reason...
- Tue Aug 28, 2018 7:26 am
- Replies 4
- Views 2634
Re: Auto Update Currency, change the rate source?
Great that got the currency to update, but the formula was the wrong way round: foreach ($lines as $line) { $currency = utf8_substr($line, 4, 3); $value = utf8_substr($line, 11, 6); $value = ( $value / 102.9 * 100 ); This would equate to current exchange rate1.1667 less 2.9% = 1.1338, so before the...
Jump to post- Sun Aug 21, 2016 8:09 pm
- Replies 13
- Views 15642
Re: Auto Update Currency, change the rate source?
Hi, we use Opencart 2.1.0.2 and we have same problem the price in EUR should be higher then now, i tried same code in currency.php but it is not change anything at all. Could you help me with this please.
Jump to post- Tue Aug 16, 2016 2:02 am
- Replies 13
- Views 15642
Search found 5 matches