VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: Acidflame on November 22, 2013, 15:43:30 PM

Title: Shipped status order error
Post by: Acidflame on November 22, 2013, 15:43:30 PM
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
Title: Re: Shipped status order error
Post by: Maxim Pishnyak on November 22, 2013, 17:20:20 PM
http://forum.virtuemart.net/index.php?topic=79799

Screen shot?
Title: Re: Shipped status order error
Post by: Acidflame on November 22, 2013, 23:46:26 PM
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.
Title: Re: Shipped status order error
Post by: Acidflame on November 23, 2013, 21:53:10 PM
Any suggestions?
Title: Re: Shipped status order error
Post by: Acidflame on November 24, 2013, 23:11:23 PM
Up
Title: Re: Shipped status order error
Post by: stawebnice on December 27, 2013, 20:01:46 PM
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
Title: Re: Shipped status order error
Post by: stawebnice on December 27, 2013, 23:41:35 PM
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...