Hello!
I am using a customized shipping plugin, which is generating AWB's on request for a selected order.
After I change something in an order(add or delete products) in VM Invoice and I hit the save button, I get the following error:
Cannot store order shipment. TableVm2OrderShipment: :store failed
Unknown column 'virtuemart_shipmentmethod_id' in 'field list' SQL=UPDATE `mr2_virtuemart_shipment_plg_cargus` SET `virtuemart_order_id`='93',`virtuemart_shipmentmethod_id`='6',`shipment_name`='Livrare cu Cargus',`modified_on`='2014-01-22 15:12:08',`modified_by`='168' WHERE `id`='98'
The changes are saved, the order itself and the order total in VM is displayed correctly(with all the modifications) but the COD(Cash On Delivery) amount(which should be the same with the order total amount) is displaying the original value(without the modifications).
Is there something I can do in order to fix this issue?