and at line 559 change
Code:
$listfields = 'cdate,order_total,order_status,order_id,order_number,order_currency';
to
Code:
$listfields = 'cdate,order_total,order_status,order_id,order_currency';
The new version of VM has the following code instead:
$listfields = 'o.order_id,o.cdate,order_total,o.order_status,order_currency';
What should I change to then? I tried change to o.order_number but no luck...Anyone can help?