A couple of weeks ago, I came here because I had some problems with the Edit Orders v3 add-on, mostly due to the fact I was using 2 languages and was getting blank pages due related to that.
Thanks to the updated version 3.3, this problem was solved, but I still had a couple of small problems - including one with the totals after an order had been edited. To be honest, I linked those issues to the fact I kept updating my files without making a clear re-installation of the latest ZC version.

So finally, I decided to pick up the latest 1.3.9h ZC version and add one by one mods I wanted, including of course Edit Orders and Super Orders. While the result is much better than what I had so far (this is still a test environment, of course), I still have a problem with Edit Orders 3.3 :
When I change the price of an article, the grand total of the order is set to 0.00.

For example, starting from

Code:
Produit 	        Modèle 	Taxe 	Prix (sans taxe) 	Prix 	        Total (sans taxe) 	Total
25 x test article  TEST-10 	0.00% 	CHF 10.00 	        CHF 10.00 	CHF 250.00	       CHF 250.00
                                                                                                        Total: 	CHF 250.00
I changed the price from 10.00 to 9.95, and got the following :

Code:
Produit 	        Modèle 	Taxe 	Prix (sans taxe) 	Prix 	        Total (sans taxe) 	Total
25 x test article  TEST-10 	0.00% 	CHF 9.95 	        CHF 9.95 	CHF 248.75  	       CHF 248.75
                                                                                                        Total: 	CHF 0.00
Note the 0.00 for the grand total. I do not use any tax in my ZC shop, so this should not be related to that issue.

Should this problem be corrected in 3.5 ?