I have an urgent problem on virtuemart. When i insert order(in virtuemart order) in pending, shipped or cancelled go out
1 degli ordini 1 hanno segnalato errori
in English
1 of order 1 have reported erros.
How can i solve
http://forum.virtuemart.net/index.php?topic=79799
Screen shot?
I use last version of virtuemart 2.0.24b + Joomla 2.5.16 + PHP 5.3
Screen Shot?
There is only this error on page, i not understand how is this error. I know only that when i go into
Administration --- Virtuemart --- Orders --- I change order from pending to Shipped or Cancelled go out that error.
Any suggestions?
Up
Hi, I have similar problem with Virtuemart 2.0.26 with OnePageCheckout 2.0.213.031213.
After updating to the latest version of VM we are not able to change the order status at all.
We get this error: 1 orders of 1 have reported errors (http://imtp.me/6vd60250b). Even with maximum reporting it does not say more and nothing is in the error log.
When I check the order, I see this text in Delivery date field: <br /><b>Notice</b>: Undefined property: stdClass::$delivery_date in <b>../administrator/components/com_virtuemart/views/orders/tmpl/order.php</b> on line <b>333</b><br /> (http://imtp.me/6vd70250b.p)
I have no clue how did this get there and if it may cause the problem with not being able to change the order status.
Please advise!
Petra
so I compared the old database and the new one after the update and found out that there was the column delivery_date missing in the _virtuemart_orders table...so I created it ALTER TABLE `g42yj_virtuemart_orders` ADD `delivery_date` VARCHAR( 200 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL and it started working...