Page 1 of 1

Bus on 1.1

Posted: Tue Feb 10, 2009 11:29 pm
by etapombas
In file: catalog/model/order.php

line 88: "AND confirmed = '1'' change to "AND confirm = '1'"

line 90: "INSERT order_history"..... add INTO after insert

fix the line to this
$this->db->query("INSERT INTO order_history (order_id, order_status_id, comment, date_added) VALUES ('" . (int)$order_id . "','" . (int)$order_status_id . "', '" . $this->db->escape($comment) . "', now())");

Re: Bus on 1.1

Posted: Tue Feb 10, 2009 11:42 pm
by Daniel
I have fixed this.

Going to do another release tonight.

Re: Bus on 1.1

Posted: Wed Feb 11, 2009 8:32 pm
by JNeuhoff
Going to do another release tonight.
I think it might be a good idea to do a few release candidates first to give users a chance to report all the bugs, like we did with OpenCart 0.7.9. This way users won't run it on live shops until all the initial bugs have been ironed out.