Note sse the use of it... How could he miss it.
I thought everyone need this.
Not all agree; you can create a new customer --> and then loggin as that customer which seems to be enough for some.
But I agree and we are now busy checking what is needed to make it work.
A lot of work comes with the tabs as that is old opencart coding and needs to be done completely new.
We still cannot fetch products from cats either.
I keep you all up to date in this thread.
But I agree and we are now busy checking what is needed to make it work.
A lot of work comes with the tabs as that is old opencart coding and needs to be done completely new.
We still cannot fetch products from cats either.
I keep you all up to date in this thread.
I was getting this error with v1 so just updated to v2 hoping it would help but no difference:
Any ideas guys?
(OC v1.4.9.4)
There's 11 order statuses so the error on line 104 comes up 11 times and there's 240'odd countries so the error on line 282 comes up in the log that many times. Nothings been changed or anything, has anyone else had this error? Also, it works, just is making the error log look very messy.2012-02-06 10:55:50 - PHP Notice: Undefined variable: order_status_id in \wwwroot3\admin\view\template\sale\order_form_new.tpl on line 104
2012-02-06 10:55:50 - PHP Notice: Undefined variable: country_id in \wwwroot3\admin\view\template\sale\order_form_new.tpl on line 282
Any ideas guys?
(OC v1.4.9.4)
If I forgot to mention: it's OpenCart Vv1.5.6
Be Optimized has created a module for it and ... a lot more even 
http://www.opencart.com/index.php?route ... order=DESC

http://www.opencart.com/index.php?route ... order=DESC
FIXED:lloydmedley wrote:I was getting this error with v1 so just updated to v2 hoping it would help but no difference:
There's 11 order statuses so the error on line 104 comes up 11 times and there's 240'odd countries so the error on line 282 comes up in the log that many times. Nothings been changed or anything, has anyone else had this error? Also, it works, just is making the error log look very messy.2012-02-06 10:55:50 - PHP Notice: Undefined variable: order_status_id in \wwwroot3\admin\view\template\sale\order_form_new.tpl on line 104
2012-02-06 10:55:50 - PHP Notice: Undefined variable: country_id in \wwwroot3\admin\view\template\sale\order_form_new.tpl on line 282
Any ideas guys?
(OC v1.4.9.4)
Open \admin\view\template\sale\order_form_new.tpl on line 104
find:
<?php if ($order_statuses['order_status_id'] == $order_status_id) { ?>
change to:
<?php if ($order_statuses['order_status_id'] == '$order_status_id') { ?>
Open \admin\view\template\sale\order_form_new.tpl on line 282
find:
<?php if ($country['country_id'] == $payment_country_id) { ?>
change to:
<?php if ($country['country_id'] == '$payment_country_id') { ?>
Took me hours to figure out it was two quotation marks missing! No more errors on our installation now yay.
If I forgot to mention: it's OpenCart Vv1.5.6
Who is online
Users browsing this forum: No registered users and 7 guests