I installed the Credit Class v5.03 and am having check out problems.
First it told me: Unknown column 'Order_Status_Id' - found the fix for that.
Now I'm getting :
1054 - Unknown column 'comments' in 'field list'
insert into orders_status_history (orders_id, orders_status_id, date_added, customer_notified, comments) values ('3', '', now(), '1', '')
[TEP STOP]
I presume I have to insert 'comments' into the table - however, what would the attributes be?
Also - for you sql peeps - the values at the end of the error -values ('3', '', now(), '1', '') - does this information tell me how the field should be set up?
And yes, I'm not very good with sql.














